blob: 16f7b6f106ea4ecf33946c5b233138b5c3813f84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/accessible/ipc/extension/other/moz.build b/accessible/ipc/extension/other/moz.build
index 635bb24fff..983dc974d7 100644
--- a/accessible/ipc/extension/other/moz.build
+++ b/accessible/ipc/extension/other/moz.build
@@ -9,7 +9,7 @@
IPDL_SOURCES += ['PDocAccessiblePlatformExt.ipdl']
-if CONFIG['ACCESSIBILITY']:
+if 1:
EXPORTS.mozilla.a11y += [
'DocAccessiblePlatformExtChild.h',
'DocAccessiblePlatformExtParent.h',
|