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 acae765330
commit 7af81098a7
20 changed files with 59 additions and 11 deletions

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