bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #1). r=mshal

This commit is contained in:
Joey Armstrong 2013-06-10 11:30:03 -04:00
parent e3210c223f
commit 8101528304
20 changed files with 59 additions and 11 deletions

View File

@ -9,7 +9,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
BrowserComponents.manifest \
$(NULL)

View File

@ -9,7 +9,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
BrowserDownloads.manifest \
DownloadsUI.js \
DownloadsStartup.js \

View File

@ -4,3 +4,8 @@
# 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/.
EXTRA_COMPONENTS += [
'BrowserDownloads.manifest',
'DownloadsStartup.js',
'DownloadsUI.js',
]

View File

@ -19,7 +19,7 @@ DEFINES += \
-DMOZ_MACBUNDLE_NAME=$(MOZ_MACBUNDLE_NAME) \
$(NULL)
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
BrowserFeeds.manifest \
FeedConverter.js \
WebContentConverter.js \

View File

@ -10,3 +10,8 @@ CPP_SOURCES += [
'nsFeedSniffer.cpp',
]
EXTRA_COMPONENTS += [
'BrowserFeeds.manifest',
'FeedConverter.js',
'WebContentConverter.js',
]

View File

@ -14,7 +14,7 @@ LIBRARY_NAME = migration_s
FORCE_STATIC_LIB = 1
USE_STATIC_LIBS = 1
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
ProfileMigrator.js \
FirefoxProfileMigrator.js \
$(NULL)
@ -24,7 +24,7 @@ EXTRA_PP_COMPONENTS = \
$(NULL)
ifeq ($(OS_ARCH),WINNT)
EXTRA_COMPONENTS += IEProfileMigrator.js \
DISABLED_EXTRA_COMPONENTS += IEProfileMigrator.js \
$(NULL)
EXTRA_PP_COMPONENTS += SafariProfileMigrator.js \

View File

@ -10,3 +10,13 @@ if CONFIG['OS_ARCH'] == 'WINNT':
CPP_SOURCES += [
'nsIEHistoryEnumerator.cpp',
]
EXTRA_COMPONENTS += [
'FirefoxProfileMigrator.js',
'ProfileMigrator.js',
]
if CONFIG['OS_ARCH'] == 'WINNT':
EXTRA_COMPONENTS += [
'IEProfileMigrator.js',
]

View File

@ -36,3 +36,6 @@ XPIDL_MODULE = 'browsercompsbase'
MODULE = 'browsercomps'
EXTRA_COMPONENTS += [
'BrowserComponents.manifest',
]

View File

@ -10,7 +10,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
BrowserPlaces.manifest \
PlacesProtocolHandler.js \
$(NULL)

View File

@ -8,3 +8,7 @@ XPIDL_FLAGS += [
'-I$(topsrcdir)/browser/components',
]
EXTRA_COMPONENTS += [
'BrowserPlaces.manifest',
'PlacesProtocolHandler.js',
]

View File

@ -10,7 +10,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
nsSessionStore.manifest \
nsSessionStore.js \
nsSessionStartup.js \

View File

@ -4,3 +4,8 @@
# 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/.
EXTRA_COMPONENTS += [
'nsSessionStartup.js',
'nsSessionStore.js',
'nsSessionStore.manifest',
]

View File

@ -32,7 +32,7 @@ endif
endif
endif
EXTRA_COMPONENTS = nsSetDefaultBrowser.js nsSetDefaultBrowser.manifest
DISABLED_EXTRA_COMPONENTS = nsSetDefaultBrowser.js nsSetDefaultBrowser.manifest
include $(topsrcdir)/config/rules.mk

View File

@ -18,3 +18,8 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk2':
CPP_SOURCES += [
'nsGNOMEShellService.cpp',
]
EXTRA_COMPONENTS += [
'nsSetDefaultBrowser.js',
'nsSetDefaultBrowser.manifest',
]

View File

@ -10,7 +10,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
nsSidebar.manifest \
nsSidebar.js \
$(NULL)

View File

@ -4,3 +4,7 @@
# 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/.
EXTRA_COMPONENTS += [
'nsSidebar.js',
'nsSidebar.manifest',
]

View File

@ -9,7 +9,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXTRA_COMPONENTS = fuelApplication.manifest
DISABLED_EXTRA_COMPONENTS = fuelApplication.manifest
EXTRA_PP_COMPONENTS = fuelApplication.js
include $(topsrcdir)/config/rules.mk

View File

@ -6,3 +6,6 @@
MODULE = 'fuel'
EXTRA_COMPONENTS += [
'fuelApplication.manifest',
]

View File

@ -16,7 +16,7 @@ FAIL_ON_WARNINGS := 1
include $(topsrcdir)/dom/dom-config.mk
EXTRA_COMPONENTS = \
DISABLED_EXTRA_COMPONENTS = \
BrowserElementParent.js \
BrowserElementParent.manifest \
$(NULL)

View File

@ -30,3 +30,7 @@ CPP_SOURCES += [
'nsOpenWindowEventDetail.cpp',
]
EXTRA_COMPONENTS += [
'BrowserElementParent.js',
'BrowserElementParent.manifest',
]