| 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',
|
|
|