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

Unified Diff: gyp/codec.gyp

Issue 1260673002: SkScaledCodec class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move Jpeg Swizzler to ScanlineDecoder Created 5 years, 4 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 c7c1892bd5eb4617e1a7782556f43ec6da8d4a04..a9212df0620aeb55c58cc3b06ab00228a6e58bee 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -44,9 +44,10 @@
'../src/codec/SkJpegUtility_codec.cpp',
'../src/codec/SkMaskSwizzler.cpp',
'../src/codec/SkMasks.cpp',
+ '../src/codec/SkScaledCodec.cpp',
'../src/codec/SkScanlineDecoder.cpp',
'../src/codec/SkSwizzler.cpp',
- '../src/codec/SkWebpCodec.cpp',
+ '../src/codec/SkWebpCodec.cpp'
scroggo 2015/08/06 15:09:10 nit: typically we keep this comma here, so we can
emmaleer 2015/08/06 18:59:52 Acknowledged.
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/codec/SkCodec.h » ('j') | include/codec/SkScanlineDecoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698