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

Unified Diff: gyp/codec.gyp

Issue 947283002: Bmp Image Decoding (Closed) Base URL: https://skia.googlesource.com/skia.git@decode-leon-3
Patch Set: separate swizzler for masks 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 178e832b7a8a10027f01f0dc3cf5c9da08e6d309..f837353e44149ea4833bc7ca96bafc91c6e71536 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -20,7 +20,9 @@
],
'sources': [
'../src/codec/SkCodec.cpp',
+ '../src/codec/SkCodec_libbmp.cpp',
'../src/codec/SkCodec_libpng.cpp',
+ '../src/codec/SkMaskSwizzler.cpp',
'../src/codec/SkSwizzler.cpp',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698