Commit af68e1df authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez
Browse files

Bug 1898601 - Remove fake webrtc/gkmedias libs....

Bug 1898601 - Remove fake webrtc/gkmedias libs. r=glandium,media-playback-reviewers,webrtc-reviewers,cubeb-reviewers,pehrsons,padenot

The tests referenced by gkmedias were ported to gtest. The relevant
build file was removed bug 1357328.

Differential Revision: https://phabricator.services.mozilla.com/D211680
parent c758f080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    "COMPILE_FLAGS": {
      "WARNINGS_AS_ERRORS": []
    },
    "FINAL_LIBRARY": "webrtc"
    "FINAL_LIBRARY": "xul"
  },
  "mozilla_flags": ["-fobjc-arc", "-mavx2", "-mfma", "-mfpu=neon", "-msse2"],
  "write_mozbuild_variables": {
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ UNIFIED_SOURCES += [
# We allow warnings for third-party code that can be updated from upstream.
AllowCompilerWarnings()

FINAL_LIBRARY = 'gkmedias'
FINAL_LIBRARY = 'xul'

DEFINES['PACKAGE_VERSION'] = '"moz"'
DEFINES['PACKAGE_BUGREPORT'] = '"http://bugzilla.mozilla.org/"'
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ SOURCES += [
# We allow warnings for third-party code that can be updated from upstream.
AllowCompilerWarnings()

FINAL_LIBRARY = 'gkmedias'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
    '../../cairo/src',
]
+1 −1
Original line number Diff line number Diff line
@@ -32,4 +32,4 @@ for k, v in graphite_defines:
# We allow warnings for third-party code that can be updated from upstream.
AllowCompilerWarnings()

FINAL_LIBRARY = 'gkmedias'
FINAL_LIBRARY = 'xul'
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
# We allow warnings for third-party code that can be updated from upstream.
AllowCompilerWarnings()

FINAL_LIBRARY = 'gkmedias'
FINAL_LIBRARY = 'xul'

DEFINES['PACKAGE_VERSION'] = '"moz"'
DEFINES['PACKAGE_BUGREPORT'] = '"http://bugzilla.mozilla.org/"'
Loading