Commit f8176f8e authored by Kathleen Brade's avatar Kathleen Brade Committed by Georg Koppen
Browse files

Bug 21431: Clean-up system extensions shipped in Firefox 52

Only ship the e10srollout system extension and pdfjs.
parent f5661bc3
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -5,16 +5,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DIRS += [
    'aushelper',
    'e10srollout',
    'pdfjs',
    'pocket',
    'webcompat',
]

# Only include the following system add-ons if building Aurora or Nightly
if 'a' in CONFIG['GRE_MILESTONE']:
    DIRS += [
        'flyweb',
        'formautofill',
]
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ libs-%:
	@$(MAKE) -C ../../toolkit/locales libs-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
	@$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$*
	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
	@$(MAKE) -C ../extensions/pocket/locale AB_CD=$* XPI_NAME=locale-$*
	@$(MAKE) -C ../../intl/locales AB_CD=$* XPI_NAME=locale-$*
	@$(MAKE) -C ../../devtools/client/locales AB_CD=$* XPI_NAME=locale-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
	@$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$*