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

Unified Diff: gyp/codec.gyp

Issue 1044433002: Add SkWebpCodec, for decoding .webp images. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 9 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 | « no previous file | src/codec/SkCodec.cpp » ('j') | src/codec/SkWebpCodec.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index eb49f6cd5cc76e297bd0a5a995b66c91f6fc5106..d8ed2caf6f81ff01fb051b5bcf8c2e617119bd1b 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -19,6 +19,7 @@
'core.gyp:*',
'giflib.gyp:giflib',
'libpng.gyp:libpng',
+ 'libwebp.gyp:libwebp',
],
'cflags':[
# FIXME: This gets around a longjmp warning. See
@@ -41,6 +42,7 @@
'../src/codec/SkMaskSwizzler.cpp',
'../src/codec/SkMasks.cpp',
'../src/codec/SkSwizzler.cpp',
+ '../src/codec/SkWebpCodec.cpp',
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « no previous file | src/codec/SkCodec.cpp » ('j') | src/codec/SkWebpCodec.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698