summaryrefslogtreecommitdiff
path: root/xpcom
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 /xpcom
parentbaad25e39733dfc3dd310198fdcced00ffbef68b (diff)
downloadaura-central-54276d068cdb87c3600233b66702b12be697ed68.tar.gz
Issue %3005 - Centralize the Security Features and locate them to system/security
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/threads/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/threads/moz.build b/xpcom/threads/moz.build
index b09608eba..381cd148f 100644
--- a/xpcom/threads/moz.build
+++ b/xpcom/threads/moz.build
@@ -68,7 +68,7 @@ UNIFIED_SOURCES += [
LOCAL_INCLUDES += [
'../build',
- '/caps',
+ '/system/security/script',
'/tools/profiler',
]