From 43d44975b1f49df640916cca5f6a0b138696da3c Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 13 Feb 2019 19:11:37 +0100 Subject: Remove WebExtension support from the platform. - Conditional code - WE APIs - WE toolkit theming --- toolkit/moz.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'toolkit/moz.build') diff --git a/toolkit/moz.build b/toolkit/moz.build index 778f1c0de..fa4070e64 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -22,10 +22,7 @@ DIRS += [ if CONFIG['MOZ_JETPACK']: DIRS += ['jetpack'] -if CONFIG['MOZ_WEBEXTENSIONS']: - DIRS += ['mozapps/webextensions'] -else: - DIRS += ['mozapps/extensions'] +DIRS += ['mozapps/extensions'] if CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android': DIRS += ['mozapps/update'] -- cgit v1.2.3