summaryrefslogtreecommitdiffstats
path: root/toolkit/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-10 02:49:12 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-10 02:49:12 -0500
commit4fb11cd5966461bccc3ed1599b808237be6b0de9 (patch)
treed7f0ccd49cebb3544d52635ff1bd6ed4d763823f /toolkit/moz.build
parentf164d9124708b50789dbb6959e1de96cc5697c48 (diff)
downloadUXP-4fb11cd5966461bccc3ed1599b808237be6b0de9.tar
UXP-4fb11cd5966461bccc3ed1599b808237be6b0de9.tar.gz
UXP-4fb11cd5966461bccc3ed1599b808237be6b0de9.tar.lz
UXP-4fb11cd5966461bccc3ed1599b808237be6b0de9.tar.xz
UXP-4fb11cd5966461bccc3ed1599b808237be6b0de9.zip
Move WebExtensions enabled Add-ons Manager
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r--toolkit/moz.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/toolkit/moz.build b/toolkit/moz.build
index f3159137c..9501938ae 100644
--- a/toolkit/moz.build
+++ b/toolkit/moz.build
@@ -13,7 +13,6 @@ DIRS += [
'locales',
'modules',
'mozapps/downloads',
- 'mozapps/extensions',
'mozapps/handling',
'mozapps/preferences',
'obsolete',
@@ -22,6 +21,9 @@ DIRS += [
'themes',
]
+if CONFIG['MOZ_WEBEXTENSIONS']:
+ DIRS += ['mozapps/webextensions']
+
if CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
DIRS += ['mozapps/update']