summaryrefslogtreecommitdiffstats
path: root/ipc/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 22:44:01 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-22 22:44:01 -0500
commitdada39db2360486de3135d902aed4c351d6a76ad (patch)
tree4a0412b42521ae957a03191fbc3e6236c2b5f1c1 /ipc/moz.build
parent5496e4f391dd42ebde590eb0b041667490464a90 (diff)
downloadUXP-dada39db2360486de3135d902aed4c351d6a76ad.tar
UXP-dada39db2360486de3135d902aed4c351d6a76ad.tar.gz
UXP-dada39db2360486de3135d902aed4c351d6a76ad.tar.lz
UXP-dada39db2360486de3135d902aed4c351d6a76ad.tar.xz
UXP-dada39db2360486de3135d902aed4c351d6a76ad.zip
Issue #1053 - Remove android support from ipc except for ipc/chromium
This does not include android in the imported chromium code as specific research needs done on defines and logic.
Diffstat (limited to 'ipc/moz.build')
-rw-r--r--ipc/moz.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/ipc/moz.build b/ipc/moz.build
index 320d8c5f0..4c9fb6b38 100644
--- a/ipc/moz.build
+++ b/ipc/moz.build
@@ -6,6 +6,7 @@
DIRS += [
'chromium',
+ 'contentproc',
'glue',
'ipdl',
'testshell',
@@ -14,9 +15,6 @@ DIRS += [
if CONFIG['MOZ_ENABLE_DBUS']:
DIRS += ['dbus']
-if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
- DIRS += ['contentproc']
-
if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['mscom']