diff options
Diffstat (limited to 'dom/moz.build')
-rw-r--r-- | dom/moz.build | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dom/moz.build b/dom/moz.build index 6242b4fbc..358fc6411 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -105,21 +105,9 @@ 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'] -if CONFIG['MOZ_B2G']: - DIRS += [ - 'downloads', - ] - DIRS += ['presentation'] TEST_DIRS += [ |