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

Unified Diff: Source/core/core.gypi

Issue 921633007: Move the SVG container code from rendering/svg 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c2476e69d05752428cb8a83286e58d9f99472f03..5d8ef8a2a11f966503dcbb8e5d215077f23da7e2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3090,6 +3090,8 @@
'layout/svg/LayoutSVGEllipse.h',
'layout/svg/LayoutSVGForeignObject.cpp',
'layout/svg/LayoutSVGForeignObject.h',
+ 'layout/svg/LayoutSVGHiddenContainer.cpp',
+ 'layout/svg/LayoutSVGHiddenContainer.h',
'layout/svg/LayoutSVGImage.cpp',
'layout/svg/LayoutSVGImage.h',
'layout/svg/LayoutSVGInline.cpp',
@@ -3100,10 +3102,6 @@
'layout/svg/LayoutSVGPath.h',
'layout/svg/LayoutSVGRect.cpp',
'layout/svg/LayoutSVGRect.h',
- 'layout/svg/LayoutSVGShape.cpp',
- 'layout/svg/LayoutSVGShape.h',
- 'layout/svg/LayoutSVGTSpan.cpp',
- 'layout/svg/LayoutSVGTSpan.h',
'layout/svg/LayoutSVGResourceClipper.cpp',
'layout/svg/LayoutSVGResourceClipper.h',
'layout/svg/LayoutSVGResourceContainer.cpp',
@@ -3126,10 +3124,18 @@
'layout/svg/LayoutSVGResourcePattern.h',
'layout/svg/LayoutSVGResourceRadialGradient.cpp',
'layout/svg/LayoutSVGResourceRadialGradient.h',
+ 'layout/svg/LayoutSVGShape.cpp',
+ 'layout/svg/LayoutSVGShape.h',
'layout/svg/LayoutSVGText.cpp',
'layout/svg/LayoutSVGText.h',
'layout/svg/LayoutSVGTextPath.cpp',
'layout/svg/LayoutSVGTextPath.h',
+ 'layout/svg/LayoutSVGTransformableContainer.cpp',
+ 'layout/svg/LayoutSVGTransformableContainer.h',
+ 'layout/svg/LayoutSVGTSpan.cpp',
+ 'layout/svg/LayoutSVGTSpan.h',
+ 'layout/svg/LayoutSVGViewportContainer.cpp',
+ 'layout/svg/LayoutSVGViewportContainer.h',
'layout/svg/SVGLayoutSupport.cpp',
'layout/svg/SVGLayoutSupport.h',
'layout/svg/SVGLayoutTreeAsText.cpp',
@@ -3167,16 +3173,10 @@
'rendering/svg/RenderSVGBlock.h',
'rendering/svg/RenderSVGGradientStop.cpp',
'rendering/svg/RenderSVGGradientStop.h',
- 'rendering/svg/RenderSVGHiddenContainer.cpp',
- 'rendering/svg/RenderSVGHiddenContainer.h',
'rendering/svg/RenderSVGModelObject.cpp',
'rendering/svg/RenderSVGModelObject.h',
'rendering/svg/RenderSVGRoot.cpp',
'rendering/svg/RenderSVGRoot.h',
- 'rendering/svg/RenderSVGTransformableContainer.cpp',
- 'rendering/svg/RenderSVGTransformableContainer.h',
- 'rendering/svg/RenderSVGViewportContainer.cpp',
- 'rendering/svg/RenderSVGViewportContainer.h',
'svg/ColorDistance.cpp',
'svg/ColorDistance.h',
'svg/GradientAttributes.h',
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-foreign-content-expected.txt ('k') | Source/core/layout/svg/LayoutSVGContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698