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

Unified Diff: gyp/common_conditions.gypi

Issue 85653004: Move distance field font code into SkGpuDevice (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | include/core/SkDevice.h » ('j') | include/core/SkDraw.h » ('J')
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 d25f035076f44d4e9ecfa38918482d74fbba4513..9c37ae843bb95ee3a4db0e16214690f16a553be4 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -5,7 +5,7 @@
'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
'SK_SUPPORT_GPU=<(skia_gpu)',
'SK_SUPPORT_OPENCL=<(skia_opencl)',
- 'SK_DISTANCEFIELD_FONTSC=<(skia_distancefield_fonts)',
+ 'SK_DISTANCEFIELD_FONTS=<(skia_distancefield_fonts)',
],
'conditions' : [
[ 'skia_os == "win"',
« no previous file with comments | « no previous file | include/core/SkDevice.h » ('j') | include/core/SkDraw.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698