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

Unified Diff: public.bzl

Issue 1702533004: Individually enable and disable SkCodecs (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 | « gyp/codec.gyp ('k') | src/codec/SkAndroidCodec.cpp » ('j') | 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 32cb2de7864dfa04ba30db38dff496976b794648..107fe931af4706b709e5f19d316cf4f0b2f90649 100644
--- a/public.bzl
+++ b/public.bzl
@@ -479,14 +479,20 @@ DEFINES_UNIX = [
"SK_BUILD_FOR_UNIX",
"SK_SAMPLES_FOR_X",
"SK_SFNTLY_SUBSETTER",
+ "SK_CODEC_DECODES_GIF",
+ "SK_CODEC_DECODES_JPEG",
+ "SK_CODEC_DECODES_PNG",
"SK_CODEC_DECODES_RAW",
+ "SK_CODEC_DECODES_WEBP",
]
DEFINES_ANDROID = [
"SK_BUILD_FOR_ANDROID",
- # TODO(benjaminwagner): Try to get png library updated?
- "SK_PNG_NO_INDEX_SUPPORTED",
+ "SK_CODEC_DECODES_GIF",
+ "SK_CODEC_DECODES_JPEG",
+ "SK_CODEC_DECODES_PNG",
"SK_CODEC_DECODES_RAW",
+ "SK_CODEC_DECODES_WEBP",
]
DEFINES_IOS = [
« no previous file with comments | « gyp/codec.gyp ('k') | src/codec/SkAndroidCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698