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

Unified Diff: gyp/svg.gyp

Issue 2235273003: [SVGDom] <polygon> & <polyline> support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: GN build fix Created 4 years, 4 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 | « experimental/svg/model/SkSVGValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/svg.gyp
diff --git a/gyp/svg.gyp b/gyp/svg.gyp
index 4151a3d7b73d7010c29cadc33b56dad7f504810e..50e4dbe615bd9df563e6bcd115341a77b9595710 100644
--- a/gyp/svg.gyp
+++ b/gyp/svg.gyp
@@ -57,6 +57,8 @@
'../experimental/svg/model/SkSVGNode.cpp',
'../experimental/svg/model/SkSVGPath.h',
'../experimental/svg/model/SkSVGPath.cpp',
+ '../experimental/svg/model/SkSVGPoly.h',
+ '../experimental/svg/model/SkSVGPoly.cpp',
'../experimental/svg/model/SkSVGRect.h',
'../experimental/svg/model/SkSVGRect.cpp',
'../experimental/svg/model/SkSVGRenderContext.h',
« no previous file with comments | « experimental/svg/model/SkSVGValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698