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

Unified Diff: gyp/codec.gyp

Issue 1022673011: Creating a new wrapper for gif decoder (Closed) Base URL: https://skia.googlesource.com/skia.git@ico-real
Patch Set: Adding gif functionality to SkCodec 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
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index 29aebe92e7f19e4c505ff92d9df73b58d6ba6cff..b78aa3843f520e1221e2dc38f443999b717cd24a 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -23,8 +23,10 @@
'sources': [
'../src/codec/SkCodec.cpp',
'../src/codec/SkCodec_libbmp.cpp',
+ '../src/codec/SkCodec_libgif.cpp',
'../src/codec/SkCodec_libico.cpp',
'../src/codec/SkCodec_libpng.cpp',
+ '../src/codec/SkGifInterlaceIter.cpp',
'../src/codec/SkMaskSwizzler.cpp',
'../src/codec/SkMasks.cpp',
'../src/codec/SkSwizzler.cpp',

Powered by Google App Engine
This is Rietveld 408576698