summaryrefslogtreecommitdiffstats
path: root/third_party/libwebp/libwebp.gyp
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-15 09:04:20 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-15 09:04:20 +0000
commit2c48f9216fe490c9bfe33b6ed0fa063d6d67e220 (patch)
tree544f83c65cc493bad8c69b0fef7798d5e760a208 /third_party/libwebp/libwebp.gyp
parente6b9dced1780107a01001ac3266a23e774f5b5f5 (diff)
downloadchromium_src-2c48f9216fe490c9bfe33b6ed0fa063d6d67e220.zip
chromium_src-2c48f9216fe490c9bfe33b6ed0fa063d6d67e220.tar.gz
chromium_src-2c48f9216fe490c9bfe33b6ed0fa063d6d67e220.tar.bz2
Change the type of the libwebp target to "none" to stop folks from trying to
read a non-existant libwebp.a file from the disk. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libwebp/libwebp.gyp')
-rw-r--r--third_party/libwebp/libwebp.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp
index f63fa5f..7a50332 100644
--- a/third_party/libwebp/libwebp.gyp
+++ b/third_party/libwebp/libwebp.gyp
@@ -44,7 +44,7 @@
},
{
'target_name': 'libwebp',
- 'type': '<(library)',
+ 'type': 'none',
'dependencies' : [
'libwebp_enc',
'libwebp_dec',