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 /system/moz.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 'system/moz.build')
-rw-r--r-- | system/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/moz.build b/system/moz.build index ed89b69cf..25fd714d1 100644 --- a/system/moz.build +++ b/system/moz.build @@ -7,6 +7,7 @@ DIRS += [ 'docshell', 'graphics', 'interface', + 'security', ] DIRS += ['runtime'] |