summaryrefslogtreecommitdiffstats
path: root/toolkit/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r--toolkit/moz.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/toolkit/moz.build b/toolkit/moz.build
index 8fe5126ca..9501938ae 100644
--- a/toolkit/moz.build
+++ b/toolkit/moz.build
@@ -9,10 +9,10 @@ DIRS += [
'content',
'forgetaboutsite',
'identity',
+ 'jetpack',
'locales',
'modules',
'mozapps/downloads',
- 'mozapps/extensions',
'mozapps/handling',
'mozapps/preferences',
'obsolete',
@@ -21,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']