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

Unified Diff: gyp/common_conditions.gypi

Issue 2198073002: Default fake gamma to sRGB. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up 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
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 0b3e35863c4780c5971a482c066971fdd6a25a1b..65ef9ed8b7fd977c2fdaef56a1f232266b16efd3 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -10,7 +10,7 @@
'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
'SK_SUPPORT_GPU=<(skia_gpu)',
'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)',
-
+
# Indicate that all dependency libraries are present. Clients that
# are missing some of the required decoding libraries may choose
# not to define these. This will disable some decoder and encoder
@@ -630,14 +630,10 @@
'defines': [
'SK_BUILD_FOR_ANDROID',
- # Android Text Tuning
+ # Android defines a fixed text gamma exponent instead of using SRGB
'SK_GAMMA_EXPONENT=1.4',
'SK_GAMMA_CONTRAST=0.0',
],
- # Android defines a fixed gamma exponent instead of using SRGB
- 'defines!': [
- 'SK_GAMMA_SRGB',
- ],
'configurations': {
'Release': {
'cflags': ['-O2'],
« no previous file with comments | « gyp/common.gypi ('k') | include/core/SkPostConfig.h » ('j') | include/core/SkPostConfig.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698