Bug 964133 - move nICEr and nrappkit to libxul; r=ted.mielczarek draft
authorDan Minor <dminor@mozilla.com>
Fri, 13 Jan 2017 09:28:43 -0500
changeset 552968 eef256711e205d023a647e6196dcc61e657f6e28
parent 552967 5a0c8cd1e56bfbe82e581bce9dcf2cb126a605c5
child 552969 57b70f5dd3a55e73de0b066f228ddf957f477c26
push id51529
push userdminor@mozilla.com
push dateWed, 29 Mar 2017 10:22:42 +0000
reviewersted.mielczarek
bugs964133
milestone55.0a1
Bug 964133 - move nICEr and nrappkit to libxul; r=ted.mielczarek Building these as part of the webkit lib adds unnecessary dependencies on Mozilla code for things that only case about the webrtc static lib. MozReview-Commit-ID: 7ThU7hAwRX0
media/mtransport/third_party/moz.build
--- a/media/mtransport/third_party/moz.build
+++ b/media/mtransport/third_party/moz.build
@@ -60,17 +60,17 @@ nrappkit_non_unified_sources = [
     'nrappkit/src/util/p_buf.c',
     'nrappkit/src/util/util.c',
 ]
 
 GYP_DIRS['nICEr'].input = 'nICEr/nicer.gyp'
 GYP_DIRS['nICEr'].variables = gyp_vars
 # We allow warnings for third-party code that can be updated from upstream.
 GYP_DIRS['nICEr'].sandbox_vars['ALLOW_COMPILER_WARNINGS'] = True
-GYP_DIRS['nICEr'].sandbox_vars['FINAL_LIBRARY'] = 'webrtc'
+GYP_DIRS['nICEr'].sandbox_vars['FINAL_LIBRARY'] = 'xul'
 GYP_DIRS['nICEr'].non_unified_sources += nICEr_non_unified_sources
 
 GYP_DIRS['nrappkit'].input = 'nrappkit/nrappkit.gyp'
 GYP_DIRS['nrappkit'].variables = gyp_vars
 # We allow warnings for third-party code that can be updated from upstream.
 GYP_DIRS['nrappkit'].sandbox_vars['ALLOW_COMPILER_WARNINGS'] = True
-GYP_DIRS['nrappkit'].sandbox_vars['FINAL_LIBRARY'] = 'webrtc'
+GYP_DIRS['nrappkit'].sandbox_vars['FINAL_LIBRARY'] = 'xul'
 GYP_DIRS['nrappkit'].non_unified_sources += nrappkit_non_unified_sources