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

Unified Diff: gyp/gpu.gypi

Issue 1158803002: Added GrAAFlatteningConvexPathRenderer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixed minor formatting issues, renamed Flattening to Linearizing, replaced tessellator with new imp… Created 5 years, 7 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/GrAAConvexTessellator.h » ('j') | src/gpu/GrAAConvexTessellator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 8a93bf82641af2f9f0f5c046c6c9817caa6b6d46..acdf0fbbcad277c37f4f2e962af12a15c334f14f 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -58,6 +58,8 @@
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
+ '<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.cpp',
+ '<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.h',
'<(skia_src_path)/gpu/GrAAConvexTessellator.cpp',
'<(skia_src_path)/gpu/GrAAConvexTessellator.h',
'<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
« no previous file with comments | « no previous file | src/gpu/GrAAConvexTessellator.h » ('j') | src/gpu/GrAAConvexTessellator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698