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

Unified Diff: skia/skia_common.gypi

Issue 164253004: Roll Skia DEPS to r13441 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add SK_HIGH_QUALITY_IS_LANCZOS flag Created 6 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index 893ae74a830e8d61084a5db730bc25d8d9f326a5..45d9df3cfc8e92975e5b14ea7c42d3ec1be77db0 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -65,6 +65,7 @@
'defines': [
'SK_GAMMA_EXPONENT=1.2',
'SK_GAMMA_CONTRAST=0.2',
+ 'SK_HIGH_QUALITY_IS_LANCZOS',
],
}],
['OS == "android"', {
@@ -78,12 +79,14 @@
'defines': [
'SK_GAMMA_SRGB',
'SK_GAMMA_CONTRAST=0.5',
+ 'SK_HIGH_QUALITY_IS_LANCZOS',
],
}],
['OS == "mac"', {
'defines': [
'SK_GAMMA_SRGB',
'SK_GAMMA_CONTRAST=0.0',
+ 'SK_HIGH_QUALITY_IS_LANCZOS',
],
}],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698