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

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
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index 32cb2de7864dfa04ba30db38dff496976b794648..39516bbaf5a2335c55a96a6ff05126ab214cf5ea 100644
--- a/public.bzl
+++ b/public.bzl
@@ -484,8 +484,6 @@ DEFINES_UNIX = [
DEFINES_ANDROID = [
"SK_BUILD_FOR_ANDROID",
- # TODO(benjaminwagner): Try to get png library updated?
msarett 2016/02/16 22:24:22 INDEX_SUPPORTED is not a feature of a newer libpng
- "SK_PNG_NO_INDEX_SUPPORTED",
"SK_CODEC_DECODES_RAW",
]
@@ -501,6 +499,14 @@ DEFINES_ALL = [
"SK_USE_FREETYPE_EMBOLDEN",
# Turn on a few Google3-specific build fixes.
"GOOGLE3",
+ # Turn on image codecs
dogben 2016/02/16 22:31:16 We have removed all dependencies for the iOS Googl
msarett 2016/02/16 22:33:54 Yes. Though we should be able to keep BMP and WBM
msarett 2016/02/17 14:34:53 Thanks, removing these on iOS.
+ "SK_CODEC_DECODES_BMP",
+ "SK_CODEC_DECODES_GIF",
+ "SK_CODEC_DECODES_ICO",
+ "SK_CODEC_DECODES_JPEG",
+ "SK_CODEC_DECODES_PNG",
+ "SK_CODEC_DECODES_WBMP",
+ "SK_CODEC_DECODES_WEBP",
]
################################################################################
« gyp/codec.gyp ('K') | « gyp/common_conditions.gypi ('k') | src/codec/SkAndroidCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698