diff options
author | rsesek <rsesek@chromium.org> | 2015-06-08 15:53:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-08 22:54:05 +0000 |
commit | 65d313504b845412543f2addafec1e3f18a0c433 (patch) | |
tree | 32f3e2a08a0bb58be38eafe5e57e9cd841d38408 /chrome/chrome_browser.gypi | |
parent | 086abd297cfa9be814ddc08498073e294214901a (diff) | |
download | chromium_src-65d313504b845412543f2addafec1e3f18a0c433.zip chromium_src-65d313504b845412543f2addafec1e3f18a0c433.tar.gz chromium_src-65d313504b845412543f2addafec1e3f18a0c433.tar.bz2 |
Move the SeccompSupportDetector to be in-process.
Some of this work was previously done in the utility process. Since processes
are expensive on Android, and doing so hasn't helped defend against detection
issues, this is a simpler solution.
BUG=490948,468455
R=leecam@chromium.org,thestig@chromium.org
TBR=enne@chromium.org
Review URL: https://codereview.chromium.org/1161053004
Cr-Commit-Position: refs/heads/master@{#333372}
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 656f052..b7093cd 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -3624,6 +3624,9 @@ 'conditions': [ ['use_seccomp_bpf==1', { 'defines': ['USE_SECCOMP_BPF'], + 'dependencies': [ + '../sandbox/sandbox.gyp:seccomp_bpf', + ], }], ], }], |