Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal

This commit is contained in:
Mike Hommey 2014-07-23 08:39:56 +09:00
parent 9ae3c48776
commit 33ef4f2c39
37 changed files with 0 additions and 76 deletions

View File

@ -74,8 +74,6 @@ IPDL_SOURCES += [
'PGMPVideoEncoder.ipdl',
]
LIBRARY_NAME = 'mozgmp'
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
NO_VISIBILITY_FLAGS = True

View File

@ -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',

View File

@ -20,8 +20,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
LIBRARY_NAME = 'domfmradio_s'
LOCAL_INCLUDES += [
'/dom/base',
]

View File

@ -8,8 +8,6 @@ SOURCES += [
'nsWebBrowserModule.cpp',
]
LIBRARY_NAME = 'webbrwsr'
FAIL_ON_WARNINGS = True
FINAL_LIBRARY = 'xul'

View File

@ -8,8 +8,6 @@ SOURCES += [
'nsEmbeddingModule.cpp',
]
LIBRARY_NAME = 'embedcomponents'
FAIL_ON_WARNINGS = True
FINAL_LIBRARY = 'xul'

View File

@ -16,8 +16,6 @@ SOURCES += [
'mozSpellI18NManager.cpp',
]
LIBRARY_NAME = 'spellchecker'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

View File

@ -9,8 +9,6 @@ UNIFIED_SOURCES += [
'nsUniversalCharDetModule.cpp',
]
LIBRARY_NAME = 'universalchardet'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

View File

@ -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

View File

@ -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'

View File

@ -12,8 +12,6 @@ SOURCES += [
'nsImageModule.cpp',
]
LIBRARY_NAME = 'imglib2'
FAIL_ON_WARNINGS = True
FINAL_LIBRARY = 'xul'

View File

@ -16,8 +16,6 @@ UNIFIED_SOURCES += [
'nsIconURI.cpp',
]
LIBRARY_NAME = 'imgicon'
FAIL_ON_WARNINGS = True
FINAL_LIBRARY = 'xul'

View File

@ -8,8 +8,6 @@ SOURCES += [
'nsI18nModule.cpp',
]
LIBRARY_NAME = 'i18n'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'../locale/src',

View File

@ -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'

View File

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

View File

@ -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 = [

View File

@ -28,6 +28,4 @@ if CONFIG['MOZ_ANDROID_HISTORY']:
'/docshell/base',
]
LIBRARY_NAME = 'browsercomps'
FINAL_LIBRARY = 'xul'

View File

@ -17,7 +17,6 @@ XPIDL_SOURCES += [
]
XPIDL_MODULE = 'jar'
LIBRARY_NAME = 'jar'
EXPORTS += [
'nsJARURI.h',

View File

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

View File

@ -20,8 +20,6 @@ UNIFIED_SOURCES += [
'nsScannerString.cpp',
]
LIBRARY_NAME = 'htmlpars'
FAIL_ON_WARNINGS = True
FINAL_LIBRARY = 'xul'

View File

@ -12,8 +12,6 @@ SOURCES += [
'nsRDFModule.cpp',
]
LIBRARY_NAME = 'rdf'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

View File

@ -63,6 +63,4 @@ if CONFIG['_MSC_VER']:
FAIL_ON_WARNINGS = True
LIBRARY_NAME = 'certverifier'
FINAL_LIBRARY = 'xul'

View File

@ -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',

View File

@ -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',

View File

@ -14,8 +14,6 @@ SOURCES += [
FAIL_ON_WARNINGS = True
LIBRARY_NAME = 'storagecomps'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += ['../src']

View File

@ -12,8 +12,6 @@ SOURCES += [
'nsToolkitCompsModule.cpp',
]
LIBRARY_NAME = 'toolkitcomps'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [

View File

@ -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'

View File

@ -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',

View File

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

View File

@ -17,8 +17,6 @@ EXPORTS += [
'nsCocoaUtils.h',
]
LIBRARY_NAME = 'widget_mac'
UNIFIED_SOURCES += [
'GfxInfo.mm',
'NativeKeyBindings.mm',

View File

@ -62,8 +62,6 @@ SOURCES += [
'WidgetTraceEvent.cpp'
]
LIBRARY_NAME = 'widget_gonk'
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

View File

@ -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',

View File

@ -32,8 +32,6 @@ if CONFIG['NS_PRINTING']:
'nsPrintSettingsQt.cpp',
]
LIBRARY_NAME = 'widget_qt'
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'

View File

@ -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'

View File

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

View File

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

View File

@ -15,6 +15,4 @@ LOCAL_INCLUDES = [
FAIL_ON_WARNINGS = True
LIBRARY_NAME = 'xpcom_glue_gtest'
FINAL_LIBRARY = 'xul-gtest'

View File

@ -8,8 +8,6 @@ SOURCES += [
'nsModule.cpp',
]
LIBRARY_NAME = 'appcomps'
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [