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

Side by Side Diff: Source/core/core.gypi

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (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 3064 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 'html/track/vtt/VTTScanner.h', 3075 'html/track/vtt/VTTScanner.h',
3076 'html/track/vtt/VTTToken.h', 3076 'html/track/vtt/VTTToken.h',
3077 'html/track/vtt/VTTTokenizer.cpp', 3077 'html/track/vtt/VTTTokenizer.cpp',
3078 'html/track/vtt/VTTTokenizer.h', 3078 'html/track/vtt/VTTTokenizer.h',
3079 ], 3079 ],
3080 'webcore_svg_files': [ 3080 'webcore_svg_files': [
3081 'layout/style/SVGLayoutStyle.cpp', 3081 'layout/style/SVGLayoutStyle.cpp',
3082 'layout/style/SVGLayoutStyleDefs.cpp', 3082 'layout/style/SVGLayoutStyleDefs.cpp',
3083 'layout/svg/ReferenceFilterBuilder.cpp', 3083 'layout/svg/ReferenceFilterBuilder.cpp',
3084 'layout/svg/ReferenceFilterBuilder.h', 3084 'layout/svg/ReferenceFilterBuilder.h',
3085 'layout/svg/LayoutSVGContainer.cpp',
3086 'layout/svg/LayoutSVGContainer.h',
3085 'layout/svg/LayoutSVGInline.cpp', 3087 'layout/svg/LayoutSVGInline.cpp',
3086 'layout/svg/LayoutSVGInline.h', 3088 'layout/svg/LayoutSVGInline.h',
3087 'layout/svg/LayoutSVGInlineText.cpp', 3089 'layout/svg/LayoutSVGInlineText.cpp',
3088 'layout/svg/LayoutSVGInlineText.h', 3090 'layout/svg/LayoutSVGInlineText.h',
3089 'layout/svg/LayoutSVGResourceClipper.cpp', 3091 'layout/svg/LayoutSVGResourceClipper.cpp',
3090 'layout/svg/LayoutSVGResourceClipper.h', 3092 'layout/svg/LayoutSVGResourceClipper.h',
3091 'layout/svg/LayoutSVGResourceContainer.cpp', 3093 'layout/svg/LayoutSVGResourceContainer.cpp',
3092 'layout/svg/LayoutSVGResourceContainer.h', 3094 'layout/svg/LayoutSVGResourceContainer.h',
3093 'layout/svg/LayoutSVGResourceFilter.cpp', 3095 'layout/svg/LayoutSVGResourceFilter.cpp',
3094 'layout/svg/LayoutSVGResourceFilter.h', 3096 'layout/svg/LayoutSVGResourceFilter.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
3140 'layout/svg/SVGTextLayoutEngineSpacing.cpp', 3142 'layout/svg/SVGTextLayoutEngineSpacing.cpp',
3141 'layout/svg/SVGTextLayoutEngineSpacing.h', 3143 'layout/svg/SVGTextLayoutEngineSpacing.h',
3142 'layout/svg/SVGTextMetrics.cpp', 3144 'layout/svg/SVGTextMetrics.cpp',
3143 'layout/svg/SVGTextMetrics.h', 3145 'layout/svg/SVGTextMetrics.h',
3144 'layout/svg/SVGTextMetricsBuilder.cpp', 3146 'layout/svg/SVGTextMetricsBuilder.cpp',
3145 'layout/svg/SVGTextMetricsBuilder.h', 3147 'layout/svg/SVGTextMetricsBuilder.h',
3146 'layout/svg/SVGTextQuery.cpp', 3148 'layout/svg/SVGTextQuery.cpp',
3147 'layout/svg/SVGTextQuery.h', 3149 'layout/svg/SVGTextQuery.h',
3148 'rendering/svg/RenderSVGBlock.cpp', 3150 'rendering/svg/RenderSVGBlock.cpp',
3149 'rendering/svg/RenderSVGBlock.h', 3151 'rendering/svg/RenderSVGBlock.h',
3150 'rendering/svg/RenderSVGContainer.cpp',
3151 'rendering/svg/RenderSVGContainer.h',
3152 'rendering/svg/RenderSVGEllipse.cpp', 3152 'rendering/svg/RenderSVGEllipse.cpp',
3153 'rendering/svg/RenderSVGEllipse.h', 3153 'rendering/svg/RenderSVGEllipse.h',
3154 'rendering/svg/RenderSVGForeignObject.cpp', 3154 'rendering/svg/RenderSVGForeignObject.cpp',
3155 'rendering/svg/RenderSVGForeignObject.h', 3155 'rendering/svg/RenderSVGForeignObject.h',
3156 'rendering/svg/RenderSVGGradientStop.cpp', 3156 'rendering/svg/RenderSVGGradientStop.cpp',
3157 'rendering/svg/RenderSVGGradientStop.h', 3157 'rendering/svg/RenderSVGGradientStop.h',
3158 'rendering/svg/RenderSVGHiddenContainer.cpp', 3158 'rendering/svg/RenderSVGHiddenContainer.cpp',
3159 'rendering/svg/RenderSVGHiddenContainer.h', 3159 'rendering/svg/RenderSVGHiddenContainer.h',
3160 'rendering/svg/RenderSVGImage.cpp', 3160 'rendering/svg/RenderSVGImage.cpp',
3161 'rendering/svg/RenderSVGImage.h', 3161 'rendering/svg/RenderSVGImage.h',
(...skipping 639 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/text/text-spacing-01-b-expected.txt ('k') | Source/core/layout/LayoutTreeAsText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698