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

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

Issue 132233010: [SVG] SVGAnimatedRect migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2848 'svg/SVGAnimatedInteger.cpp', 2848 'svg/SVGAnimatedInteger.cpp',
2849 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2849 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2850 'svg/SVGAnimatedLength.cpp', 2850 'svg/SVGAnimatedLength.cpp',
2851 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2851 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2852 'svg/SVGAnimatedNumber.cpp', 2852 'svg/SVGAnimatedNumber.cpp',
2853 'svg/SVGAnimatedNumberList.cpp', 2853 'svg/SVGAnimatedNumberList.cpp',
2854 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2854 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2855 'svg/SVGAnimatedPath.cpp', 2855 'svg/SVGAnimatedPath.cpp',
2856 'svg/SVGAnimatedPointList.cpp', 2856 'svg/SVGAnimatedPointList.cpp',
2857 'svg/SVGAnimatedPreserveAspectRatio.cpp', 2857 'svg/SVGAnimatedPreserveAspectRatio.cpp',
2858 'svg/SVGAnimatedRect.cpp',
2859 'svg/SVGAnimatedString.cpp', 2858 'svg/SVGAnimatedString.cpp',
2860 'svg/SVGAnimatedTransformList.cpp', 2859 'svg/SVGAnimatedTransformList.cpp',
2861 'svg/SVGAnimatedType.cpp', 2860 'svg/SVGAnimatedType.cpp',
2862 'svg/SVGAnimatedTypeAnimator.cpp', 2861 'svg/SVGAnimatedTypeAnimator.cpp',
2863 'svg/SVGAnimatedTypeAnimator.h', 2862 'svg/SVGAnimatedTypeAnimator.h',
2864 'svg/SVGAnimateElement.cpp', 2863 'svg/SVGAnimateElement.cpp',
2865 'svg/SVGAnimateElement.h', 2864 'svg/SVGAnimateElement.h',
2866 'svg/SVGAnimateMotionElement.cpp', 2865 'svg/SVGAnimateMotionElement.cpp',
2867 'svg/SVGAnimateMotionElement.h', 2866 'svg/SVGAnimateMotionElement.h',
2868 'svg/SVGAnimateTransformElement.cpp', 2867 'svg/SVGAnimateTransformElement.cpp',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
3078 'svg/SVGPointList.h', 3077 'svg/SVGPointList.h',
3079 'svg/SVGPolyElement.cpp', 3078 'svg/SVGPolyElement.cpp',
3080 'svg/SVGPolyElement.h', 3079 'svg/SVGPolyElement.h',
3081 'svg/SVGPolygonElement.cpp', 3080 'svg/SVGPolygonElement.cpp',
3082 'svg/SVGPolygonElement.h', 3081 'svg/SVGPolygonElement.h',
3083 'svg/SVGPolylineElement.cpp', 3082 'svg/SVGPolylineElement.cpp',
3084 'svg/SVGPolylineElement.h', 3083 'svg/SVGPolylineElement.h',
3085 'svg/SVGPreserveAspectRatio.cpp', 3084 'svg/SVGPreserveAspectRatio.cpp',
3086 'svg/SVGRadialGradientElement.cpp', 3085 'svg/SVGRadialGradientElement.cpp',
3087 'svg/SVGRadialGradientElement.h', 3086 'svg/SVGRadialGradientElement.h',
3087 'svg/SVGRect.cpp',
3088 'svg/SVGRect.h', 3088 'svg/SVGRect.h',
3089 'svg/SVGRectElement.cpp', 3089 'svg/SVGRectElement.cpp',
3090 'svg/SVGRectElement.h', 3090 'svg/SVGRectElement.h',
3091 'svg/SVGRectTearOff.cpp',
3092 'svg/SVGRectTearOff.h',
3091 'svg/SVGRenderingIntent.h', 3093 'svg/SVGRenderingIntent.h',
3092 'svg/SVGSVGElement.cpp', 3094 'svg/SVGSVGElement.cpp',
3093 'svg/SVGSVGElement.h', 3095 'svg/SVGSVGElement.h',
3094 'svg/SVGScriptElement.cpp', 3096 'svg/SVGScriptElement.cpp',
3095 'svg/SVGScriptElement.h', 3097 'svg/SVGScriptElement.h',
3096 'svg/SVGSetElement.cpp', 3098 'svg/SVGSetElement.cpp',
3097 'svg/SVGSetElement.h', 3099 'svg/SVGSetElement.h',
3098 'svg/SVGStopElement.cpp', 3100 'svg/SVGStopElement.cpp',
3099 'svg/SVGStopElement.h', 3101 'svg/SVGStopElement.h',
3100 'svg/SVGStringList.cpp', 3102 'svg/SVGStringList.cpp',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
3251 'html/track/vtt/BufferedLineReaderTest.cpp', 3253 'html/track/vtt/BufferedLineReaderTest.cpp',
3252 'html/track/vtt/VTTScannerTest.cpp', 3254 'html/track/vtt/VTTScannerTest.cpp',
3253 'frame/ImageBitmapTest.cpp', 3255 'frame/ImageBitmapTest.cpp',
3254 'rendering/RenderOverflowTest.cpp', 3256 'rendering/RenderOverflowTest.cpp',
3255 'rendering/shapes/BoxShapeTest.cpp', 3257 'rendering/shapes/BoxShapeTest.cpp',
3256 'testing/UnitTestHelpers.h', 3258 'testing/UnitTestHelpers.h',
3257 'testing/UnitTestHelpers.cpp', 3259 'testing/UnitTestHelpers.cpp',
3258 ], 3260 ],
3259 } 3261 }
3260 } 3262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698