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

Unified Diff: third_party/libwebp/libwebp.gyp

Issue 116213006: Update libwebp to 0.4.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After Blink Roll Created 6 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 | « third_party/libwebp/enc/webpenc.c ('k') | third_party/libwebp/utils/alpha_processing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/libwebp.gyp
diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp
index 997515ffeefa010d26d52abe3cba77b5d61e55e4..49526df720c0a787a35608ae763c6011c5820ab3 100644
--- a/third_party/libwebp/libwebp.gyp
+++ b/third_party/libwebp/libwebp.gyp
@@ -118,6 +118,7 @@
'type': 'static_library',
'include_dirs': ['.'],
'sources': [
+ 'utils/alpha_processing.c',
'utils/bit_reader.c',
'utils/bit_writer.c',
'utils/color_cache.c',
@@ -126,6 +127,7 @@
'utils/huffman_encode.c',
'utils/quant_levels.c',
'utils/quant_levels_dec.c',
+ 'utils/random.c',
'utils/rescaler.c',
'utils/thread.c',
'utils/utils.c',
« no previous file with comments | « third_party/libwebp/enc/webpenc.c ('k') | third_party/libwebp/utils/alpha_processing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698