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

Unified Diff: gyp/codec.gyp

Issue 1260673002: SkScaledCodec class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: use SkWebpCodec native scaling, update comments and spacing Created 5 years, 5 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 | « no previous file | include/codec/SkCodec.h » ('j') | include/codec/SkCodec.h » ('J')
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 041d7d1232d047e82efa00a99d83b4bdeaab825a..ecece4206c5688beb6db68d8e20892c60c7d4865 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -45,6 +45,7 @@
'../src/codec/SkMasks.cpp',
'../src/codec/SkSwizzler.cpp',
'../src/codec/SkWebpCodec.cpp',
+ '../src/codec/SkScaledCodec.cpp'
msarett 2015/07/27 20:42:17 nit: I think we are keeping these in alphabetical
emmaleer 2015/07/28 14:19:16 Thanks, I didn't notice that
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « no previous file | include/codec/SkCodec.h » ('j') | include/codec/SkCodec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698