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

Side by Side 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 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 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after
3076 'html/track/vtt/VTTTokenizer.cpp', 3076 'html/track/vtt/VTTTokenizer.cpp',
3077 'html/track/vtt/VTTTokenizer.h', 3077 'html/track/vtt/VTTTokenizer.h',
3078 ], 3078 ],
3079 'webcore_svg_files': [ 3079 'webcore_svg_files': [
3080 'layout/style/SVGLayoutStyle.cpp', 3080 'layout/style/SVGLayoutStyle.cpp',
3081 'layout/style/SVGLayoutStyleDefs.cpp', 3081 'layout/style/SVGLayoutStyleDefs.cpp',
3082 'layout/svg/ReferenceFilterBuilder.cpp', 3082 'layout/svg/ReferenceFilterBuilder.cpp',
3083 'layout/svg/ReferenceFilterBuilder.h', 3083 'layout/svg/ReferenceFilterBuilder.h',
3084 'layout/svg/LayoutSVGContainer.cpp', 3084 'layout/svg/LayoutSVGContainer.cpp',
3085 'layout/svg/LayoutSVGContainer.h', 3085 'layout/svg/LayoutSVGContainer.h',
3086 'layout/svg/LayoutSVGEllipse.cpp',
3087 'layout/svg/LayoutSVGEllipse.h',
3088 'layout/svg/LayoutSVGForeignObject.cpp',
3089 'layout/svg/LayoutSVGForeignObject.h',
3090 'layout/svg/LayoutSVGImage.cpp',
3091 'layout/svg/LayoutSVGImage.h',
3086 'layout/svg/LayoutSVGInline.cpp', 3092 'layout/svg/LayoutSVGInline.cpp',
3087 'layout/svg/LayoutSVGInline.h', 3093 'layout/svg/LayoutSVGInline.h',
3088 'layout/svg/LayoutSVGInlineText.cpp', 3094 'layout/svg/LayoutSVGInlineText.cpp',
3089 'layout/svg/LayoutSVGInlineText.h', 3095 'layout/svg/LayoutSVGInlineText.h',
3096 'layout/svg/LayoutSVGPath.cpp',
3097 'layout/svg/LayoutSVGPath.h',
3090 'layout/svg/LayoutSVGRect.cpp', 3098 'layout/svg/LayoutSVGRect.cpp',
3091 'layout/svg/LayoutSVGRect.h', 3099 'layout/svg/LayoutSVGRect.h',
3100 'layout/svg/LayoutSVGShape.cpp',
3101 'layout/svg/LayoutSVGShape.h',
3102 'layout/svg/LayoutSVGTSpan.cpp',
3103 'layout/svg/LayoutSVGTSpan.h',
3092 'layout/svg/LayoutSVGResourceClipper.cpp', 3104 'layout/svg/LayoutSVGResourceClipper.cpp',
3093 'layout/svg/LayoutSVGResourceClipper.h', 3105 'layout/svg/LayoutSVGResourceClipper.h',
3094 'layout/svg/LayoutSVGResourceContainer.cpp', 3106 'layout/svg/LayoutSVGResourceContainer.cpp',
3095 'layout/svg/LayoutSVGResourceContainer.h', 3107 'layout/svg/LayoutSVGResourceContainer.h',
3096 'layout/svg/LayoutSVGResourceFilter.cpp', 3108 'layout/svg/LayoutSVGResourceFilter.cpp',
3097 'layout/svg/LayoutSVGResourceFilter.h', 3109 'layout/svg/LayoutSVGResourceFilter.h',
3098 'layout/svg/LayoutSVGResourceFilterPrimitive.cpp', 3110 'layout/svg/LayoutSVGResourceFilterPrimitive.cpp',
3099 'layout/svg/LayoutSVGResourceFilterPrimitive.h', 3111 'layout/svg/LayoutSVGResourceFilterPrimitive.h',
3100 'layout/svg/LayoutSVGResourceGradient.cpp', 3112 'layout/svg/LayoutSVGResourceGradient.cpp',
3101 'layout/svg/LayoutSVGResourceGradient.h', 3113 'layout/svg/LayoutSVGResourceGradient.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
3143 'layout/svg/SVGTextLayoutEngineSpacing.cpp', 3155 'layout/svg/SVGTextLayoutEngineSpacing.cpp',
3144 'layout/svg/SVGTextLayoutEngineSpacing.h', 3156 'layout/svg/SVGTextLayoutEngineSpacing.h',
3145 'layout/svg/SVGTextMetrics.cpp', 3157 'layout/svg/SVGTextMetrics.cpp',
3146 'layout/svg/SVGTextMetrics.h', 3158 'layout/svg/SVGTextMetrics.h',
3147 'layout/svg/SVGTextMetricsBuilder.cpp', 3159 'layout/svg/SVGTextMetricsBuilder.cpp',
3148 'layout/svg/SVGTextMetricsBuilder.h', 3160 'layout/svg/SVGTextMetricsBuilder.h',
3149 'layout/svg/SVGTextQuery.cpp', 3161 'layout/svg/SVGTextQuery.cpp',
3150 'layout/svg/SVGTextQuery.h', 3162 'layout/svg/SVGTextQuery.h',
3151 'rendering/svg/RenderSVGBlock.cpp', 3163 'rendering/svg/RenderSVGBlock.cpp',
3152 'rendering/svg/RenderSVGBlock.h', 3164 'rendering/svg/RenderSVGBlock.h',
3153 'rendering/svg/RenderSVGEllipse.cpp',
3154 'rendering/svg/RenderSVGEllipse.h',
3155 'rendering/svg/RenderSVGForeignObject.cpp',
3156 'rendering/svg/RenderSVGForeignObject.h',
3157 'rendering/svg/RenderSVGGradientStop.cpp', 3165 'rendering/svg/RenderSVGGradientStop.cpp',
3158 'rendering/svg/RenderSVGGradientStop.h', 3166 'rendering/svg/RenderSVGGradientStop.h',
3159 'rendering/svg/RenderSVGHiddenContainer.cpp', 3167 'rendering/svg/RenderSVGHiddenContainer.cpp',
3160 'rendering/svg/RenderSVGHiddenContainer.h', 3168 'rendering/svg/RenderSVGHiddenContainer.h',
3161 'rendering/svg/RenderSVGImage.cpp',
3162 'rendering/svg/RenderSVGImage.h',
3163 'rendering/svg/RenderSVGModelObject.cpp', 3169 'rendering/svg/RenderSVGModelObject.cpp',
3164 'rendering/svg/RenderSVGModelObject.h', 3170 'rendering/svg/RenderSVGModelObject.h',
3165 'rendering/svg/RenderSVGPath.cpp',
3166 'rendering/svg/RenderSVGPath.h',
3167 'rendering/svg/RenderSVGRoot.cpp', 3171 'rendering/svg/RenderSVGRoot.cpp',
3168 'rendering/svg/RenderSVGRoot.h', 3172 'rendering/svg/RenderSVGRoot.h',
3169 'rendering/svg/RenderSVGShape.cpp',
3170 'rendering/svg/RenderSVGShape.h',
3171 'rendering/svg/RenderSVGTSpan.cpp',
3172 'rendering/svg/RenderSVGTSpan.h',
3173 'rendering/svg/RenderSVGTransformableContainer.cpp', 3173 'rendering/svg/RenderSVGTransformableContainer.cpp',
3174 'rendering/svg/RenderSVGTransformableContainer.h', 3174 'rendering/svg/RenderSVGTransformableContainer.h',
3175 'rendering/svg/RenderSVGViewportContainer.cpp', 3175 'rendering/svg/RenderSVGViewportContainer.cpp',
3176 'rendering/svg/RenderSVGViewportContainer.h', 3176 'rendering/svg/RenderSVGViewportContainer.h',
3177 'svg/ColorDistance.cpp', 3177 'svg/ColorDistance.cpp',
3178 'svg/ColorDistance.h', 3178 'svg/ColorDistance.h',
3179 'svg/GradientAttributes.h', 3179 'svg/GradientAttributes.h',
3180 'svg/LinearGradientAttributes.h', 3180 'svg/LinearGradientAttributes.h',
3181 'svg/PatternAttributes.h', 3181 'svg/PatternAttributes.h',
3182 'svg/RadialGradientAttributes.h', 3182 'svg/RadialGradientAttributes.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
3801 'rendering/RenderingTestHelper.h', 3801 'rendering/RenderingTestHelper.h',
3802 'streams/ExclusiveStreamReaderTest.cpp', 3802 'streams/ExclusiveStreamReaderTest.cpp',
3803 'streams/ReadableStreamTest.cpp', 3803 'streams/ReadableStreamTest.cpp',
3804 'testing/PrivateScriptTestTest.cpp', 3804 'testing/PrivateScriptTestTest.cpp',
3805 'testing/UnitTestHelpers.cpp', 3805 'testing/UnitTestHelpers.cpp',
3806 'testing/UnitTestHelpers.h', 3806 'testing/UnitTestHelpers.h',
3807 'xml/parser/SharedBufferReaderTest.cpp', 3807 'xml/parser/SharedBufferReaderTest.cpp',
3808 ], 3808 ],
3809 } 3809 }
3810 } 3810 }
OLDNEW
« 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