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

Unified Diff: Source/core/core.gypi

Issue 678863002: Move SVG shape painting code to SVGShapePainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update per reviewer comments Created 6 years, 2 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 | Source/core/paint/SVGShapePainter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 8bdc60badba38e16b22d9f2655f3978b90c6c3c5..9e32da18449a434a26ad9375c371aa3cd00c353c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1560,6 +1560,8 @@
'paint/SVGRootInlineBoxPainter.h',
'paint/SVGRootPainter.cpp',
'paint/SVGRootPainter.h',
+ 'paint/SVGShapePainter.cpp',
+ 'paint/SVGShapePainter.h',
'paint/SVGTextPainter.cpp',
'paint/SVGTextPainter.h',
'paint/TablePainter.cpp',
« no previous file with comments | « no previous file | Source/core/paint/SVGShapePainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698