summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 17:59:43 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 17:59:43 +0000
commit50d8c0ee4123f83f831b1f319776e4229e102304 (patch)
tree9773e53a0710b83988bba77aa4c8d4b19ccd8342 /sandbox/sandbox.gyp
parent6f02d70653078641798afcbb469383efe0285058 (diff)
downloadchromium_src-50d8c0ee4123f83f831b1f319776e4229e102304.zip
chromium_src-50d8c0ee4123f83f831b1f319776e4229e102304.tar.gz
chromium_src-50d8c0ee4123f83f831b1f319776e4229e102304.tar.bz2
Remove 'settings' type from gyp files
It is not actually supported by gyp; the fact that it works is a bug that I am working on fixing. BUG=96629 Review URL: http://codereview.chromium.org/7889051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index cbabb71..f7ebcd7 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -136,7 +136,7 @@
'targets': [
{
'target_name': 'sandbox',
- 'type': 'settings',
+ 'type': 'none',
'conditions': [
# Only compile in the seccomp code for the flag combination
# where we support it.