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

Unified Diff: public.bzl

Issue 1956573002: Compile SkForceLinking on CMake (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Refactoring Created 4 years, 7 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/common_conditions.gypi ('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 5546b24530de2319a027f29996707722b5a3e419..8eb4d855d95bb6ef78d40f9c54566fd20309f470 100644
--- a/public.bzl
+++ b/public.bzl
@@ -551,20 +551,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",
+ "SK_HAS_GIF_LIBRARY",
+ "SK_HAS_JPEG_LIBRARY",
+ "SK_HAS_PNG_LIBRARY",
+ "SK_HAS_WEBP_LIBRARY",
]
DEFINES_ANDROID = [
"SK_BUILD_FOR_ANDROID",
- "SK_CODEC_DECODES_GIF",
- "SK_CODEC_DECODES_JPEG",
- "SK_CODEC_DECODES_PNG",
"SK_CODEC_DECODES_RAW",
- "SK_CODEC_DECODES_WEBP",
+ "SK_HAS_GIF_LIBRARY",
+ "SK_HAS_JPEG_LIBRARY",
+ "SK_HAS_PNG_LIBRARY",
+ "SK_HAS_WEBP_LIBRARY",
]
DEFINES_IOS = [
« no previous file with comments | « gyp/common_conditions.gypi ('k') | src/codec/SkAndroidCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698