diff options
Diffstat (limited to 'dom/ipc/moz.build')
-rw-r--r-- | dom/ipc/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/ipc/moz.build b/dom/ipc/moz.build index e78e8611d..e828ff08e 100644 --- a/dom/ipc/moz.build +++ b/dom/ipc/moz.build @@ -100,6 +100,7 @@ if CONFIG['MOZ_SANDBOX'] and CONFIG['OS_TARGET'] == 'Darwin': ] LOCAL_INCLUDES += [ + '/components/docshell/src', '/components/permissions/src', '/components/printing/src', '/components/registry/src', @@ -111,7 +112,6 @@ LOCAL_INCLUDES += [ '/dom/storage', '/dom/workers', '/layout/base', - '/system/docshell/base', '/system/graphics/2d', '/system/hardware/sandbox', '/system/interface', |