Bug 1375793 - Shipping onboarding overlay to all versions;r=mossop
MozReview-Commit-ID: DT5K4WpaCkq
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
@@ -4,16 +4,17 @@
# 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/.
DIRS += [
'aushelper',
'clicktoplay-rollout',
'e10srollout',
'followonsearch',
+ 'onboarding',
'pdfjs',
'pocket',
'screenshots',
'shield-recipe-client',
'webcompat',
]
# Only include the following system add-ons if building Aurora or Nightly
@@ -35,10 +36,9 @@ if CONFIG['MOZ_MORTAR']:
DIRS += [
'mortar',
]
# Nightly-only system add-ons
if CONFIG['NIGHTLY_BUILD']:
DIRS += [
'activity-stream',
- 'onboarding',
]
--- a/browser/locales/Makefile.in
+++ b/browser/locales/Makefile.in
@@ -96,19 +96,17 @@ DEFINES += -DBOOKMARKS_INCLUDE_DIR=$(dir
libs-%:
$(NSINSTALL) -D $(DIST)/install
@$(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-$*
ifndef RELEASE_OR_BETA
@$(MAKE) -C ../extensions/formautofill/locale AB_CD=$* XPI_NAME=locale-$*
endif
-ifdef NIGHTLY_BUILD
@$(MAKE) -C ../extensions/onboarding/locales AB_CD=$* XPI_NAME=locale-$*
-endif
@$(MAKE) -C ../extensions/pocket/locale AB_CD=$* XPI_NAME=locale-$*
ifndef RELEASE_OR_BETA
@$(MAKE) -C ../extensions/presentation/locale AB_CD=$* XPI_NAME=locale-$*
endif
ifneq '$(or $(MOZ_DEV_EDITION),$(NIGHTLY_BUILD))' ''
@$(MAKE) -C ../extensions/webcompat-reporter/locales AB_CD=$* XPI_NAME=locale-$*
endif
@$(MAKE) -C ../../intl/locales AB_CD=$* XPI_NAME=locale-$*