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

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

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: haraken review Created 6 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 '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 'clipboard/Clipboard.idl', 8 'clipboard/Clipboard.idl',
9 'clipboard/DataTransferItem.idl', 9 'clipboard/DataTransferItem.idl',
10 'clipboard/DataTransferItemList.idl', 10 'clipboard/DataTransferItemList.idl',
(...skipping 2822 matching lines...) Expand 10 before | Expand all | Expand 10 after
2833 'svg/SVGAnimatedAngle.cpp', 2833 'svg/SVGAnimatedAngle.cpp',
2834 'svg/SVGAnimatedColor.cpp', 2834 'svg/SVGAnimatedColor.cpp',
2835 'svg/SVGAnimatedEnumeration.cpp', 2835 'svg/SVGAnimatedEnumeration.cpp',
2836 'svg/SVGAnimatedInteger.cpp', 2836 'svg/SVGAnimatedInteger.cpp',
2837 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2837 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2838 'svg/SVGAnimatedLength.cpp', 2838 'svg/SVGAnimatedLength.cpp',
2839 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2839 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2840 'svg/SVGAnimatedNumber.cpp', 2840 'svg/SVGAnimatedNumber.cpp',
2841 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2841 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2842 'svg/SVGAnimatedPath.cpp', 2842 'svg/SVGAnimatedPath.cpp',
2843 'svg/SVGAnimatedTransformList.cpp',
2844 'svg/SVGAnimatedType.cpp', 2843 'svg/SVGAnimatedType.cpp',
2845 'svg/SVGAnimatedTypeAnimator.cpp', 2844 'svg/SVGAnimatedTypeAnimator.cpp',
2846 'svg/SVGAnimatedTypeAnimator.h', 2845 'svg/SVGAnimatedTypeAnimator.h',
2847 'svg/SVGAnimateElement.cpp', 2846 'svg/SVGAnimateElement.cpp',
2848 'svg/SVGAnimateElement.h', 2847 'svg/SVGAnimateElement.h',
2849 'svg/SVGAnimateMotionElement.cpp', 2848 'svg/SVGAnimateMotionElement.cpp',
2850 'svg/SVGAnimateMotionElement.h', 2849 'svg/SVGAnimateMotionElement.h',
2851 'svg/SVGAnimateTransformElement.cpp', 2850 'svg/SVGAnimateTransformElement.cpp',
2852 'svg/SVGAnimateTransformElement.h', 2851 'svg/SVGAnimateTransformElement.h',
2853 'svg/SVGAnimationElement.cpp', 2852 'svg/SVGAnimationElement.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 'svg/SVGImageLoader.cpp', 2973 'svg/SVGImageLoader.cpp',
2975 'svg/SVGImageLoader.h', 2974 'svg/SVGImageLoader.h',
2976 'svg/SVGLength.cpp', 2975 'svg/SVGLength.cpp',
2977 'svg/SVGLengthContext.cpp', 2976 'svg/SVGLengthContext.cpp',
2978 'svg/SVGLengthList.cpp', 2977 'svg/SVGLengthList.cpp',
2979 'svg/SVGLengthTearOff.cpp', 2978 'svg/SVGLengthTearOff.cpp',
2980 'svg/SVGLineElement.cpp', 2979 'svg/SVGLineElement.cpp',
2981 'svg/SVGLineElement.h', 2980 'svg/SVGLineElement.h',
2982 'svg/SVGLinearGradientElement.cpp', 2981 'svg/SVGLinearGradientElement.cpp',
2983 'svg/SVGLinearGradientElement.h', 2982 'svg/SVGLinearGradientElement.h',
2984 'svg/SVGMPathElement.cpp', 2983 'svg/SVGMatrixTearOff.cpp',
2985 'svg/SVGMPathElement.h', 2984 'svg/SVGMatrixTearOff.h',
2986 'svg/SVGMarkerElement.cpp', 2985 'svg/SVGMarkerElement.cpp',
2987 'svg/SVGMarkerElement.h', 2986 'svg/SVGMarkerElement.h',
2988 'svg/SVGMaskElement.cpp', 2987 'svg/SVGMaskElement.cpp',
2989 'svg/SVGMaskElement.h', 2988 'svg/SVGMaskElement.h',
2990 'svg/SVGMetadataElement.cpp', 2989 'svg/SVGMetadataElement.cpp',
2991 'svg/SVGMetadataElement.h', 2990 'svg/SVGMetadataElement.h',
2992 'svg/SVGMissingGlyphElement.cpp', 2991 'svg/SVGMissingGlyphElement.cpp',
2993 'svg/SVGMissingGlyphElement.h', 2992 'svg/SVGMissingGlyphElement.h',
2993 'svg/SVGMPathElement.cpp',
2994 'svg/SVGMPathElement.h',
2994 'svg/SVGNumber.h', 2995 'svg/SVGNumber.h',
2995 'svg/SVGNumber.cpp', 2996 'svg/SVGNumber.cpp',
2996 'svg/SVGNumberOptionalNumber.cpp', 2997 'svg/SVGNumberOptionalNumber.cpp',
2997 'svg/SVGNumberOptionalNumber.h', 2998 'svg/SVGNumberOptionalNumber.h',
2998 'svg/SVGNumberTearOff.cpp', 2999 'svg/SVGNumberTearOff.cpp',
2999 'svg/SVGNumberTearOff.h', 3000 'svg/SVGNumberTearOff.h',
3000 'svg/SVGNumberList.cpp', 3001 'svg/SVGNumberList.cpp',
3001 'svg/SVGNumberList.h', 3002 'svg/SVGNumberList.h',
3002 'svg/SVGPaint.cpp', 3003 'svg/SVGPaint.cpp',
3003 'svg/SVGParserUtilities.cpp', 3004 'svg/SVGParserUtilities.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3114 'svg/SVGTextContentElement.h', 3115 'svg/SVGTextContentElement.h',
3115 'svg/SVGTextElement.cpp', 3116 'svg/SVGTextElement.cpp',
3116 'svg/SVGTextElement.h', 3117 'svg/SVGTextElement.h',
3117 'svg/SVGTextPathElement.cpp', 3118 'svg/SVGTextPathElement.cpp',
3118 'svg/SVGTextPathElement.h', 3119 'svg/SVGTextPathElement.h',
3119 'svg/SVGTextPositioningElement.cpp', 3120 'svg/SVGTextPositioningElement.cpp',
3120 'svg/SVGTextPositioningElement.h', 3121 'svg/SVGTextPositioningElement.h',
3121 'svg/SVGTitleElement.cpp', 3122 'svg/SVGTitleElement.cpp',
3122 'svg/SVGTitleElement.h', 3123 'svg/SVGTitleElement.h',
3123 'svg/SVGTransform.cpp', 3124 'svg/SVGTransform.cpp',
3125 'svg/SVGTransformTearOff.cpp',
3124 'svg/SVGTransformDistance.cpp', 3126 'svg/SVGTransformDistance.cpp',
3125 'svg/SVGTransformDistance.h', 3127 'svg/SVGTransformDistance.h',
3126 'svg/SVGTransformList.cpp', 3128 'svg/SVGTransformList.cpp',
3129 'svg/SVGTransformListTearOff.cpp',
3127 'svg/SVGURIReference.cpp', 3130 'svg/SVGURIReference.cpp',
3128 'svg/SVGURIReference.h', 3131 'svg/SVGURIReference.h',
3129 'svg/SVGUnitTypes.h', 3132 'svg/SVGUnitTypes.h',
3130 'svg/SVGUnknownElement.cpp', 3133 'svg/SVGUnknownElement.cpp',
3131 'svg/SVGUnknownElement.h', 3134 'svg/SVGUnknownElement.h',
3132 'svg/SVGUseElement.cpp', 3135 'svg/SVGUseElement.cpp',
3133 'svg/SVGUseElement.h', 3136 'svg/SVGUseElement.h',
3134 'svg/SVGVKernElement.cpp', 3137 'svg/SVGVKernElement.cpp',
3135 'svg/SVGVKernElement.h', 3138 'svg/SVGVKernElement.h',
3136 'svg/SVGViewElement.cpp', 3139 'svg/SVGViewElement.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3255 'html/parser/HTMLParserThreadTest.cpp', 3258 'html/parser/HTMLParserThreadTest.cpp',
3256 'html/track/vtt/BufferedLineReaderTest.cpp', 3259 'html/track/vtt/BufferedLineReaderTest.cpp',
3257 'html/track/vtt/VTTScannerTest.cpp', 3260 'html/track/vtt/VTTScannerTest.cpp',
3258 'rendering/RenderOverflowTest.cpp', 3261 'rendering/RenderOverflowTest.cpp',
3259 'rendering/shapes/BoxShapeTest.cpp', 3262 'rendering/shapes/BoxShapeTest.cpp',
3260 'testing/UnitTestHelpers.cpp', 3263 'testing/UnitTestHelpers.cpp',
3261 'testing/UnitTestHelpers.h', 3264 'testing/UnitTestHelpers.h',
3262 ], 3265 ],
3263 } 3266 }
3264 } 3267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698