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

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

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: set NeedsRebaseline 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/tests/results/V8TestSVG.cpp ('k') | Source/core/html/HTMLCanvasElement.h » ('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 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 'svg/SVGAnimatedColor.cpp', 2863 'svg/SVGAnimatedColor.cpp',
2864 'svg/SVGAnimatedEnumeration.cpp', 2864 'svg/SVGAnimatedEnumeration.cpp',
2865 'svg/SVGAnimatedInteger.cpp', 2865 'svg/SVGAnimatedInteger.cpp',
2866 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2866 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2867 'svg/SVGAnimatedLength.cpp', 2867 'svg/SVGAnimatedLength.cpp',
2868 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2868 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2869 'svg/SVGAnimatedNumber.cpp', 2869 'svg/SVGAnimatedNumber.cpp',
2870 'svg/SVGAnimatedNumberList.cpp', 2870 'svg/SVGAnimatedNumberList.cpp',
2871 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2871 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2872 'svg/SVGAnimatedPath.cpp', 2872 'svg/SVGAnimatedPath.cpp',
2873 'svg/SVGAnimatedPointList.cpp',
2874 'svg/SVGAnimatedPreserveAspectRatio.cpp', 2873 'svg/SVGAnimatedPreserveAspectRatio.cpp',
2875 'svg/SVGAnimatedString.cpp', 2874 'svg/SVGAnimatedString.cpp',
2876 'svg/SVGAnimatedTransformList.cpp', 2875 'svg/SVGAnimatedTransformList.cpp',
2877 'svg/SVGAnimatedType.cpp', 2876 'svg/SVGAnimatedType.cpp',
2878 'svg/SVGAnimatedTypeAnimator.cpp', 2877 'svg/SVGAnimatedTypeAnimator.cpp',
2879 'svg/SVGAnimatedTypeAnimator.h', 2878 'svg/SVGAnimatedTypeAnimator.h',
2880 'svg/SVGAnimateElement.cpp', 2879 'svg/SVGAnimateElement.cpp',
2881 'svg/SVGAnimateElement.h', 2880 'svg/SVGAnimateElement.h',
2882 'svg/SVGAnimateMotionElement.cpp', 2881 'svg/SVGAnimateMotionElement.cpp',
2883 'svg/SVGAnimateMotionElement.h', 2882 'svg/SVGAnimateMotionElement.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 'svg/SVGPathStringBuilder.cpp', 3081 'svg/SVGPathStringBuilder.cpp',
3083 'svg/SVGPathStringBuilder.h', 3082 'svg/SVGPathStringBuilder.h',
3084 'svg/SVGPathStringSource.cpp', 3083 'svg/SVGPathStringSource.cpp',
3085 'svg/SVGPathStringSource.h', 3084 'svg/SVGPathStringSource.h',
3086 'svg/SVGPathTraversalStateBuilder.cpp', 3085 'svg/SVGPathTraversalStateBuilder.cpp',
3087 'svg/SVGPathTraversalStateBuilder.h', 3086 'svg/SVGPathTraversalStateBuilder.h',
3088 'svg/SVGPathUtilities.cpp', 3087 'svg/SVGPathUtilities.cpp',
3089 'svg/SVGPathUtilities.h', 3088 'svg/SVGPathUtilities.h',
3090 'svg/SVGPatternElement.cpp', 3089 'svg/SVGPatternElement.cpp',
3091 'svg/SVGPatternElement.h', 3090 'svg/SVGPatternElement.h',
3091 'svg/SVGPoint.cpp',
3092 'svg/SVGPoint.h', 3092 'svg/SVGPoint.h',
3093 'svg/SVGPointTearOff.cpp',
3094 'svg/SVGPointTearOff.h',
3093 'svg/SVGPointList.cpp', 3095 'svg/SVGPointList.cpp',
3094 'svg/SVGPointList.h', 3096 'svg/SVGPointList.h',
3095 'svg/SVGPolyElement.cpp', 3097 'svg/SVGPolyElement.cpp',
3096 'svg/SVGPolyElement.h', 3098 'svg/SVGPolyElement.h',
3097 'svg/SVGPolygonElement.cpp', 3099 'svg/SVGPolygonElement.cpp',
3098 'svg/SVGPolygonElement.h', 3100 'svg/SVGPolygonElement.h',
3099 'svg/SVGPolylineElement.cpp', 3101 'svg/SVGPolylineElement.cpp',
3100 'svg/SVGPolylineElement.h', 3102 'svg/SVGPolylineElement.h',
3101 'svg/SVGPreserveAspectRatio.cpp', 3103 'svg/SVGPreserveAspectRatio.cpp',
3102 'svg/SVGRadialGradientElement.cpp', 3104 'svg/SVGRadialGradientElement.cpp',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 'html/track/vtt/BufferedLineReaderTest.cpp', 3272 'html/track/vtt/BufferedLineReaderTest.cpp',
3271 'html/track/vtt/VTTScannerTest.cpp', 3273 'html/track/vtt/VTTScannerTest.cpp',
3272 'frame/ImageBitmapTest.cpp', 3274 'frame/ImageBitmapTest.cpp',
3273 'rendering/RenderOverflowTest.cpp', 3275 'rendering/RenderOverflowTest.cpp',
3274 'rendering/shapes/BoxShapeTest.cpp', 3276 'rendering/shapes/BoxShapeTest.cpp',
3275 'testing/UnitTestHelpers.h', 3277 'testing/UnitTestHelpers.h',
3276 'testing/UnitTestHelpers.cpp', 3278 'testing/UnitTestHelpers.cpp',
3277 ], 3279 ],
3278 } 3280 }
3279 } 3281 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestSVG.cpp ('k') | Source/core/html/HTMLCanvasElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698