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

Unified Diff: gyp/codec.gyp

Issue 1721953002: Turn on TURBO_HAS_CROP for Android framework (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
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 d8f6f66cd2c2cb1cb69f7f5e7c6c02a6decbdc76..a445ff04e1a6ee234a0c2bb98016e6da330a5f96 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -74,7 +74,8 @@
'SK_CODEC_DECODES_WEBP',
# Turn on libjpeg-turbo optimizations since we know that the
- # appropriate version of libjpeg-turbo is present.
+ # appropriate version of libjpeg-turbo is present.
+ 'TURBO_HAS_CROP',
'TURBO_HAS_SKIP',
'TURBO_HAS_565',
],
@@ -84,13 +85,6 @@
'raw_codec',
],
},],
- ['skia_android_framework == 0', {
- 'defines': [
- # TODO (msarett): Add this optimization to Android.
- # https://buganizer.corp.google.com/u/0/issues/27290496
- 'TURBO_HAS_CROP',
- ],
- },],
],
}, {
# RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698