summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-29 17:41:41 -0500
committerMoonchild <moonchild@palemoon.org>2022-04-06 23:42:28 +0200
commitac50292859dbffbc0ec0c29bb33c47f27f462310 (patch)
tree57cdc553df95464ada132d80aa95652b8dd65dd0
parent633a7429160129df19bcb84bfbf341c01231a51c (diff)
downloaduxp-ac50292859dbffbc0ec0c29bb33c47f27f462310.tar.gz
Issue #1845 - Remove Marionette from toolkit.mozbuild
It even seems this was always forced enabled. :?
-rw-r--r--toolkit/toolkit.mozbuild6
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',
]