зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1733545 - Remove REQUIRES_UNIFIED_BUILD from third-party directories that don't need it. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D127229
This commit is contained in:
Родитель
e7d8bd5215
Коммит
5245f8491f
|
@ -254,5 +254,3 @@ EXPORTS.nspr.private += [
|
|||
"/nsprpub/pr/include/private/pprthred.h",
|
||||
"/nsprpub/pr/include/private/prpriv.h",
|
||||
]
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -289,5 +289,3 @@ if CONFIG['MOZ_X11']:
|
|||
if CONFIG['MOZ_ENABLE_CAIRO_FT']:
|
||||
CFLAGS += CONFIG['CAIRO_FT_CFLAGS']
|
||||
CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS']
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -126,5 +126,3 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
|||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
DEFINES['UNICODE'] = True
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -16,5 +16,3 @@ FORCE_STATIC_LIB = True
|
|||
for var in ('ANSI_ARROWS', 'HAVE_TCGETATTR', 'HIDE', 'USE_DIRENT', 'SYS_UNIX',
|
||||
'HAVE_STDLIB', 'UNIQUE_HISTORY'):
|
||||
DEFINES[var] = True
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -73,5 +73,3 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|
|||
CXXFLAGS += ['-Wno-error=shadow']
|
||||
|
||||
FINAL_LIBRARY = 'xul-gtest'
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -22,5 +22,3 @@ FINAL_LIBRARY = 'gkmedias'
|
|||
|
||||
# Add libFuzzer configuration directives
|
||||
include('/tools/fuzzing/libfuzzer-config.mozbuild')
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -144,5 +144,3 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|
|||
|
||||
# Add libFuzzer configuration directives
|
||||
include('/tools/fuzzing/libfuzzer-config.mozbuild')
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -76,5 +76,3 @@ AllowCompilerWarnings()
|
|||
|
||||
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|
||||
CFLAGS += ['-std=gnu89']
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -51,5 +51,3 @@ FINAL_LIBRARY = 'lgpllibs'
|
|||
|
||||
# Use abort() instead of exception in SoundTouch.
|
||||
DEFINES['ST_NO_EXCEPTION_HANDLING'] = 1
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -113,5 +113,3 @@ if CONFIG['GNU_AS']:
|
|||
ASFLAGS += [
|
||||
'-no-integrated-as',
|
||||
]
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -59,5 +59,3 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|
|||
|
||||
# Add libFuzzer configuration directives
|
||||
#include('/tools/fuzzing/libfuzzer-config.mozbuild')
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -32,5 +32,3 @@ AllowCompilerWarnings()
|
|||
CFLAGS += ['-DBROTLI_BUILD_PORTABLE']
|
||||
|
||||
Library('brotli')
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -25,5 +25,3 @@ EXPORTS.woff2 += [
|
|||
AllowCompilerWarnings()
|
||||
|
||||
Library('woff2')
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -37,5 +37,3 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
|||
USE_STATIC_LIBS = True
|
||||
|
||||
Library('xz-embedded')
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -31,5 +31,3 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
|
|||
|
||||
if CONFIG['TARGET_ENDIANNESS'] == 'big':
|
||||
DEFINES['SNAPPY_IS_BIG_ENDIAN'] = 1
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -50,5 +50,3 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'):
|
|||
CXXFLAGS += [
|
||||
'-Wno-implicit-fallthrough',
|
||||
]
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -143,5 +143,3 @@ if CONFIG['MOZ_USE_PTHREADS']:
|
|||
DEFINES['HAVE_ZLIB'] = True
|
||||
|
||||
CXXFLAGS += CONFIG['TK_CFLAGS']
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
Загрузка…
Ссылка в новой задаче