From ddaee7c1be914cc28a28cbe27e5922215b3b2e6f Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sun, 10 Oct 2021 23:09:26 +0000 Subject: Issue #1830 - Remove --disable-xul config and conditionals. --- accessible/moz.build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'accessible/moz.build') 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 += [ -- cgit v1.2.3