summaryrefslogtreecommitdiff
path: root/dom/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-05-08 20:59:55 +0000
committerMoonchild <moonchild@palemoon.org>2021-05-08 20:59:55 +0000
commitca35efb84ebae522f9ab7803d8e017f721e03207 (patch)
tree007a31b1f12259cb1940456d8b3717e71a2ddc7d /dom/moz.build
parente7e63565ee4635198cc51ec3dd6f7a41e554b930 (diff)
downloaduxp-ca35efb84ebae522f9ab7803d8e017f721e03207.tar.gz
Issue #1751 -- Remove cocoa support code from /dom
Diffstat (limited to 'dom/moz.build')
-rw-r--r--dom/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/moz.build b/dom/moz.build
index f02a4a5d6f..b324de2cb0 100644
--- a/dom/moz.build
+++ b/dom/moz.build
@@ -112,6 +112,6 @@ TEST_DIRS += [
'imptests',
]
-if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'cocoa', 'windows', 'android'):
+if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'windows', 'android'):
TEST_DIRS += ['plugins/test']