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

Unified Diff: Source/core/core.gypi

Issue 913143006: Move RenderSVGRect to layout/svg (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « LayoutTests/svg/zoom/page/zoom-svg-as-object-expected.txt ('k') | Source/core/layout/svg/LayoutSVGRect.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 de58c6447c53fe828c6cdc7b987937d7912d3a13..a74a9ec7772e1c5314dbb50380d9ee92451e9eac 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3088,6 +3088,8 @@
'layout/svg/LayoutSVGInline.h',
'layout/svg/LayoutSVGInlineText.cpp',
'layout/svg/LayoutSVGInlineText.h',
+ 'layout/svg/LayoutSVGRect.cpp',
+ 'layout/svg/LayoutSVGRect.h',
'layout/svg/LayoutSVGResourceClipper.cpp',
'layout/svg/LayoutSVGResourceClipper.h',
'layout/svg/LayoutSVGResourceContainer.cpp',
@@ -3163,8 +3165,6 @@
'rendering/svg/RenderSVGModelObject.h',
'rendering/svg/RenderSVGPath.cpp',
'rendering/svg/RenderSVGPath.h',
- 'rendering/svg/RenderSVGRect.cpp',
- 'rendering/svg/RenderSVGRect.h',
'rendering/svg/RenderSVGRoot.cpp',
'rendering/svg/RenderSVGRoot.h',
'rendering/svg/RenderSVGShape.cpp',
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-svg-as-object-expected.txt ('k') | Source/core/layout/svg/LayoutSVGRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698