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

Unified Diff: gyp/codec.gyp

Issue 2274643002: Assume all TURBO_HAS_* are true. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: drop RGB Created 4 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
« no previous file with comments | « BUILD.gn ('k') | public.bzl » ('j') | 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 4b4029bdf3f411bcde4c7ea15fae9c1372d52393..3aaea21d45db145496fc398bc66efa1645ae0ed8 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -59,13 +59,6 @@
'../include/codec',
],
},
- 'defines': [
- # Turn on libjpeg-turbo optimizations since we know that the
- # appropriate version of libjpeg-turbo is present.
- 'TURBO_HAS_CROP',
- 'TURBO_HAS_SKIP',
- 'TURBO_HAS_565',
- ],
'conditions': [
['skia_codec_decodes_raw', {
'dependencies': [
« no previous file with comments | « BUILD.gn ('k') | public.bzl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698