mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal
This commit is contained in:
parent
9ae3c48776
commit
33ef4f2c39
@ -74,8 +74,6 @@ IPDL_SOURCES += [
|
||||
'PGMPVideoEncoder.ipdl',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'mozgmp'
|
||||
|
||||
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
|
||||
NO_VISIBILITY_FLAGS = True
|
||||
|
||||
|
@ -4,8 +4,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
LIBRARY_NAME = 'media_gtest'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'TestAudioCompactor.cpp',
|
||||
'TestTrackEncoder.cpp',
|
||||
|
@ -20,8 +20,6 @@ SOURCES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'domfmradio_s'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/base',
|
||||
]
|
||||
|
@ -8,8 +8,6 @@ SOURCES += [
|
||||
'nsWebBrowserModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'webbrwsr'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -8,8 +8,6 @@ SOURCES += [
|
||||
'nsEmbeddingModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'embedcomponents'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -16,8 +16,6 @@ SOURCES += [
|
||||
'mozSpellI18NManager.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'spellchecker'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
@ -9,8 +9,6 @@ UNIFIED_SOURCES += [
|
||||
'nsUniversalCharDetModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'universalchardet'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
@ -4,8 +4,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
LIBRARY_NAME = 'gfxtest'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'gfxSurfaceRefCountTest.cpp',
|
||||
# Disabled on suspicion of causing bug 904227
|
||||
|
@ -255,8 +255,6 @@ FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'thebes'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -12,8 +12,6 @@ SOURCES += [
|
||||
'nsImageModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'imglib2'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -16,8 +16,6 @@ UNIFIED_SOURCES += [
|
||||
'nsIconURI.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'imgicon'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -8,8 +8,6 @@ SOURCES += [
|
||||
'nsI18nModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'i18n'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
LOCAL_INCLUDES += [
|
||||
'../locale/src',
|
||||
|
@ -61,8 +61,6 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'xpconnect_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -25,8 +25,6 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gklayout'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
@ -30,8 +30,6 @@ include('../objs.mozbuild')
|
||||
# These files cannot be built in unified mode because they force NSPR logging.
|
||||
SOURCES += mtransport_cppsrcs
|
||||
|
||||
LIBRARY_NAME = 'mtransport'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LOCAL_INCLUDES = [
|
||||
|
@ -28,6 +28,4 @@ if CONFIG['MOZ_ANDROID_HISTORY']:
|
||||
'/docshell/base',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'browsercomps'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -17,7 +17,6 @@ XPIDL_SOURCES += [
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'jar'
|
||||
LIBRARY_NAME = 'jar'
|
||||
|
||||
EXPORTS += [
|
||||
'nsJARURI.h',
|
||||
|
@ -16,8 +16,6 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'necko'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -20,8 +20,6 @@ UNIFIED_SOURCES += [
|
||||
'nsScannerString.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'htmlpars'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -12,8 +12,6 @@ SOURCES += [
|
||||
'nsRDFModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'rdf'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
@ -63,6 +63,4 @@ if CONFIG['_MSC_VER']:
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'certverifier'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -4,8 +4,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
LIBRARY_NAME = 'ssltest'
|
||||
|
||||
SOURCES += [
|
||||
'OCSPCacheTest.cpp',
|
||||
'TLSIntoleranceTest.cpp',
|
||||
|
@ -4,8 +4,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
LIBRARY_NAME = 'mozillapkix_gtest'
|
||||
|
||||
SOURCES += [
|
||||
'nssgtest.cpp',
|
||||
'pkixbuild_tests.cpp',
|
||||
|
@ -14,8 +14,6 @@ SOURCES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'storagecomps'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += ['../src']
|
||||
|
@ -12,8 +12,6 @@ SOURCES += [
|
||||
'nsToolkitCompsModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'toolkitcomps'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
@ -105,8 +105,6 @@ if CONFIG['MOZ_UPDATER']:
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'xulapp_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -4,8 +4,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, you can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
LIBRARY_NAME = 'sps_test'
|
||||
|
||||
if CONFIG['OS_TARGET'] in ('Android', 'Linux'):
|
||||
UNIFIED_SOURCES += [
|
||||
'LulTest.cpp',
|
||||
|
@ -42,8 +42,6 @@ SOURCES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'widget_android'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -17,8 +17,6 @@ EXPORTS += [
|
||||
'nsCocoaUtils.h',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'widget_mac'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'GfxInfo.mm',
|
||||
'NativeKeyBindings.mm',
|
||||
|
@ -62,8 +62,6 @@ SOURCES += [
|
||||
'WidgetTraceEvent.cpp'
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'widget_gonk'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -7,11 +7,6 @@
|
||||
if CONFIG['MOZ_ENABLE_GTK3']:
|
||||
DIRS += ['mozgtk']
|
||||
|
||||
if CONFIG['MOZ_ENABLE_GTK2']:
|
||||
LIBRARY_NAME = 'widget_gtk2'
|
||||
else:
|
||||
LIBRARY_NAME = 'widget_gtk3'
|
||||
|
||||
EXPORTS += [
|
||||
'mozcontainer.h',
|
||||
'nsGTKToolkit.h',
|
||||
|
@ -32,8 +32,6 @@ if CONFIG['NS_PRINTING']:
|
||||
'nsPrintSettingsQt.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'widget_qt'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -91,8 +91,6 @@ if CONFIG['NS_ENABLE_TSF']:
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'widget_windows'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -74,8 +74,6 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'xpwidgets_s'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
@ -70,8 +70,6 @@ SOURCES += [
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'xpcom_core'
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -15,6 +15,4 @@ LOCAL_INCLUDES = [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBRARY_NAME = 'xpcom_glue_gtest'
|
||||
|
||||
FINAL_LIBRARY = 'xul-gtest'
|
||||
|
@ -8,8 +8,6 @@ SOURCES += [
|
||||
'nsModule.cpp',
|
||||
]
|
||||
|
||||
LIBRARY_NAME = 'appcomps'
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
Loading…
Reference in New Issue
Block a user