diff options
Diffstat (limited to 'dom/moz.build')
-rw-r--r-- | dom/moz.build | 5 |
1 files changed, 0 insertions, 5 deletions
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 += [ |