зеркало из https://github.com/mozilla/gecko-dev.git
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
This commit is contained in:
Родитель
302a578e9b
Коммит
2812d11fce
|
@ -31,8 +31,6 @@ SOURCES += [
|
|||
'UtilInterface.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
'../generic',
|
||||
|
|
|
@ -58,8 +58,6 @@ if a11y_log:
|
|||
'Logging.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_base_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../../../content/xbl/src',
|
||||
'../../../ipc/chromium/src',
|
||||
|
|
|
@ -25,8 +25,6 @@ UNIFIED_SOURCES += [
|
|||
'TextLeafAccessible.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_generic_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../../../layout/generic',
|
||||
'../../../layout/xul/base/src',
|
||||
|
|
|
@ -15,8 +15,6 @@ UNIFIED_SOURCES += [
|
|||
'HTMLTableAccessible.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_html_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../../../layout/generic',
|
||||
'../../../layout/tables',
|
||||
|
|
|
@ -13,8 +13,6 @@ EXPORTS.mozilla.a11y += [
|
|||
'HyperTextAccessibleWrap.h',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_s'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'AccessibleWrap.mm',
|
||||
'DocAccessibleWrap.mm',
|
||||
|
|
|
@ -14,8 +14,6 @@ SOURCES += [
|
|||
'Platform.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
'../generic',
|
||||
|
|
|
@ -39,6 +39,4 @@ LOCAL_INCLUDES += [
|
|||
'../msaa',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_ia2_s'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -53,8 +53,6 @@ LOCAL_INCLUDES += [
|
|||
'../uia',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_msaa_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -23,6 +23,4 @@ LOCAL_INCLUDES += [
|
|||
# macros which conflicts with std::min/max. Suppress the macros:
|
||||
DEFINES['NOMINMAX'] = True
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_sdn_s'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -17,6 +17,4 @@ LOCAL_INCLUDES += [
|
|||
'../msaa',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_uia_s'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -21,8 +21,6 @@ GENERATED_SOURCES += [
|
|||
'xpcAccEvents.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_xpcom_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
'../generic',
|
||||
|
|
|
@ -19,8 +19,6 @@ UNIFIED_SOURCES += [
|
|||
'XULTreeGridAccessible.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'accessibility_xul_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../../../layout/generic',
|
||||
'../../../layout/xul/base/src',
|
||||
|
|
|
@ -12,6 +12,4 @@ SOURCES += [
|
|||
'AboutRedirector.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browserabout_s'
|
||||
|
||||
FINAL_LIBRARY = 'browsercomps'
|
||||
|
|
|
@ -12,8 +12,6 @@ SOURCES += [
|
|||
'DirectoryProvider.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browserdir_s'
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += [
|
||||
'tests/unit/xpcshell.ini',
|
||||
]
|
||||
|
|
|
@ -18,6 +18,4 @@ EXTRA_PP_COMPONENTS += [
|
|||
'FeedWriter.js',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browser_feeds_s'
|
||||
|
||||
FINAL_LIBRARY = 'browsercomps'
|
||||
|
|
|
@ -34,8 +34,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
|||
'SafariProfileMigrator.js',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'migration_s'
|
||||
|
||||
EXTRA_PP_JS_MODULES += [
|
||||
'MigrationUtils.jsm',
|
||||
]
|
||||
|
|
|
@ -18,11 +18,9 @@ elif CONFIG['MOZ_WIDGET_GTK']:
|
|||
]
|
||||
|
||||
if SOURCES:
|
||||
LIBRARY_NAME = 'shellservice_s'
|
||||
FINAL_LIBRARY = 'browsercomps'
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
'nsSetDefaultBrowser.js',
|
||||
'nsSetDefaultBrowser.manifest',
|
||||
]
|
||||
|
||||
FINAL_LIBRARY = 'browsercomps'
|
||||
|
|
|
@ -15,8 +15,6 @@ SOURCES += [
|
|||
'nsSystemPrincipal.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'caps_s'
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -17,8 +17,6 @@ SOURCES += [
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'chrome_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xpcom_core'
|
||||
|
|
|
@ -179,8 +179,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkconbase_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -83,8 +83,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkconcvs_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -69,8 +69,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkconevents_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -158,8 +158,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkconhtmlcon_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -23,8 +23,6 @@ SOURCES += [
|
|||
'VideoDocument.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconhtmldoc_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
|
|
@ -11,8 +11,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkcontentmathml_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -14,8 +14,6 @@ UNIFIED_SOURCES += [
|
|||
'AppleMP3Reader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconapplemedia_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -34,8 +34,6 @@ if not CONFIG['MOZ_WEBRTC']:
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkcondirectshow_s'
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
LOCAL_INCLUDES += [
|
||||
'/media/webrtc/trunk/webrtc/modules/video_capture/windows',
|
||||
|
|
|
@ -21,8 +21,6 @@ if CONFIG['MOZ_OPUS']:
|
|||
EXPORTS += ['OpusTrackEncoder.h']
|
||||
UNIFIED_SOURCES += ['OpusTrackEncoder.cpp']
|
||||
|
||||
LIBRARY_NAME = 'gkconencoder_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -19,8 +19,6 @@ SOURCES += [
|
|||
'GStreamerReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkcongstreamer_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -28,6 +28,4 @@ UNIFIED_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkconmediasource_s'
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -150,8 +150,6 @@ if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkconmedia_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -18,8 +18,6 @@ UNIFIED_SOURCES += [
|
|||
'OggWriter.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconogg_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -12,8 +12,6 @@ SOURCES += [
|
|||
'MediaResourceManagerService.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'mediaresourcemanager'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -26,8 +26,6 @@ if 'rtsp' in CONFIG['NECKO_PROTOCOLS']:
|
|||
'RtspOmxReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconomx_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -19,8 +19,6 @@ SOURCES += [
|
|||
'MediaResourceServer.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconmediaplugins_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/content/base/src',
|
||||
'/content/html/content/src',
|
||||
|
|
|
@ -15,8 +15,6 @@ UNIFIED_SOURCES += [
|
|||
'RawReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconraw_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -14,8 +14,6 @@ UNIFIED_SOURCES += [
|
|||
'WaveReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwave_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -24,8 +24,6 @@ SOURCES += [
|
|||
'ZeroPole.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwebaudio_blink_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -84,8 +84,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkconwebaudio_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -15,8 +15,6 @@ UNIFIED_SOURCES += [
|
|||
'WebMReader.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwebm_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -39,8 +39,6 @@ UNIFIED_SOURCES += [
|
|||
'MediaEngineDefault.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwebrtc_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -38,8 +38,6 @@ UNIFIED_SOURCES += [
|
|||
'test/FakeSpeechRecognitionService.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwebspeechrecognition_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/base',
|
||||
]
|
||||
|
|
|
@ -47,8 +47,6 @@ IPDL_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkconwebspeechsynth_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -8,8 +8,6 @@ SOURCES += [
|
|||
'nsPicoService.cpp',
|
||||
'PicoModule.cpp'
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'synthpico'
|
||||
FAIL_ON_WARNINGS = True
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@ SOURCES += [
|
|||
'WMFUtils.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconwmf_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -61,8 +61,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkconsmil_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base/src',
|
||||
'../events/src',
|
||||
|
|
|
@ -245,8 +245,6 @@ UNIFIED_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkcontentsvg_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -12,8 +12,6 @@ SOURCES += [
|
|||
'SVGDocument.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconsvgdoc_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -38,8 +38,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkconxbl_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/content/base/src',
|
||||
'/content/events/src',
|
||||
|
|
|
@ -18,8 +18,6 @@ SOURCES += [
|
|||
'XMLStylesheetProcessingInstruction.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxmlcon_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
|
|
@ -15,8 +15,6 @@ SOURCES += [
|
|||
'XMLDocument.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxmldoc_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
|
|
@ -12,8 +12,6 @@ SOURCES += [
|
|||
'txURIUtils.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txbase_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -9,8 +9,6 @@ SOURCES += [
|
|||
'txXMLUtils.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txxml_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -49,8 +49,6 @@ SOURCES += [
|
|||
'XPathEvaluator.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txxpath_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -42,8 +42,6 @@ EXTRA_COMPONENTS += [
|
|||
'txEXSLTRegExFunctions.manifest',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'txxslt_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
# For nsDependentJSString
|
||||
|
|
|
@ -12,7 +12,6 @@ if CONFIG['MOZ_XUL']:
|
|||
'nsXULElement.cpp',
|
||||
'nsXULPopupListener.cpp',
|
||||
]
|
||||
LIBRARY_NAME = 'gkconxulcon_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
|
|
|
@ -17,8 +17,6 @@ if CONFIG['MOZ_XUL']:
|
|||
'XULDocument.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxuldoc_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
|
|
@ -33,8 +33,6 @@ SOURCES += [
|
|||
'nsXULTreeBuilder.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'gkconxultmpl_s'
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -66,8 +66,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'basedocshell_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -12,8 +12,6 @@ SOURCES += [
|
|||
'nsDocShellModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'docshell'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
'../shistory/src/',
|
||||
|
|
|
@ -15,8 +15,6 @@ SOURCES += [
|
|||
'nsSHTransaction.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'shistory_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
|
|
@ -28,8 +28,6 @@ EXTRA_JS_MODULES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_activities_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/base',
|
||||
]
|
||||
|
|
|
@ -33,8 +33,6 @@ EXTRA_JS_MODULES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domalarm_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -40,8 +40,6 @@ EXTRA_PP_JS_MODULES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_apps_s'
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -27,8 +27,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domaudiochannel_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -120,8 +120,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'jsdombase_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../battery',
|
||||
'../bluetooth',
|
||||
|
|
|
@ -17,8 +17,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_battery_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -35,8 +35,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'dombindings_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/content/base/src',
|
||||
'/content/canvas/src',
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
if CONFIG['MOZ_B2G_BT']:
|
||||
PARALLEL_DIRS += ['interfaces']
|
||||
|
||||
LIBRARY_NAME = 'dombluetooth_s'
|
||||
|
||||
SOURCES += [
|
||||
'BluetoothA2dpManager.cpp',
|
||||
|
|
|
@ -28,8 +28,6 @@ EXTRA_JS_MODULES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_browserelement_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../bluetooth',
|
||||
'/content/html/content/src',
|
||||
|
|
|
@ -47,8 +47,6 @@ else:
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domcamera_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
]
|
||||
|
|
|
@ -16,6 +16,4 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_cellbroadcast_s'
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -30,8 +30,6 @@ IPDL_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domdevicestorage_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -22,8 +22,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domencoding_s'
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
LOCAL_INCLUDES += [
|
||||
'/intl/locale/src',
|
||||
|
|
|
@ -55,8 +55,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domfile_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
]
|
||||
|
|
|
@ -20,8 +20,6 @@ if CONFIG['MOZ_B2G_FM']:
|
|||
'FMRadioService.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'domfmradio_s'
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
||||
IPDL_SOURCES += [
|
||||
|
|
|
@ -18,8 +18,6 @@ SOURCES = [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domgamepad_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -14,8 +14,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_icc_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -30,8 +30,6 @@ IPDL_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_indexeddb_ipc_s'
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
|
|
@ -62,8 +62,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_indexeddb_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -71,8 +71,6 @@ IPDL_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domipc_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -25,6 +25,4 @@ LOCAL_INCLUDES += [
|
|||
'/media/webrtc/signaling/src/sipcc/include',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'peerconnection'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -50,8 +50,6 @@ if CONFIG['MOZ_B2G']:
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_media_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
'../camera',
|
||||
|
|
|
@ -71,8 +71,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'dom_mobilemessage_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/base',
|
||||
]
|
||||
|
|
|
@ -67,8 +67,6 @@ IPDL_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_network_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -19,6 +19,4 @@ if CONFIG['MOZ_NFC']:
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_nfc_s'
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -25,8 +25,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'gkpluginandroid_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -97,8 +97,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkplugin'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/content/base/src',
|
||||
'/dom/base',
|
||||
|
|
|
@ -112,8 +112,6 @@ IPDL_SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domplugins_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
@ -32,8 +32,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dom_power_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -19,8 +19,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'dompromise_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
'../workers',
|
||||
|
|
|
@ -42,8 +42,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'domquota_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -8,8 +8,6 @@ SOURCES += [
|
|||
'nsJSEventListener.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'jsdomevents_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
|
|
@ -16,8 +16,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'jsdomgeolocation_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -14,8 +14,6 @@ SOURCES += [
|
|||
'nsJSON.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'json_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -14,8 +14,6 @@ SOURCES += [
|
|||
'nsJSProtocolHandler.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'jsurl_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -25,8 +25,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'jsdomnotification_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -11,8 +11,6 @@ SOURCES += [
|
|||
'nsDOMOfflineResourceList.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'jsdomoffline_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
@ -25,8 +25,6 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'jsdomstorage_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
|
@ -11,8 +11,6 @@ SOURCES += [
|
|||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domsystemandroid_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче