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

Unified Diff: public.bzl

Issue 2161843002: Enable libjpeg-turbo features (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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: public.bzl
diff --git a/public.bzl b/public.bzl
index 03236c119191e7c489ecfa989a125a7d05547817..a2b0d93fcd83807f7eb0dc691352cc99d44dd803 100644
--- a/public.bzl
+++ b/public.bzl
@@ -556,6 +556,9 @@ DEFINES_UNIX = [
"SK_HAS_JPEG_LIBRARY",
"SK_HAS_PNG_LIBRARY",
"SK_HAS_WEBP_LIBRARY",
+ "TURBO_HAS_CROP",
+ "TURBO_HAS_SKIP",
+ "TURBO_HAS_565",
]
DEFINES_ANDROID = [
@@ -565,6 +568,9 @@ DEFINES_ANDROID = [
"SK_HAS_JPEG_LIBRARY",
"SK_HAS_PNG_LIBRARY",
"SK_HAS_WEBP_LIBRARY",
+ "TURBO_HAS_CROP",
+ "TURBO_HAS_SKIP",
+ "TURBO_HAS_565",
]
DEFINES_IOS = [
« 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