diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/toolkit.mozbuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index f88357d58a..a768bdc4b4 100644 --- a/toolkit/toolkit.mozbuild +++ b/toolkit/toolkit.mozbuild @@ -136,12 +136,6 @@ DIRS += [ if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: DIRS += ['/toolkit/system/gnome'] -if CONFIG['ENABLE_MARIONETTE'] or True: - DIRS += [ - '/testing/firefox-ui', - '/testing/marionette', - ] - DIRS += [ '/tools/quitter', ] |