summaryrefslogtreecommitdiff
path: root/accessible/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-10 23:09:26 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 14:47:16 +0200
commitddaee7c1be914cc28a28cbe27e5922215b3b2e6f (patch)
treecb8930a9ba1ed0ef574b7c2be9035b1a51201902 /accessible/moz.build
parentc030a50228349fa1b2c0b4fbc2e83752324dd4d7 (diff)
downloaduxp-ddaee7c1be914cc28a28cbe27e5922215b3b2e6f.tar.gz
Issue #1830 - Remove --disable-xul config and conditionals.
Diffstat (limited to 'accessible/moz.build')
-rw-r--r--accessible/moz.build6
1 files changed, 2 insertions, 4 deletions
diff --git a/accessible/moz.build b/accessible/moz.build
index c22a085f01..edfd88f504 100644
--- a/accessible/moz.build
+++ b/accessible/moz.build
@@ -19,12 +19,10 @@ DIRS += [ 'aom',
'interfaces',
'ipc',
'jsat',
- 'xpcom'
+ 'xpcom',
+ 'xul'
]
-if CONFIG['MOZ_XUL']:
- DIRS += ['xul']
-
TEST_DIRS += ['tests/mochitest']
BROWSER_CHROME_MANIFESTS += [