diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 17:59:43 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 17:59:43 +0000 |
commit | 50d8c0ee4123f83f831b1f319776e4229e102304 (patch) | |
tree | 9773e53a0710b83988bba77aa4c8d4b19ccd8342 /third_party/libwebp | |
parent | 6f02d70653078641798afcbb469383efe0285058 (diff) | |
download | chromium_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/libwebp')
-rw-r--r-- | third_party/libwebp/libwebp.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp index 3acf992..6df7a08 100644 --- a/third_party/libwebp/libwebp.gyp +++ b/third_party/libwebp/libwebp.gyp @@ -64,7 +64,7 @@ 'targets': [ { 'target_name': 'libwebp', - 'type': 'settings', + 'type': 'none', 'direct_dependent_settings': { 'defines': [ 'ENABLE_WEBP', |