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

Unified Diff: gyp/codec.gyp

Issue 1011343003: Enabling ico decoding with use of png and bmp decoders (Closed) Base URL: https://skia.googlesource.com/skia.git@swizzle
Patch Set: Removed additional blacklist items 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 | « dm/DMSrcSink.cpp ('k') | include/codec/SkCodec.h » ('j') | no next file with comments »
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 ce601cca7d1077ba5e82747bb19d7b11466f4fe6..c9e3ad88d501ca8577eb47887737124b529cd913 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -13,11 +13,13 @@
'include_dirs': [
'../include/codec',
'../src/codec',
+ '../src/core',
],
'sources': [
'../src/codec/SkCodec.cpp',
- '../src/codec/SkCodec_libpng.cpp',
'../src/codec/SkCodec_libbmp.cpp',
+ '../src/codec/SkCodec_libico.cpp',
+ '../src/codec/SkCodec_libpng.cpp',
'../src/codec/SkMaskSwizzler.cpp',
'../src/codec/SkMasks.cpp',
'../src/codec/SkSwizzler.cpp',
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/codec/SkCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698