summaryrefslogtreecommitdiff
path: root/layout
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-23 03:11:24 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-23 03:11:24 -0500
commit54276d068cdb87c3600233b66702b12be697ed68 (patch)
tree5bf85359e76eebd9a92baf7f8c703d3e93ac1f29 /layout
parentbaad25e39733dfc3dd310198fdcced00ffbef68b (diff)
downloadaura-central-54276d068cdb87c3600233b66702b12be697ed68.tar.gz
Issue %3005 - Centralize the Security Features and locate them to system/security
Diffstat (limited to 'layout')
-rw-r--r--layout/build/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/build/moz.build b/layout/build/moz.build
index 46723d1e0..ee5576e60 100644
--- a/layout/build/moz.build
+++ b/layout/build/moz.build
@@ -27,7 +27,6 @@ LOCAL_INCLUDES += [
'../tables',
'../view',
'../xul',
- '/caps',
'/components/permissions/src',
'/dom/audiochannel',
'/dom/base',
@@ -57,6 +56,7 @@ LOCAL_INCLUDES += [
'/netwerk/base',
'/netwerk/cookie',
'/system/docshell/base',
+ '/system/security/script',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':