Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium

--HG--
extra : rebase_source : 0c47c99bb8b92f8361a51fd81b20a2cc8647a986
This commit is contained in:
David Major 2015-04-27 19:59:27 -04:00
Родитель 9aaafcab4b
Коммит ebde6b9f4f
115 изменённых файлов: 0 добавлений и 229 удалений

Просмотреть файл

@ -30,8 +30,6 @@ UNIFIED_SOURCES += [
'nsSystemPrincipal.cpp',
]
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/dom/base',
'/js/xpconnect/src',

Просмотреть файл

@ -24,8 +24,6 @@ UNIFIED_SOURCES += [
'nsChromeRegistryContent.cpp',
]
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -65,8 +65,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -17,8 +17,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/docshell/base',
]

Просмотреть файл

@ -18,8 +18,6 @@ IPDL_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -402,8 +402,6 @@ EXTRA_JS_MODULES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'../battery',
'../bluetooth',

Просмотреть файл

@ -42,8 +42,6 @@ EXPORTS.mozilla.dom += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/dom/base',
'/dom/battery',

Просмотреть файл

@ -133,8 +133,6 @@ LOCAL_INCLUDES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -126,8 +126,6 @@ if CONFIG['MOZ_WEBSPEECH']:
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -33,5 +33,4 @@ LOCAL_INCLUDES += [
]
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -222,8 +222,6 @@ EXTRA_COMPONENTS += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [

Просмотреть файл

@ -268,8 +268,6 @@ EXTRA_JS_MODULES.media += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/caps',
'/dom/base',

Просмотреть файл

@ -17,8 +17,6 @@ UNIFIED_SOURCES += [
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
UNIFIED_SOURCES += ['../systemservices/OSXRunLoopSingleton.cpp']
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/caps',
'/dom/base',

Просмотреть файл

@ -74,8 +74,6 @@ IPDL_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/dom/base',
]

Просмотреть файл

@ -90,8 +90,6 @@ else:
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/dom/base',
'/dom/plugins/ipc',

Просмотреть файл

@ -37,8 +37,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -24,8 +24,6 @@ IPDL_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -91,8 +91,6 @@ IPDL_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'../base',
'../system',

Просмотреть файл

@ -38,8 +38,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/dom/base',
'/dom/html',

Просмотреть файл

@ -33,8 +33,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -42,8 +42,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/docshell/base',
'/dom/base',

Просмотреть файл

@ -46,8 +46,6 @@ UNIFIED_SOURCES += [
'nsXULTreeBuilder.cpp',
]
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'/dom/base',
'/dom/xul',

Просмотреть файл

@ -22,8 +22,6 @@ UNIFIED_SOURCES += [
'nsPopupWindowManager.cpp',
]
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -147,8 +147,6 @@ if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -127,8 +127,6 @@ EXPORTS.angle.KHR += [ 'include/KHR/khrplatform.h' ]
LOCAL_INCLUDES += [ 'include', 'src' ]
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -185,8 +185,6 @@ UNIFIED_SOURCES += [
'cairo.c',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
DEFINES['PACKAGE_VERSION'] = '"moz"'

Просмотреть файл

@ -58,8 +58,6 @@ SOURCES += [
'pixman.c',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
LOCAL_INCLUDES += [
'../../cairo/src',

Просмотреть файл

@ -142,8 +142,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -55,8 +55,6 @@ UNIFIED_SOURCES += [
'UtfCodec.cpp',
]
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True
DEFINES['GRAPHITE2_EXPORTING'] = True

Просмотреть файл

@ -58,8 +58,6 @@ UNIFIED_SOURCES += [
'hb-warning.cc',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
DEFINES['PACKAGE_VERSION'] = '"moz"'

Просмотреть файл

@ -364,8 +364,6 @@ IPDL_SOURCES = [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [

Просмотреть файл

@ -47,8 +47,6 @@ UNIFIED_SOURCES += [
'woff2.cc',
]
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -17,8 +17,6 @@ SOURCES += [
'transform_util.c',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
if CONFIG['GNU_CC']:

Просмотреть файл

@ -48,8 +48,6 @@ if CONFIG['INTEL_ARCHITECTURE'] and CONFIG['GNU_CC'] and CONFIG['OS_ARCH'] != 'W
'trunk/src/opts/SkBlitRow_opts_SSE4_asm.S',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
LOCAL_INCLUDES += [
'trunk/include/config',

Просмотреть файл

@ -880,8 +880,6 @@ if CONFIG['INTEL_ARCHITECTURE'] and CONFIG['GNU_CC'] and CONFIG['OS_ARCH'] != 'W
'trunk/src/opts/SkBlitRow_opts_SSE4_asm.S',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
LOCAL_INCLUDES += [
'trunk/include/config',

Просмотреть файл

@ -71,8 +71,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']

Просмотреть файл

@ -255,8 +255,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -25,8 +25,6 @@ CFLAGS += CONFIG['TK_CFLAGS']
FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -20,8 +20,6 @@ SOURCES += [
'hyphen.c',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
# Suppress warnings in third-party code.

Просмотреть файл

@ -48,8 +48,6 @@ EXTRA_JS_MODULES += [
'PluralForm.jsm',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -44,8 +44,6 @@ else:
'rulebrk.c',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
if CONFIG['MOZ_WIDGET_GTK']:

Просмотреть файл

@ -18,8 +18,6 @@ UNIFIED_SOURCES += [
'nsStringBundleTextOverride.cpp',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
FAIL_ON_WARNINGS = True

Просмотреть файл

@ -157,8 +157,6 @@ if CONFIG['INTEL_ARCHITECTURE']:
SOURCES += ['nsUTF8ToUnicodeSSE2.cpp']
SOURCES['nsUTF8ToUnicodeSSE2.cpp'].flags += CONFIG['SSE2_FLAGS']
MSVC_ENABLE_PGO = True
LOCAL_INCLUDES += [
'ucvcn',
'ucvja',

Просмотреть файл

@ -468,8 +468,6 @@ else:
'perf/pm_stub.cpp'
]
MSVC_ENABLE_PGO = True
HostSimplePrograms([
'host_jskwgen',
])

Просмотреть файл

@ -18,8 +18,6 @@ EXTRA_JS_MODULES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -52,8 +52,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -30,8 +30,6 @@ if CONFIG['_MSC_VER']:
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -148,8 +148,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [

Просмотреть файл

@ -23,8 +23,6 @@ if CONFIG['MOZ_NFC']:
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [

Просмотреть файл

@ -42,8 +42,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -177,8 +177,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -178,8 +178,6 @@ EXTRA_COMPONENTS += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -30,8 +30,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -97,8 +97,6 @@ if CONFIG['MOZ_XUL']:
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'../base',

Просмотреть файл

@ -58,8 +58,6 @@ if CONFIG['OS_TARGET'] == 'Android':
]
DEFINES['USE_AUDIOTRACK'] = True
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -150,8 +150,6 @@ else: # No SIMD support?
'jsimd_none.c',
]
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -9,8 +9,6 @@ UNIFIED_SOURCES += [
'nestegg.c',
]
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -19,8 +19,6 @@ UNIFIED_SOURCES += [
'src/ogg_framing.c',
]
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -14,8 +14,6 @@ EXPORTS.opus += [
'include/opus_types.h',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
DEFINES['OPUS_BUILD'] = True

Просмотреть файл

@ -40,8 +40,6 @@ if CONFIG['MOZ_PNG_ARM_NEON']:
Library('mozpng')
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -32,7 +32,6 @@ if CONFIG['INTEL_ARCHITECTURE']:
SOURCES += ['mmx_optimized.cpp']
SOURCES['mmx_optimized.cpp'].flags += CONFIG['MMX_FLAGS']
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -15,8 +15,6 @@ SOURCES += [
'simd_detect.cpp',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
# We don't compile the full speex codec, only the resampler.

Просмотреть файл

@ -13,8 +13,6 @@ EXPORTS.theora += [
'include/theora/theoraenc.h',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:

Просмотреть файл

@ -48,8 +48,6 @@ if CONFIG['OS_ARCH'] == 'AIX':
if CONFIG['OS_ARCH'] == 'SunOS':
DEFINES['HAVE_ALLOCA_H'] = True
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -73,8 +73,6 @@ if 'vp8/encoder/arm/armv5te/boolhuff_armv5te.asm' not in arm_asm_files:
'vp8/encoder/boolhuff.c',
]
MSVC_ENABLE_PGO = True
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -44,8 +44,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -21,8 +21,6 @@ UNIFIED_SOURCES += [
'ZipWriterModule.cpp',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
FAIL_ON_WARNINGS = True

Просмотреть файл

@ -36,8 +36,6 @@ SOURCES += [
'prefapi.cpp',
]
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -273,8 +273,6 @@ EXTRA_JS_MODULES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -14,8 +14,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

2
netwerk/cache/moz.build поставляемый
Просмотреть файл

@ -43,8 +43,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -54,6 +54,4 @@ LOCAL_INCLUDES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -17,8 +17,6 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'necko_cookie'
if CONFIG['NECKO_COOKIES']:
MSVC_ENABLE_PGO = True
EXPORTS.mozilla.net = [
'CookieServiceChild.h',
'CookieServiceParent.h',

Просмотреть файл

@ -50,8 +50,6 @@ IPDL_SOURCES = [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -22,6 +22,4 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -22,8 +22,6 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -34,8 +34,6 @@ IPDL_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -101,8 +101,6 @@ EXTRA_JS_MODULES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -16,8 +16,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -44,8 +44,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
# Suppress some GCC warnings being treated as errors:

Просмотреть файл

@ -31,8 +31,6 @@ IPDL_SOURCES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -28,8 +28,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'cocoa':
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -24,6 +24,4 @@ XPIDL_MODULE = 'necko_strconv'
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -15,8 +15,6 @@ SOURCES += [
'xmltok.c',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
DEFINES['HAVE_EXPAT_CONFIG_H'] = True

Просмотреть файл

@ -90,8 +90,6 @@ UNIFIED_SOURCES += [
'nsParserUtils.cpp',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
# DEFINES['ENABLE_VOID_MENUITEM'] = True

Просмотреть файл

@ -33,8 +33,6 @@ SOURCES += [
'nsSAXXMLReader.cpp',
]
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
FAIL_ON_WARNINGS = True

Просмотреть файл

@ -97,7 +97,6 @@ MOZBUILD_VARIABLES = [
'LIBS',
'MAKE_FRAMEWORK',
'MODULE',
'MSVC_ENABLE_PGO',
'NO_DIST_INSTALL',
'NO_JS_MANIFEST',
'OS_LIBS',

Просмотреть файл

@ -910,10 +910,6 @@ VARIABLES = {
"""Additional directories to be searched for include files by the compiler.
""", None),
'MSVC_ENABLE_PGO': (bool, bool,
"""Whether profile-guided optimization is enabled for MSVC in this directory.
""", None),
'NO_PGO': (bool, bool,
"""Whether profile-guided optimization is disable in this directory.
""", None),

Просмотреть файл

@ -553,7 +553,6 @@ class TreeMetadataEmitter(LoggingMixin):
'FAIL_ON_WARNINGS',
'USE_STATIC_LIBS',
'IS_GYP_DIR',
'MSVC_ENABLE_PGO',
'NO_DIST_INSTALL',
'PYTHON_UNIT_TESTS',
'RCFILE',

Просмотреть файл

@ -6,7 +6,6 @@ EXTRA_COMPONENTS = ['bar.js', 'dummy.manifest', 'foo.js']
EXTRA_PP_COMPONENTS = ['bar.pp.js', 'foo.pp.js']
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
NO_VISIBILITY_FLAGS = True
DELAYLOAD_DLLS = ['foo.dll', 'bar.dll']

Просмотреть файл

@ -275,9 +275,6 @@ class TestRecursiveMakeBackend(BackendTester):
'FAIL_ON_WARNINGS': [
'FAIL_ON_WARNINGS := 1',
],
'MSVC_ENABLE_PGO': [
'MSVC_ENABLE_PGO := 1',
],
'VISIBILITY_FLAGS': [
'VISIBILITY_FLAGS :=',
],

Просмотреть файл

@ -6,8 +6,6 @@ EXTRA_COMPONENTS = ['dummy.manifest', 'fans.js', 'tans.js']
EXTRA_PP_COMPONENTS=['fans.pp.js', 'tans.pp.js']
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
NO_DIST_INSTALL = True
NO_VISIBILITY_FLAGS = True

Просмотреть файл

@ -163,7 +163,6 @@ class TestEmitterBasic(unittest.TestCase):
'EXTRA_COMPONENTS': ['dummy.manifest', 'fans.js', 'tans.js'],
'EXTRA_PP_COMPONENTS': ['fans.pp.js', 'tans.pp.js'],
'FAIL_ON_WARNINGS': True,
'MSVC_ENABLE_PGO': True,
'NO_DIST_INSTALL': True,
'VISIBILITY_FLAGS': '',
'RCFILE': 'foo.rc',

Просмотреть файл

@ -30,6 +30,4 @@ GENERATED_INCLUDES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -14,8 +14,6 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'places'
if CONFIG['MOZ_PLACES']:
MSVC_ENABLE_PGO = True
XPIDL_SOURCES += [
'mozIAsyncFavicons.idl',
'mozIAsyncHistory.idl',

Просмотреть файл

@ -46,8 +46,6 @@ EXTRA_PP_JS_MODULES += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -62,8 +62,6 @@ EXPORTS += [
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

Просмотреть файл

@ -78,8 +78,6 @@ if CONFIG['OS_TARGET'] == 'Android':
Library('breakpad_common_s')
MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'xul'
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':

Просмотреть файл

@ -78,8 +78,6 @@ EXTRA_JS_MODULES += [
'KeyValueParser.jsm',
]
MSVC_ENABLE_PGO = True
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -6,8 +6,6 @@
@template
def Libxul(name):
MSVC_ENABLE_PGO = True
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
# This is going to be a framework named "XUL", not an ordinary library named
# "libxul.dylib"
@ -63,8 +61,6 @@ SOURCES += [
'StaticXULComponentsStart.cpp',
]
MSVC_ENABLE_PGO = True
# This, combined with the fact the file is first, makes the start pointer
# it contains first in Windows PGO builds.
SOURCES['StaticXULComponentsStart.cpp'].no_pgo = True

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше