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

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: rebsaed 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
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
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 2844 matching lines...) Expand 10 before | Expand all | Expand 10 after
2855 'svg/SVGAnimatedInteger.cpp', 2855 'svg/SVGAnimatedInteger.cpp',
2856 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2856 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2857 'svg/SVGAnimatedLength.cpp', 2857 'svg/SVGAnimatedLength.cpp',
2858 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2858 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2859 'svg/SVGAnimatedNumber.cpp', 2859 'svg/SVGAnimatedNumber.cpp',
2860 'svg/SVGAnimatedNumberList.cpp', 2860 'svg/SVGAnimatedNumberList.cpp',
2861 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2861 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2862 'svg/SVGAnimatedPath.cpp', 2862 'svg/SVGAnimatedPath.cpp',
2863 'svg/SVGAnimatedPointList.cpp', 2863 'svg/SVGAnimatedPointList.cpp',
2864 'svg/SVGAnimatedPreserveAspectRatio.cpp', 2864 'svg/SVGAnimatedPreserveAspectRatio.cpp',
2865 'svg/SVGAnimatedRect.cpp',
2866 'svg/SVGAnimatedString.cpp', 2865 'svg/SVGAnimatedString.cpp',
2867 'svg/SVGAnimatedTransformList.cpp', 2866 'svg/SVGAnimatedTransformList.cpp',
2868 'svg/SVGAnimatedType.cpp', 2867 'svg/SVGAnimatedType.cpp',
2869 'svg/SVGAnimatedTypeAnimator.cpp', 2868 'svg/SVGAnimatedTypeAnimator.cpp',
2870 'svg/SVGAnimatedTypeAnimator.h', 2869 'svg/SVGAnimatedTypeAnimator.h',
2871 'svg/SVGAnimateElement.cpp', 2870 'svg/SVGAnimateElement.cpp',
2872 'svg/SVGAnimateElement.h', 2871 'svg/SVGAnimateElement.h',
2873 'svg/SVGAnimateMotionElement.cpp', 2872 'svg/SVGAnimateMotionElement.cpp',
2874 'svg/SVGAnimateMotionElement.h', 2873 'svg/SVGAnimateMotionElement.h',
2875 'svg/SVGAnimateTransformElement.cpp', 2874 'svg/SVGAnimateTransformElement.cpp',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
3085 'svg/SVGPointList.h', 3084 'svg/SVGPointList.h',
3086 'svg/SVGPolyElement.cpp', 3085 'svg/SVGPolyElement.cpp',
3087 'svg/SVGPolyElement.h', 3086 'svg/SVGPolyElement.h',
3088 'svg/SVGPolygonElement.cpp', 3087 'svg/SVGPolygonElement.cpp',
3089 'svg/SVGPolygonElement.h', 3088 'svg/SVGPolygonElement.h',
3090 'svg/SVGPolylineElement.cpp', 3089 'svg/SVGPolylineElement.cpp',
3091 'svg/SVGPolylineElement.h', 3090 'svg/SVGPolylineElement.h',
3092 'svg/SVGPreserveAspectRatio.cpp', 3091 'svg/SVGPreserveAspectRatio.cpp',
3093 'svg/SVGRadialGradientElement.cpp', 3092 'svg/SVGRadialGradientElement.cpp',
3094 'svg/SVGRadialGradientElement.h', 3093 'svg/SVGRadialGradientElement.h',
3094 'svg/SVGRect.cpp',
3095 'svg/SVGRect.h', 3095 'svg/SVGRect.h',
3096 'svg/SVGRectElement.cpp', 3096 'svg/SVGRectElement.cpp',
3097 'svg/SVGRectElement.h', 3097 'svg/SVGRectElement.h',
3098 'svg/SVGRectTearOff.cpp',
3099 'svg/SVGRectTearOff.h',
3098 'svg/SVGRenderingIntent.h', 3100 'svg/SVGRenderingIntent.h',
3099 'svg/SVGSVGElement.cpp', 3101 'svg/SVGSVGElement.cpp',
3100 'svg/SVGSVGElement.h', 3102 'svg/SVGSVGElement.h',
3101 'svg/SVGScriptElement.cpp', 3103 'svg/SVGScriptElement.cpp',
3102 'svg/SVGScriptElement.h', 3104 'svg/SVGScriptElement.h',
3103 'svg/SVGSetElement.cpp', 3105 'svg/SVGSetElement.cpp',
3104 'svg/SVGSetElement.h', 3106 'svg/SVGSetElement.h',
3105 'svg/SVGStopElement.cpp', 3107 'svg/SVGStopElement.cpp',
3106 'svg/SVGStopElement.h', 3108 'svg/SVGStopElement.h',
3107 'svg/SVGStringList.cpp', 3109 'svg/SVGStringList.cpp',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
3258 'html/track/vtt/BufferedLineReaderTest.cpp', 3260 'html/track/vtt/BufferedLineReaderTest.cpp',
3259 'html/track/vtt/VTTScannerTest.cpp', 3261 'html/track/vtt/VTTScannerTest.cpp',
3260 'frame/ImageBitmapTest.cpp', 3262 'frame/ImageBitmapTest.cpp',
3261 'rendering/RenderOverflowTest.cpp', 3263 'rendering/RenderOverflowTest.cpp',
3262 'rendering/shapes/BoxShapeTest.cpp', 3264 'rendering/shapes/BoxShapeTest.cpp',
3263 'testing/UnitTestHelpers.h', 3265 'testing/UnitTestHelpers.h',
3264 'testing/UnitTestHelpers.cpp', 3266 'testing/UnitTestHelpers.cpp',
3265 ], 3267 ],
3266 } 3268 }
3267 } 3269 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698