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

Unified Diff: gyp/svg.gyp

Issue 2244223005: [SVGDom] Add <line> support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: rebase 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/SkSVGNode.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 00069030b42704a231e7889f9d78c55b1f099470..158a3992e3521f640be7292fb489ada7637fefb0 100644
--- a/gyp/svg.gyp
+++ b/gyp/svg.gyp
@@ -57,6 +57,8 @@
'../experimental/svg/model/SkSVGEllipse.h',
'../experimental/svg/model/SkSVGEllipse.cpp',
'../experimental/svg/model/SkSVGG.h',
+ '../experimental/svg/model/SkSVGLine.h',
+ '../experimental/svg/model/SkSVGLine.cpp',
'../experimental/svg/model/SkSVGNode.h',
'../experimental/svg/model/SkSVGNode.cpp',
'../experimental/svg/model/SkSVGPath.h',
« no previous file with comments | « experimental/svg/model/SkSVGNode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698