summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 00:44:03 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 00:44:03 +0000
commit7975d395a2ee0d8b5ba8aa4748c950e9e957503d (patch)
tree4ec92d863c274739331d888e639afc92305b2cfa /build
parentf52832291a312d78592aac0744809ed02822bfa9 (diff)
downloadchromium_src-7975d395a2ee0d8b5ba8aa4748c950e9e957503d.zip
chromium_src-7975d395a2ee0d8b5ba8aa4748c950e9e957503d.tar.gz
chromium_src-7975d395a2ee0d8b5ba8aa4748c950e9e957503d.tar.bz2
seccomp: remove build-time flags
Adjusting seccomp through the .gyp file is error-prone and confusing. Instead, because all callers call SeccompSandboxEnabled(), if I want to enable it for some build configuration I can adjust just that function. This change removes all the build-time seccomp configuration and leaves it defaulted off. It should have no change on whether seccomp is enabled. Review URL: http://codereview.chromium.org/5844001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index fb1a70d..e741a29 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1123,9 +1123,6 @@
'cflags': [ '-g' ],
'defines': ['USE_LINUX_BREAKPAD'],
}],
- ['linux_use_seccomp_sandbox==1 and buildtype!="Official"', {
- 'defines': ['USE_SECCOMP_SANDBOX'],
- }],
['library=="shared_library"', {
# When building with shared libraries, remove the visiblity-hiding
# flag.