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

Unified Diff: gyp/tools.gyp

Issue 1402863002: Implementation of SkBitmapRegionDecoder using SkAndroidCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@split1
Patch Set: Let's call this AndroidCodec_Strategy Created 5 years, 2 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/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index e30cb7b7a19faaeab32ac7f126063b029ec379ce..c25543ef2d46bb269b91e81f349b69bafc3f078d 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -52,6 +52,7 @@
'type': 'static_library',
'sources': [
'../tools/SkBitmapRegionCanvas.cpp',
+ '../tools/SkBitmapRegionCodec.cpp',
'../tools/SkBitmapRegionDecoderInterface.cpp',
'../tools/SkBitmapRegionSampler.cpp',
],

Powered by Google App Engine
This is Rietveld 408576698