diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 22:44:01 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 22:44:01 -0500 |
commit | dada39db2360486de3135d902aed4c351d6a76ad (patch) | |
tree | 4a0412b42521ae957a03191fbc3e6236c2b5f1c1 /ipc/moz.build | |
parent | 5496e4f391dd42ebde590eb0b041667490464a90 (diff) | |
download | uxp-dada39db2360486de3135d902aed4c351d6a76ad.tar.gz |
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.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ipc/moz.build b/ipc/moz.build index 320d8c5f01..4c9fb6b385 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'] |