From b7d9dad58e5a3f87a6c767412941700bc8010044 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 12 May 2018 14:32:03 +0200 Subject: Remove MOZ_B2G leftovers and some dead B2G-only components. --- dom/moz.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dom/moz.build') diff --git a/dom/moz.build b/dom/moz.build index 6242b4fbc..90ea60cbe 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -115,11 +115,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': if CONFIG['MOZ_SECUREELEMENT']: DIRS += ['secureelement'] -if CONFIG['MOZ_B2G']: - DIRS += [ - 'downloads', - ] - DIRS += ['presentation'] TEST_DIRS += [ -- cgit v1.2.3 From 1124fb525bf7b8341170d886b8de070e20323efd Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 13 May 2018 22:46:04 +0200 Subject: Remove other gonk widget conditionals and unused files. Tag #288. --- dom/moz.build | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dom/moz.build') diff --git a/dom/moz.build b/dom/moz.build index 90ea60cbe..358fc6411 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -105,13 +105,6 @@ DIRS += [ if CONFIG['OS_ARCH'] == 'WINNT': DIRS += ['plugins/ipc/hangui'] -if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': - DIRS += [ - 'speakermanager', - 'tethering', - 'wifi', - ] - if CONFIG['MOZ_SECUREELEMENT']: DIRS += ['secureelement'] -- cgit v1.2.3