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

Unified Diff: gyp/gpu.gypi

Issue 1158803002: Added GrAAFlatteningConvexPathRenderer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: hopefully fixed windows build issues 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
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index c4ca5ed7f33c935ddfe9dc569e66de4d011879d5..abceb60e55faa96853d0f089a28f41034ebff392 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -58,8 +58,12 @@
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
+ '<(skia_src_path)/gpu/GrAAFlatteningConvexPathRenderer.cpp',
+ '<(skia_src_path)/gpu/GrAAFlatteningConvexPathRenderer.h',
'<(skia_src_path)/gpu/GrAAConvexTessellator.cpp',
'<(skia_src_path)/gpu/GrAAConvexTessellator.h',
+ '<(skia_src_path)/gpu/GrAAFlatteningConvexTessellator.cpp',
+ '<(skia_src_path)/gpu/GrAAFlatteningConvexTessellator.h',
'<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
'<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
'<(skia_src_path)/gpu/GrAARectRenderer.cpp',
« no previous file with comments | « no previous file | src/gpu/GrAAFlatteningConvexPathRenderer.h » ('j') | src/gpu/GrAAFlatteningConvexPathRenderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698