diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 09:04:20 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 09:04:20 +0000 |
commit | 2c48f9216fe490c9bfe33b6ed0fa063d6d67e220 (patch) | |
tree | 544f83c65cc493bad8c69b0fef7798d5e760a208 /third_party/libwebp/libwebp.gyp | |
parent | e6b9dced1780107a01001ac3266a23e774f5b5f5 (diff) | |
download | chromium_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.gyp | 2 |
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', |