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

Unified Diff: gyp/codec.gyp

Issue 1260673002: SkScaledCodec class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Make SkScaledCodec constructor explicit 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 5a368af82126edf9ae359b4fc253a3268cc83ba6..8d841ba39bea10be9c9d305b8b53cea0c15d0f6c 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -44,8 +44,9 @@
'../src/codec/SkJpegUtility_codec.cpp',
'../src/codec/SkMaskSwizzler.cpp',
'../src/codec/SkMasks.cpp',
+ '../src/codec/SkScaledCodec.cpp',
'../src/codec/SkSwizzler.cpp',
- '../src/codec/SkWebpCodec.cpp',
+ '../src/codec/SkWebpCodec.cpp'
],
'direct_dependent_settings': {
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698