summaryrefslogtreecommitdiff
path: root/dom/ipc
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-03 01:24:31 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-03 01:24:31 +0200
commitdf9035ffca75f3168d0ede86d07ca4598cb5f0e4 (patch)
tree26b0aa50bb4d580b156ab2eb9825707a17f51e99 /dom/ipc
parent10cb3793452a1486269cd62beda36fef60585812 (diff)
downloaduxp-df9035ffca75f3168d0ede86d07ca4598cb5f0e4.tar.gz
Remove sandbox ductwork conditional code.
Diffstat (limited to 'dom/ipc')
-rw-r--r--dom/ipc/moz.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/dom/ipc/moz.build b/dom/ipc/moz.build
index 1a0527daea..1dbe1fedb9 100644
--- a/dom/ipc/moz.build
+++ b/dom/ipc/moz.build
@@ -140,12 +140,6 @@ LOCAL_INCLUDES += [
'/xpcom/threads',
]
-if CONFIG['MOZ_SANDBOX'] and CONFIG['OS_ARCH'] == 'WINNT':
- LOCAL_INCLUDES += [
- '/security/sandbox/chromium',
- '/security/sandbox/chromium-shim',
- ]
-
if CONFIG['OS_ARCH'] != 'WINNT':
LOCAL_INCLUDES += [
'/modules/libjar',