diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 06:25:17 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 06:25:17 +0000 |
commit | 6c43d7510df956cee1769115f6ff153f6e7c7b00 (patch) | |
tree | 6b7523251c1b77dea48e7d3e7c37c5102765d98b /sandbox | |
parent | eb1637ca21fe33c7a2f030273902a0294c0c7842 (diff) | |
download | chromium_src-6c43d7510df956cee1769115f6ff153f6e7c7b00.zip chromium_src-6c43d7510df956cee1769115f6ff153f6e7c7b00.tar.gz chromium_src-6c43d7510df956cee1769115f6ff153f6e7c7b00.tar.bz2 |
Remove seccomp-legacy: phase 2.
This should completely get rid of seccomp-legacy (15000+ LOC).
BUG=230142
TBR=ben@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14271018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/linux/sandbox_linux.gypi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi index f9cef2b..f5dd122 100644 --- a/sandbox/linux/sandbox_linux.gypi +++ b/sandbox/linux/sandbox_linux.gypi @@ -47,15 +47,7 @@ 'suid_sandbox_client', ], }], - # Only compile in the seccomp mode 1 code for the flag combination - # where we support it. - [ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64") ' - 'and toolkit_views==0 and selinux==0', { - 'dependencies': [ - 'linux/seccomp-legacy/seccomp.gyp:seccomp_sandbox', - ], - }], - # Similarly, compile seccomp BPF when we support it + # Compile seccomp BPF when we support it. [ 'compile_seccomp_bpf==1', { 'dependencies': [ 'seccomp_bpf', |