Update libwebp to version 0.5.0
This is the version used by Android. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1601253003 Review URL: https://codereview.chromium.org/1601253003
This commit is contained in:
parent
1ea67a31c5
commit
fe35455210
3
DEPS
3
DEPS
@ -14,8 +14,7 @@ deps = {
|
||||
"third_party/externals/gyp" : "https://chromium.googlesource.com/external/gyp.git@08429da7955a98ef764fafa223dd7de73f654b2d",
|
||||
"third_party/externals/harfbuzz": "https://skia.googlesource.com/third_party/harfbuzz.git@0.9.35",
|
||||
"third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git@1.0.0",
|
||||
# Slightly ahead of v 0.4.3, to include the fix for https://bug.skia.org/4038
|
||||
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@5ff0079ece626f122bfb8e33a5f92b5a68484176",
|
||||
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@v0.5.0",
|
||||
"third_party/externals/nanomsg" : "https://skia.googlesource.com/third_party/nanomsg.git@0.4-beta",
|
||||
"third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@c4e33043fb071b6ea0a153845da625d7ed633d3d",
|
||||
# NOTE: If we update libpng, we may need to update the generated file at third_party/libpng/pnglibconf.h
|
||||
|
@ -87,6 +87,8 @@
|
||||
'../third_party/externals/libwebp/src/dsp/rescaler.c',
|
||||
'../third_party/externals/libwebp/src/dsp/rescaler_mips32.c',
|
||||
'../third_party/externals/libwebp/src/dsp/rescaler_mips_dsp_r2.c',
|
||||
'../third_party/externals/libwebp/src/dsp/rescaler_neon.c',
|
||||
'../third_party/externals/libwebp/src/dsp/rescaler_sse2.c',
|
||||
'../third_party/externals/libwebp/src/dsp/upsampling.c',
|
||||
'../third_party/externals/libwebp/src/dsp/upsampling_mips_dsp_r2.c',
|
||||
'../third_party/externals/libwebp/src/dsp/upsampling_sse2.c',
|
||||
|
Loading…
Reference in New Issue
Block a user