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

Unified Diff: Source/core/core.gypi

Issue 927583002: Moving RenderSVG* files from rendering/ 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 04c2f5cd4c1cadc64066bee7e981b9c49858789d..043aea45301f7b033dbe1e7b4a34ce7a14586d59 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3083,12 +3083,24 @@
'layout/svg/ReferenceFilterBuilder.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/LayoutSVGImage.cpp',
+ 'layout/svg/LayoutSVGImage.h',
'layout/svg/LayoutSVGInline.cpp',
'layout/svg/LayoutSVGInline.h',
'layout/svg/LayoutSVGInlineText.cpp',
'layout/svg/LayoutSVGInlineText.h',
+ 'layout/svg/LayoutSVGPath.cpp',
+ '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',
@@ -3150,26 +3162,14 @@
'layout/svg/SVGTextQuery.h',
'rendering/svg/RenderSVGBlock.cpp',
'rendering/svg/RenderSVGBlock.h',
- 'rendering/svg/RenderSVGEllipse.cpp',
- 'rendering/svg/RenderSVGEllipse.h',
- 'rendering/svg/RenderSVGForeignObject.cpp',
- 'rendering/svg/RenderSVGForeignObject.h',
'rendering/svg/RenderSVGGradientStop.cpp',
'rendering/svg/RenderSVGGradientStop.h',
'rendering/svg/RenderSVGHiddenContainer.cpp',
'rendering/svg/RenderSVGHiddenContainer.h',
- 'rendering/svg/RenderSVGImage.cpp',
- 'rendering/svg/RenderSVGImage.h',
'rendering/svg/RenderSVGModelObject.cpp',
'rendering/svg/RenderSVGModelObject.h',
- 'rendering/svg/RenderSVGPath.cpp',
- 'rendering/svg/RenderSVGPath.h',
'rendering/svg/RenderSVGRoot.cpp',
'rendering/svg/RenderSVGRoot.h',
- 'rendering/svg/RenderSVGShape.cpp',
- 'rendering/svg/RenderSVGShape.h',
- 'rendering/svg/RenderSVGTSpan.cpp',
- 'rendering/svg/RenderSVGTSpan.h',
'rendering/svg/RenderSVGTransformableContainer.cpp',
'rendering/svg/RenderSVGTransformableContainer.h',
'rendering/svg/RenderSVGViewportContainer.cpp',
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-foreign-content-expected.txt ('k') | Source/core/layout/LayoutTreeAsText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698