summaryrefslogtreecommitdiffstats
path: root/toolkit/components/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/moz.build')
-rw-r--r--toolkit/components/moz.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build
index 509332800..ce8722910 100644
--- a/toolkit/components/moz.build
+++ b/toolkit/components/moz.build
@@ -25,7 +25,6 @@ DIRS += [
'crashmonitor',
'diskspacewatcher',
'downloads',
- 'extensions',
'exthelper',
'filewatcher',
'finalizationwitness',
@@ -68,6 +67,9 @@ DIRS += [
'xulstore'
]
+if CONFIG['MOZ_WEBEXTENSIONS']:
+ DIRS += ['webextensions']
+
if CONFIG['ENABLE_INTL_API']:
DIRS += ['mozintl']