diff options
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 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'] |