diff options
Diffstat (limited to 'ipc/moz.build')
-rw-r--r-- | ipc/moz.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ipc/moz.build b/ipc/moz.build index d01b7bbed..320d8c5f0 100644 --- a/ipc/moz.build +++ b/ipc/moz.build @@ -14,12 +14,6 @@ DIRS += [ if CONFIG['MOZ_ENABLE_DBUS']: DIRS += ['dbus'] -if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': - DIRS += ['unixfd', 'unixsocket'] - -if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': - DIRS += ['hal', 'keystore', 'netd'] - if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android': DIRS += ['contentproc'] |