summaryrefslogtreecommitdiffstats
path: root/toolkit/moz.build
diff options
context:
space:
mode:
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']