Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Unified Diff: gyp/libwebp.gyp

Issue 1601253003: Update libwebp to version 0.5.0 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Only build _neon files in neon target Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libwebp.gyp
diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
index cff74f6c55f54f6d5e568bc0b5daacdab0eec880..50d90bceff13da6c2f19d370976db6c831150efb 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -87,6 +87,7 @@
'../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_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',
@@ -124,6 +125,7 @@
'../third_party/externals/libwebp/src/dsp/enc_neon.c',
'../third_party/externals/libwebp/src/dsp/lossless_neon.c',
'../third_party/externals/libwebp/src/dsp/lossless_enc_neon.c',
+ '../third_party/externals/libwebp/src/dsp/rescaler_neon.c',
'../third_party/externals/libwebp/src/dsp/upsampling_neon.c',
],
# behavior similar dsp_neon.c.neon in an Android.mk
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698