summaryrefslogtreecommitdiffstats
path: root/browser
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-04 12:34:42 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-04 12:34:42 +0100
commit76de6d38a8debfe06ce3c55704e2fa7121634d67 (patch)
tree9c54133889bf31dd6d5471cadf0b96162cd9754f /browser
parent08591db6dac9fd4a68167744e2cec77b2b75c311 (diff)
downloadUXP-76de6d38a8debfe06ce3c55704e2fa7121634d67.tar
UXP-76de6d38a8debfe06ce3c55704e2fa7121634d67.tar.gz
UXP-76de6d38a8debfe06ce3c55704e2fa7121634d67.tar.lz
UXP-76de6d38a8debfe06ce3c55704e2fa7121634d67.tar.xz
UXP-76de6d38a8debfe06ce3c55704e2fa7121634d67.zip
Disable built-in extensions.
Diffstat (limited to 'browser')
-rw-r--r--browser/extensions/moz.build8
-rw-r--r--browser/locales/Makefile.in2
2 files changed, 5 insertions, 5 deletions
diff --git a/browser/extensions/moz.build b/browser/extensions/moz.build
index 9b01ed095..4f95704e6 100644
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
@@ -5,11 +5,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DIRS += [
- 'aushelper',
- 'e10srollout',
+# 'aushelper',
+# 'e10srollout',
'pdfjs',
- 'pocket',
- 'webcompat',
+# 'pocket',
+# 'webcompat',
]
# Only include the following system add-ons if building Aurora or Nightly
diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
index 6b0455bf0..fac5531a6 100644
--- a/browser/locales/Makefile.in
+++ b/browser/locales/Makefile.in
@@ -99,7 +99,7 @@ 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 ../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-$*