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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3072 matching lines...) Expand 10 before | Expand all | Expand 10 after
3083 'layout/style/SVGLayoutStyle.cpp', 3083 'layout/style/SVGLayoutStyle.cpp',
3084 'layout/style/SVGLayoutStyleDefs.cpp', 3084 'layout/style/SVGLayoutStyleDefs.cpp',
3085 'layout/svg/ReferenceFilterBuilder.cpp', 3085 'layout/svg/ReferenceFilterBuilder.cpp',
3086 'layout/svg/ReferenceFilterBuilder.h', 3086 'layout/svg/ReferenceFilterBuilder.h',
3087 'layout/svg/LayoutSVGContainer.cpp', 3087 'layout/svg/LayoutSVGContainer.cpp',
3088 'layout/svg/LayoutSVGContainer.h', 3088 'layout/svg/LayoutSVGContainer.h',
3089 'layout/svg/LayoutSVGEllipse.cpp', 3089 'layout/svg/LayoutSVGEllipse.cpp',
3090 'layout/svg/LayoutSVGEllipse.h', 3090 'layout/svg/LayoutSVGEllipse.h',
3091 'layout/svg/LayoutSVGForeignObject.cpp', 3091 'layout/svg/LayoutSVGForeignObject.cpp',
3092 'layout/svg/LayoutSVGForeignObject.h', 3092 'layout/svg/LayoutSVGForeignObject.h',
3093 'layout/svg/LayoutSVGHiddenContainer.cpp',
3094 'layout/svg/LayoutSVGHiddenContainer.h',
3093 'layout/svg/LayoutSVGImage.cpp', 3095 'layout/svg/LayoutSVGImage.cpp',
3094 'layout/svg/LayoutSVGImage.h', 3096 'layout/svg/LayoutSVGImage.h',
3095 'layout/svg/LayoutSVGInline.cpp', 3097 'layout/svg/LayoutSVGInline.cpp',
3096 'layout/svg/LayoutSVGInline.h', 3098 'layout/svg/LayoutSVGInline.h',
3097 'layout/svg/LayoutSVGInlineText.cpp', 3099 'layout/svg/LayoutSVGInlineText.cpp',
3098 'layout/svg/LayoutSVGInlineText.h', 3100 'layout/svg/LayoutSVGInlineText.h',
3099 'layout/svg/LayoutSVGPath.cpp', 3101 'layout/svg/LayoutSVGPath.cpp',
3100 'layout/svg/LayoutSVGPath.h', 3102 'layout/svg/LayoutSVGPath.h',
3101 'layout/svg/LayoutSVGRect.cpp', 3103 'layout/svg/LayoutSVGRect.cpp',
3102 'layout/svg/LayoutSVGRect.h', 3104 'layout/svg/LayoutSVGRect.h',
3103 'layout/svg/LayoutSVGShape.cpp',
3104 'layout/svg/LayoutSVGShape.h',
3105 'layout/svg/LayoutSVGTSpan.cpp',
3106 'layout/svg/LayoutSVGTSpan.h',
3107 'layout/svg/LayoutSVGResourceClipper.cpp', 3105 'layout/svg/LayoutSVGResourceClipper.cpp',
3108 'layout/svg/LayoutSVGResourceClipper.h', 3106 'layout/svg/LayoutSVGResourceClipper.h',
3109 'layout/svg/LayoutSVGResourceContainer.cpp', 3107 'layout/svg/LayoutSVGResourceContainer.cpp',
3110 'layout/svg/LayoutSVGResourceContainer.h', 3108 'layout/svg/LayoutSVGResourceContainer.h',
3111 'layout/svg/LayoutSVGResourceFilter.cpp', 3109 'layout/svg/LayoutSVGResourceFilter.cpp',
3112 'layout/svg/LayoutSVGResourceFilter.h', 3110 'layout/svg/LayoutSVGResourceFilter.h',
3113 'layout/svg/LayoutSVGResourceFilterPrimitive.cpp', 3111 'layout/svg/LayoutSVGResourceFilterPrimitive.cpp',
3114 'layout/svg/LayoutSVGResourceFilterPrimitive.h', 3112 'layout/svg/LayoutSVGResourceFilterPrimitive.h',
3115 'layout/svg/LayoutSVGResourceGradient.cpp', 3113 'layout/svg/LayoutSVGResourceGradient.cpp',
3116 'layout/svg/LayoutSVGResourceGradient.h', 3114 'layout/svg/LayoutSVGResourceGradient.h',
3117 'layout/svg/LayoutSVGResourceLinearGradient.cpp', 3115 'layout/svg/LayoutSVGResourceLinearGradient.cpp',
3118 'layout/svg/LayoutSVGResourceLinearGradient.h', 3116 'layout/svg/LayoutSVGResourceLinearGradient.h',
3119 'layout/svg/LayoutSVGResourceMarker.cpp', 3117 'layout/svg/LayoutSVGResourceMarker.cpp',
3120 'layout/svg/LayoutSVGResourceMarker.h', 3118 'layout/svg/LayoutSVGResourceMarker.h',
3121 'layout/svg/LayoutSVGResourceMasker.cpp', 3119 'layout/svg/LayoutSVGResourceMasker.cpp',
3122 'layout/svg/LayoutSVGResourceMasker.h', 3120 'layout/svg/LayoutSVGResourceMasker.h',
3123 'layout/svg/LayoutSVGResourcePaintServer.cpp', 3121 'layout/svg/LayoutSVGResourcePaintServer.cpp',
3124 'layout/svg/LayoutSVGResourcePaintServer.h', 3122 'layout/svg/LayoutSVGResourcePaintServer.h',
3125 'layout/svg/LayoutSVGResourcePattern.cpp', 3123 'layout/svg/LayoutSVGResourcePattern.cpp',
3126 'layout/svg/LayoutSVGResourcePattern.h', 3124 'layout/svg/LayoutSVGResourcePattern.h',
3127 'layout/svg/LayoutSVGResourceRadialGradient.cpp', 3125 'layout/svg/LayoutSVGResourceRadialGradient.cpp',
3128 'layout/svg/LayoutSVGResourceRadialGradient.h', 3126 'layout/svg/LayoutSVGResourceRadialGradient.h',
3127 'layout/svg/LayoutSVGShape.cpp',
3128 'layout/svg/LayoutSVGShape.h',
3129 'layout/svg/LayoutSVGText.cpp', 3129 'layout/svg/LayoutSVGText.cpp',
3130 'layout/svg/LayoutSVGText.h', 3130 'layout/svg/LayoutSVGText.h',
3131 'layout/svg/LayoutSVGTextPath.cpp', 3131 'layout/svg/LayoutSVGTextPath.cpp',
3132 'layout/svg/LayoutSVGTextPath.h', 3132 'layout/svg/LayoutSVGTextPath.h',
3133 'layout/svg/LayoutSVGTransformableContainer.cpp',
3134 'layout/svg/LayoutSVGTransformableContainer.h',
3135 'layout/svg/LayoutSVGTSpan.cpp',
3136 'layout/svg/LayoutSVGTSpan.h',
3137 'layout/svg/LayoutSVGViewportContainer.cpp',
3138 'layout/svg/LayoutSVGViewportContainer.h',
3133 'layout/svg/SVGLayoutSupport.cpp', 3139 'layout/svg/SVGLayoutSupport.cpp',
3134 'layout/svg/SVGLayoutSupport.h', 3140 'layout/svg/SVGLayoutSupport.h',
3135 'layout/svg/SVGLayoutTreeAsText.cpp', 3141 'layout/svg/SVGLayoutTreeAsText.cpp',
3136 'layout/svg/SVGLayoutTreeAsText.h', 3142 'layout/svg/SVGLayoutTreeAsText.h',
3137 'layout/svg/SVGMarkerData.h', 3143 'layout/svg/SVGMarkerData.h',
3138 'layout/svg/SVGPathData.cpp', 3144 'layout/svg/SVGPathData.cpp',
3139 'layout/svg/SVGPathData.h', 3145 'layout/svg/SVGPathData.h',
3140 'layout/svg/SVGResources.cpp', 3146 'layout/svg/SVGResources.cpp',
3141 'layout/svg/SVGResources.h', 3147 'layout/svg/SVGResources.h',
3142 'layout/svg/SVGResourcesCache.cpp', 3148 'layout/svg/SVGResourcesCache.cpp',
(...skipping 17 matching lines...) Expand all
3160 'layout/svg/SVGTextMetrics.cpp', 3166 'layout/svg/SVGTextMetrics.cpp',
3161 'layout/svg/SVGTextMetrics.h', 3167 'layout/svg/SVGTextMetrics.h',
3162 'layout/svg/SVGTextMetricsBuilder.cpp', 3168 'layout/svg/SVGTextMetricsBuilder.cpp',
3163 'layout/svg/SVGTextMetricsBuilder.h', 3169 'layout/svg/SVGTextMetricsBuilder.h',
3164 'layout/svg/SVGTextQuery.cpp', 3170 'layout/svg/SVGTextQuery.cpp',
3165 'layout/svg/SVGTextQuery.h', 3171 'layout/svg/SVGTextQuery.h',
3166 'rendering/svg/RenderSVGBlock.cpp', 3172 'rendering/svg/RenderSVGBlock.cpp',
3167 'rendering/svg/RenderSVGBlock.h', 3173 'rendering/svg/RenderSVGBlock.h',
3168 'rendering/svg/RenderSVGGradientStop.cpp', 3174 'rendering/svg/RenderSVGGradientStop.cpp',
3169 'rendering/svg/RenderSVGGradientStop.h', 3175 'rendering/svg/RenderSVGGradientStop.h',
3170 'rendering/svg/RenderSVGHiddenContainer.cpp',
3171 'rendering/svg/RenderSVGHiddenContainer.h',
3172 'rendering/svg/RenderSVGModelObject.cpp', 3176 'rendering/svg/RenderSVGModelObject.cpp',
3173 'rendering/svg/RenderSVGModelObject.h', 3177 'rendering/svg/RenderSVGModelObject.h',
3174 'rendering/svg/RenderSVGRoot.cpp', 3178 'rendering/svg/RenderSVGRoot.cpp',
3175 'rendering/svg/RenderSVGRoot.h', 3179 'rendering/svg/RenderSVGRoot.h',
3176 'rendering/svg/RenderSVGTransformableContainer.cpp',
3177 'rendering/svg/RenderSVGTransformableContainer.h',
3178 'rendering/svg/RenderSVGViewportContainer.cpp',
3179 'rendering/svg/RenderSVGViewportContainer.h',
3180 'svg/ColorDistance.cpp', 3180 'svg/ColorDistance.cpp',
3181 'svg/ColorDistance.h', 3181 'svg/ColorDistance.h',
3182 'svg/GradientAttributes.h', 3182 'svg/GradientAttributes.h',
3183 'svg/LinearGradientAttributes.h', 3183 'svg/LinearGradientAttributes.h',
3184 'svg/PatternAttributes.h', 3184 'svg/PatternAttributes.h',
3185 'svg/RadialGradientAttributes.h', 3185 'svg/RadialGradientAttributes.h',
3186 'svg/SVGAElement.cpp', 3186 'svg/SVGAElement.cpp',
3187 'svg/SVGAElement.h', 3187 'svg/SVGAElement.h',
3188 'svg/SVGAngle.cpp', 3188 'svg/SVGAngle.cpp',
3189 'svg/SVGAngleTearOff.cpp', 3189 'svg/SVGAngleTearOff.cpp',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'rendering/RenderingTestHelper.h', 3804 'rendering/RenderingTestHelper.h',
3805 'streams/ExclusiveStreamReaderTest.cpp', 3805 'streams/ExclusiveStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3806 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3807 'testing/PrivateScriptTestTest.cpp',
3808 'testing/UnitTestHelpers.cpp', 3808 'testing/UnitTestHelpers.cpp',
3809 'testing/UnitTestHelpers.h', 3809 'testing/UnitTestHelpers.h',
3810 'xml/parser/SharedBufferReaderTest.cpp', 3810 'xml/parser/SharedBufferReaderTest.cpp',
3811 ], 3811 ],
3812 } 3812 }
3813 } 3813 }
OLDNEW
« 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