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

Unified Diff: tools/BUILD.public.expected

Issue 1643143002: Generate Signed Distance Field directly from vector path (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move implementation to src/gpu Created 4 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
Index: tools/BUILD.public.expected
diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected
index de6edf5e7eb26c41ac01c5e9a54a19027a6d2c0b..878a40188fb73814b95dcdb1e14f05e5b152b003 100644
--- a/tools/BUILD.public.expected
+++ b/tools/BUILD.public.expected
@@ -760,6 +760,8 @@ BASE_SRCS = ['include/private/SkAtomics.h',
'src/gpu/GrCoordTransform.cpp',
'src/gpu/GrDefaultGeoProcFactory.cpp',
'src/gpu/GrDefaultGeoProcFactory.h',
+ 'src/gpu/GrDistanceFieldGenFromVector.cpp',
+ 'src/gpu/GrDistanceFieldGenFromVector.h',
'src/gpu/GrDrawContext.cpp',
'src/gpu/GrDrawTarget.cpp',
'src/gpu/GrDrawTarget.h',

Powered by Google App Engine
This is Rietveld 408576698