aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 20:03:50 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 20:03:50 +0000
commit7815c9efdffdfcd1657fa3d27a57e6935b25f32a (patch)
tree3a7d4f00e1fe5ef1a57bc3cdef3df866134548c5 /DEPS
parentc9ab48f03b420fc1abb1b08261e632dc5254d29b (diff)
update WebP to a dev version of 0.3.1
This is necessary to pick up a NEON fix for the iOS build. R=borenet@google.com Review URL: https://codereview.chromium.org/16318003 git-svn-id: http://skia.googlecode.com/svn/trunk@9516 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index f140f0f14b..37b0b97384 100644
--- a/DEPS
+++ b/DEPS
@@ -15,8 +15,9 @@ deps = {
"third_party/externals/gyp" : "https://chromium.googlesource.com/external/gyp.git@8f42386eafcd7ddf1947cab2808a76c315ff30cc",
"third_party/externals/libjpeg" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@82ce8a6d4ebe12a177c0c3597192f2b4f09e81c3",
"third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/jsoncpp/jsoncpp.git@ab1e40f3bce061ea6f9bdc60351d6cde2a4f872b",
+ # Move to a webp version newer than 0.3.0 to pickup NEON fix for iOS
"third_party/externals/jsoncpp-chromium" : "https://chromium.googlesource.com/chromium/src/third_party/jsoncpp.git@41239939c0c60481f34887d52c038facf05f5533",
- "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@0.3.0",
+ "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@3fe91635df8734b23f3c1b9d1f0c4fa8cfaf4e39",
"third_party/externals/podofo" : "https://skia.googlesource.com/third_party/podofo.git@skia_ext",
}