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

Unified Diff: gyp/gpu.gyp

Issue 193163003: Enable use of distance fields via SkPaint flag. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Change HACK to TEMP Created 6 years, 9 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_variables.gypi ('k') | gyp/gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index f303eb50d89c59f4dd228f266354912d20f3ddab..c69a94a7327fe0cb68f1faaf541e2c695c85ba22 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -133,17 +133,6 @@
'GR_CHROME_UTILS=1',
],
}],
- [ 'skia_distancefield_fonts', {
- 'sources': [
- '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
- '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
- '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
- '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
- ],
- 'defines': [
- 'GR_DISTANCEFIELD_FONTS=1',
- ],
- }],
[ 'skia_os == "linux" or skia_os == "chromeos"', {
'sources!': [
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
« no previous file with comments | « gyp/common_variables.gypi ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698