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

Unified Diff: Source/core/core.gypi

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (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 c3dfde9be77840ea6a2999b6d9babc0841916072..eef6dfc51bc60422a85a8fb52936d20b2228448e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3083,12 +3083,16 @@
'layout/style/SVGLayoutStyleDefs.cpp',
'layout/svg/ReferenceFilterBuilder.cpp',
'layout/svg/ReferenceFilterBuilder.h',
+ 'layout/svg/LayoutSVGBlock.cpp',
+ 'layout/svg/LayoutSVGBlock.h',
'layout/svg/LayoutSVGContainer.cpp',
'layout/svg/LayoutSVGContainer.h',
'layout/svg/LayoutSVGEllipse.cpp',
'layout/svg/LayoutSVGEllipse.h',
'layout/svg/LayoutSVGForeignObject.cpp',
'layout/svg/LayoutSVGForeignObject.h',
+ 'layout/svg/LayoutSVGGradientStop.cpp',
+ 'layout/svg/LayoutSVGGradientStop.h',
'layout/svg/LayoutSVGHiddenContainer.cpp',
'layout/svg/LayoutSVGHiddenContainer.h',
'layout/svg/LayoutSVGImage.cpp',
@@ -3097,6 +3101,8 @@
'layout/svg/LayoutSVGInline.h',
'layout/svg/LayoutSVGInlineText.cpp',
'layout/svg/LayoutSVGInlineText.h',
+ 'layout/svg/LayoutSVGModelObject.cpp',
+ 'layout/svg/LayoutSVGModelObject.h',
'layout/svg/LayoutSVGPath.cpp',
'layout/svg/LayoutSVGPath.h',
'layout/svg/LayoutSVGRect.cpp',
@@ -3123,6 +3129,8 @@
'layout/svg/LayoutSVGResourcePattern.h',
'layout/svg/LayoutSVGResourceRadialGradient.cpp',
'layout/svg/LayoutSVGResourceRadialGradient.h',
+ 'layout/svg/LayoutSVGRoot.cpp',
+ 'layout/svg/LayoutSVGRoot.h',
'layout/svg/LayoutSVGShape.cpp',
'layout/svg/LayoutSVGShape.h',
'layout/svg/LayoutSVGText.cpp',
@@ -3168,14 +3176,6 @@
'layout/svg/SVGTextMetricsBuilder.h',
'layout/svg/SVGTextQuery.cpp',
'layout/svg/SVGTextQuery.h',
- 'rendering/svg/RenderSVGBlock.cpp',
- 'rendering/svg/RenderSVGBlock.h',
- 'rendering/svg/RenderSVGGradientStop.cpp',
- 'rendering/svg/RenderSVGGradientStop.h',
- 'rendering/svg/RenderSVGModelObject.cpp',
- 'rendering/svg/RenderSVGModelObject.h',
- 'rendering/svg/RenderSVGRoot.cpp',
- 'rendering/svg/RenderSVGRoot.h',
'svg/ColorDistance.cpp',
'svg/ColorDistance.h',
'svg/GradientAttributes.h',
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-svg-as-object-expected.txt ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698