diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-30 22:46:21 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-30 22:46:21 +0000 |
commit | cc2d7cdf57e13b1b71080fe674589e62afd689bc (patch) | |
tree | 6fbb01f1e66370245d05daf0a7c8fbc6f7d5a204 /build | |
parent | 7db906a777435745029c597fd86f2799245f640f (diff) | |
download | chromium_src-cc2d7cdf57e13b1b71080fe674589e62afd689bc.zip chromium_src-cc2d7cdf57e13b1b71080fe674589e62afd689bc.tar.gz chromium_src-cc2d7cdf57e13b1b71080fe674589e62afd689bc.tar.bz2 |
Flip seccomp sandbox back off, now that we have some perf numbers.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 2d0902a..06e166d 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -208,9 +208,9 @@ # Disable TCMalloc's heapchecker. 'linux_use_heapchecker%': 0, - # Turn on seccomp sandbox by default. - # (Note: this is disabled for official builds.) - 'linux_use_seccomp_sandbox%': 1, + # Set to 1 to turn on seccomp sandbox by default. + # (Note: this is ignored for official builds.) + 'linux_use_seccomp_sandbox%': 0, # Set to select the Title Case versions of strings in GRD files. 'use_titlecase_in_grd_files%': 0, |