diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 19:18:56 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 19:18:56 +0000 |
commit | 2cbde8369789835e981bbb464ef605be5a4a6076 (patch) | |
tree | 1e19f0c45f7bfc4e2c12c6210dd0442d79a2e3bb /build/common.gypi | |
parent | 67e3132faf669f46765b0739832793446a34cfd9 (diff) | |
download | chromium_src-2cbde8369789835e981bbb464ef605be5a4a6076.zip chromium_src-2cbde8369789835e981bbb464ef605be5a4a6076.tar.gz chromium_src-2cbde8369789835e981bbb464ef605be5a4a6076.tar.bz2 |
Remove an unused seccomp sandbox gyp variable.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7889056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi index 242fb17..ed11e4d 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -461,10 +461,6 @@ # better. 'linux_keep_shadow_stacks%': 0, - # Set to 1 to turn on seccomp sandbox by default. - # (Note: this is ignored for official builds.) - 'linux_use_seccomp_sandbox%': 0, - # Set to 1 to link against libgnome-keyring instead of using dlopen(). 'linux_link_gnome_keyring%': 0, # Set to 1 to link against gsettings APIs instead of using dlopen(). |