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

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

Issue 913143006: Move RenderSVGRect 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 3070 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 3085 'layout/svg/LayoutSVGContainer.cpp',
3086 'layout/svg/LayoutSVGContainer.h', 3086 'layout/svg/LayoutSVGContainer.h',
3087 'layout/svg/LayoutSVGInline.cpp', 3087 'layout/svg/LayoutSVGInline.cpp',
3088 'layout/svg/LayoutSVGInline.h', 3088 'layout/svg/LayoutSVGInline.h',
3089 'layout/svg/LayoutSVGInlineText.cpp', 3089 'layout/svg/LayoutSVGInlineText.cpp',
3090 'layout/svg/LayoutSVGInlineText.h', 3090 'layout/svg/LayoutSVGInlineText.h',
3091 'layout/svg/LayoutSVGRect.cpp',
3092 'layout/svg/LayoutSVGRect.h',
3091 'layout/svg/LayoutSVGResourceClipper.cpp', 3093 'layout/svg/LayoutSVGResourceClipper.cpp',
3092 'layout/svg/LayoutSVGResourceClipper.h', 3094 'layout/svg/LayoutSVGResourceClipper.h',
3093 'layout/svg/LayoutSVGResourceContainer.cpp', 3095 'layout/svg/LayoutSVGResourceContainer.cpp',
3094 'layout/svg/LayoutSVGResourceContainer.h', 3096 'layout/svg/LayoutSVGResourceContainer.h',
3095 'layout/svg/LayoutSVGResourceFilter.cpp', 3097 'layout/svg/LayoutSVGResourceFilter.cpp',
3096 'layout/svg/LayoutSVGResourceFilter.h', 3098 'layout/svg/LayoutSVGResourceFilter.h',
3097 'layout/svg/LayoutSVGResourceFilterPrimitive.cpp', 3099 'layout/svg/LayoutSVGResourceFilterPrimitive.cpp',
3098 'layout/svg/LayoutSVGResourceFilterPrimitive.h', 3100 'layout/svg/LayoutSVGResourceFilterPrimitive.h',
3099 'layout/svg/LayoutSVGResourceGradient.cpp', 3101 'layout/svg/LayoutSVGResourceGradient.cpp',
3100 'layout/svg/LayoutSVGResourceGradient.h', 3102 'layout/svg/LayoutSVGResourceGradient.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 'rendering/svg/RenderSVGGradientStop.cpp', 3158 'rendering/svg/RenderSVGGradientStop.cpp',
3157 'rendering/svg/RenderSVGGradientStop.h', 3159 'rendering/svg/RenderSVGGradientStop.h',
3158 'rendering/svg/RenderSVGHiddenContainer.cpp', 3160 'rendering/svg/RenderSVGHiddenContainer.cpp',
3159 'rendering/svg/RenderSVGHiddenContainer.h', 3161 'rendering/svg/RenderSVGHiddenContainer.h',
3160 'rendering/svg/RenderSVGImage.cpp', 3162 'rendering/svg/RenderSVGImage.cpp',
3161 'rendering/svg/RenderSVGImage.h', 3163 'rendering/svg/RenderSVGImage.h',
3162 'rendering/svg/RenderSVGModelObject.cpp', 3164 'rendering/svg/RenderSVGModelObject.cpp',
3163 'rendering/svg/RenderSVGModelObject.h', 3165 'rendering/svg/RenderSVGModelObject.h',
3164 'rendering/svg/RenderSVGPath.cpp', 3166 'rendering/svg/RenderSVGPath.cpp',
3165 'rendering/svg/RenderSVGPath.h', 3167 'rendering/svg/RenderSVGPath.h',
3166 'rendering/svg/RenderSVGRect.cpp',
3167 'rendering/svg/RenderSVGRect.h',
3168 'rendering/svg/RenderSVGRoot.cpp', 3168 'rendering/svg/RenderSVGRoot.cpp',
3169 'rendering/svg/RenderSVGRoot.h', 3169 'rendering/svg/RenderSVGRoot.h',
3170 'rendering/svg/RenderSVGShape.cpp', 3170 'rendering/svg/RenderSVGShape.cpp',
3171 'rendering/svg/RenderSVGShape.h', 3171 'rendering/svg/RenderSVGShape.h',
3172 'rendering/svg/RenderSVGTSpan.cpp', 3172 'rendering/svg/RenderSVGTSpan.cpp',
3173 'rendering/svg/RenderSVGTSpan.h', 3173 'rendering/svg/RenderSVGTSpan.h',
3174 'rendering/svg/RenderSVGTransformableContainer.cpp', 3174 'rendering/svg/RenderSVGTransformableContainer.cpp',
3175 'rendering/svg/RenderSVGTransformableContainer.h', 3175 'rendering/svg/RenderSVGTransformableContainer.h',
3176 'rendering/svg/RenderSVGViewportContainer.cpp', 3176 'rendering/svg/RenderSVGViewportContainer.cpp',
3177 'rendering/svg/RenderSVGViewportContainer.h', 3177 'rendering/svg/RenderSVGViewportContainer.h',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3802 'rendering/RenderingTestHelper.h', 3802 'rendering/RenderingTestHelper.h',
3803 'streams/ExclusiveStreamReaderTest.cpp', 3803 'streams/ExclusiveStreamReaderTest.cpp',
3804 'streams/ReadableStreamTest.cpp', 3804 'streams/ReadableStreamTest.cpp',
3805 'testing/PrivateScriptTestTest.cpp', 3805 'testing/PrivateScriptTestTest.cpp',
3806 'testing/UnitTestHelpers.cpp', 3806 'testing/UnitTestHelpers.cpp',
3807 'testing/UnitTestHelpers.h', 3807 'testing/UnitTestHelpers.h',
3808 'xml/parser/SharedBufferReaderTest.cpp', 3808 'xml/parser/SharedBufferReaderTest.cpp',
3809 ], 3809 ],
3810 } 3810 }
3811 } 3811 }
OLDNEW
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-svg-as-object-expected.txt ('k') | Source/core/layout/svg/LayoutSVGRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698