From 4fb11cd5966461bccc3ed1599b808237be6b0de9 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 10 Feb 2018 02:49:12 -0500 Subject: Move WebExtensions enabled Add-ons Manager --- toolkit/moz.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'toolkit/moz.build') 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'] -- cgit v1.2.3