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

Unified Diff: gyp/common_conditions.gypi

Issue 41213003: Hook in rough distance field support for fonts (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Replace magic number 32 with constant; fix comment in shader; fix Linux compiler error. Created 7 years, 1 month 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 | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 8241f1830c78b1a50ccce43de8d558491f94d1fb..96a8e0f5b5f06c1930764c0dc4b0aa12b21cee38 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -27,6 +27,17 @@
],
},
],
+ [ 'skia_distancefield_fonts == 1',
+ {
+ 'defines': [
+ 'SK_DISTANCEFIELD_FONTS=1',
+ ],
+ }, {
+ 'defines': [
+ 'SK_DISTANCEFIELD_FONTS=0',
+ ],
+ },
+ ],
[ 'skia_os == "win"',
{
'defines': [
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698