diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 03:11:24 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 03:11:24 -0500 |
commit | 54276d068cdb87c3600233b66702b12be697ed68 (patch) | |
tree | 5bf85359e76eebd9a92baf7f8c703d3e93ac1f29 /layout/build | |
parent | baad25e39733dfc3dd310198fdcced00ffbef68b (diff) | |
download | aura-central-54276d068cdb87c3600233b66702b12be697ed68.tar.gz |
Issue %3005 - Centralize the Security Features and locate them to system/security
Diffstat (limited to 'layout/build')
-rw-r--r-- | layout/build/moz.build | 2 |
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': |