diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-29 17:41:41 -0500 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-06 23:42:28 +0200 |
commit | ac50292859dbffbc0ec0c29bb33c47f27f462310 (patch) | |
tree | 57cdc553df95464ada132d80aa95652b8dd65dd0 /toolkit/toolkit.mozbuild | |
parent | 633a7429160129df19bcb84bfbf341c01231a51c (diff) | |
download | uxp-ac50292859dbffbc0ec0c29bb33c47f27f462310.tar.gz |
Issue #1845 - Remove Marionette from toolkit.mozbuild
It even seems this was always forced enabled. :?
Diffstat (limited to 'toolkit/toolkit.mozbuild')
-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', ] |