summaryrefslogtreecommitdiff
path: root/ipc/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-13 22:46:04 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-13 22:46:04 +0200
commit7ade007211b6bdedfd021d21c79c6b6970cbe154 (patch)
treeed5b0ee5976d7e1411c9ed3ac163b32383ba76e4 /ipc/moz.build
parent1824340f35e39b6fcb4c1b520d9338a74672d77f (diff)
downloadaura-central-7ade007211b6bdedfd021d21c79c6b6970cbe154.tar.gz
Remove other gonk widget conditionals and unused files.
Tag mcp-graveyard/UXP%288.
Diffstat (limited to 'ipc/moz.build')
-rw-r--r--ipc/moz.build6
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']