summaryrefslogtreecommitdiffstats
path: root/third_party/libpng/libpng.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 /third_party/libpng/libpng.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 'third_party/libpng/libpng.gyp')
-rw-r--r--third_party/libpng/libpng.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libpng/libpng.gyp b/third_party/libpng/libpng.gyp
index 1b960b1..ffc0369 100644
--- a/third_party/libpng/libpng.gyp
+++ b/third_party/libpng/libpng.gyp
@@ -91,7 +91,7 @@
'targets': [
{
'target_name': 'libpng',
- 'type': 'settings',
+ 'type': 'none',
'dependencies': [
'../zlib/zlib.gyp:zlib',
],