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

Unified Diff: gyp/codec.gyp

Issue 947283002: Bmp Image Decoding (Closed) Base URL: https://skia.googlesource.com/skia.git@decode-leon-3
Patch Set: Moved bmp specific code out of the swizzler Created 5 years, 10 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 178e832b7a8a10027f01f0dc3cf5c9da08e6d309..fbc488aef972b311b35fc45bd5844d1047fed624 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -20,6 +20,7 @@
],
'sources': [
'../src/codec/SkCodec.cpp',
+ '../src/codec/SkCodec_libbmp.cpp',
'../src/codec/SkCodec_libpng.cpp',
'../src/codec/SkSwizzler.cpp',
],
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/codec/SkCodec.h » ('j') | src/codec/SkCodec.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698