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

Unified Diff: gyp/codec.gyp

Issue 1719073002: Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 c53d9556d17527fe986bc46391d1842d5bfc4a14..078c2b7c95e201cc607fb0bdfbb85a7aa8034d14 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -84,6 +84,12 @@
'raw_codec',
],
},],
+ ['skia_android_framework == 0', {
+ 'defines': [
+ # TODO (msarett): Add this optimization to Android.
scroggo 2016/02/22 15:55:03 Do you have a (NYC triaged) bug open for Android?
msarett 2016/02/22 17:38:16 Just opened one. Done.
+ 'TURBO_HAS_CROP',
+ ],
+ },],
],
}, {
# RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be

Powered by Google App Engine
This is Rietveld 408576698