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

Unified Diff: gn/gpu.gni

Issue 1643143002: Generate Signed Distance Field directly from vector path (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Temporary use legacy distance field Created 3 years, 11 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 | « no previous file | src/gpu/GrDistanceFieldGenFromVector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gn/gpu.gni
diff --git a/gn/gpu.gni b/gn/gpu.gni
index 73fb4d6a3c0081da92ca69069b0cdfb6eacd3546..ded0abce8e3122fe94ebbe34f86d7616960d0a9e 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -92,6 +92,8 @@ skia_gpu_sources = [
"$_src/gpu/GrCoordTransform.cpp",
"$_src/gpu/GrDefaultGeoProcFactory.cpp",
"$_src/gpu/GrDefaultGeoProcFactory.h",
+ "$_src/gpu/GrDistanceFieldGenFromVector.cpp",
+ "$_src/gpu/GrDistanceFieldGenFromVector.h",
"$_src/gpu/GrDrawingManager.cpp",
"$_src/gpu/GrDrawingManager.h",
"$_src/gpu/GrDrawOpAtlas.cpp",
« no previous file with comments | « no previous file | src/gpu/GrDistanceFieldGenFromVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698