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

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: remove m_zoomAndPan 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 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 2825 matching lines...) Expand 10 before | Expand all | Expand 10 after
2836 'svg/SVGAnimatedAngle.cpp', 2836 'svg/SVGAnimatedAngle.cpp',
2837 'svg/SVGAnimatedColor.cpp', 2837 'svg/SVGAnimatedColor.cpp',
2838 'svg/SVGAnimatedEnumerationBase.cpp', 2838 'svg/SVGAnimatedEnumerationBase.cpp',
2839 'svg/SVGAnimatedInteger.cpp', 2839 'svg/SVGAnimatedInteger.cpp',
2840 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2840 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2841 'svg/SVGAnimatedLength.cpp', 2841 'svg/SVGAnimatedLength.cpp',
2842 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2842 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2843 'svg/SVGAnimatedNumber.cpp', 2843 'svg/SVGAnimatedNumber.cpp',
2844 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2844 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2845 'svg/SVGAnimatedPath.cpp', 2845 'svg/SVGAnimatedPath.cpp',
2846 'svg/SVGAnimatedTransformList.cpp',
2847 'svg/SVGAnimatedType.cpp', 2846 'svg/SVGAnimatedType.cpp',
2848 'svg/SVGAnimatedTypeAnimator.cpp', 2847 'svg/SVGAnimatedTypeAnimator.cpp',
2849 'svg/SVGAnimatedTypeAnimator.h', 2848 'svg/SVGAnimatedTypeAnimator.h',
2850 'svg/SVGAnimateElement.cpp', 2849 'svg/SVGAnimateElement.cpp',
2851 'svg/SVGAnimateElement.h', 2850 'svg/SVGAnimateElement.h',
2852 'svg/SVGAnimateMotionElement.cpp', 2851 'svg/SVGAnimateMotionElement.cpp',
2853 'svg/SVGAnimateMotionElement.h', 2852 'svg/SVGAnimateMotionElement.h',
2854 'svg/SVGAnimateTransformElement.cpp', 2853 'svg/SVGAnimateTransformElement.cpp',
2855 'svg/SVGAnimateTransformElement.h', 2854 'svg/SVGAnimateTransformElement.h',
2856 'svg/SVGAnimationElement.cpp', 2855 'svg/SVGAnimationElement.cpp',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 'svg/SVGIntegerOptionalInteger.cpp', 2981 'svg/SVGIntegerOptionalInteger.cpp',
2983 'svg/SVGIntegerOptionalInteger.h', 2982 'svg/SVGIntegerOptionalInteger.h',
2984 'svg/SVGLength.cpp', 2983 'svg/SVGLength.cpp',
2985 'svg/SVGLengthContext.cpp', 2984 'svg/SVGLengthContext.cpp',
2986 'svg/SVGLengthList.cpp', 2985 'svg/SVGLengthList.cpp',
2987 'svg/SVGLengthTearOff.cpp', 2986 'svg/SVGLengthTearOff.cpp',
2988 'svg/SVGLineElement.cpp', 2987 'svg/SVGLineElement.cpp',
2989 'svg/SVGLineElement.h', 2988 'svg/SVGLineElement.h',
2990 'svg/SVGLinearGradientElement.cpp', 2989 'svg/SVGLinearGradientElement.cpp',
2991 'svg/SVGLinearGradientElement.h', 2990 'svg/SVGLinearGradientElement.h',
2992 'svg/SVGMPathElement.cpp', 2991 'svg/SVGMatrixTearOff.cpp',
2993 'svg/SVGMPathElement.h', 2992 'svg/SVGMatrixTearOff.h',
2994 'svg/SVGMarkerElement.cpp', 2993 'svg/SVGMarkerElement.cpp',
2995 'svg/SVGMarkerElement.h', 2994 'svg/SVGMarkerElement.h',
2996 'svg/SVGMaskElement.cpp', 2995 'svg/SVGMaskElement.cpp',
2997 'svg/SVGMaskElement.h', 2996 'svg/SVGMaskElement.h',
2998 'svg/SVGMetadataElement.cpp', 2997 'svg/SVGMetadataElement.cpp',
2999 'svg/SVGMetadataElement.h', 2998 'svg/SVGMetadataElement.h',
3000 'svg/SVGMissingGlyphElement.cpp', 2999 'svg/SVGMissingGlyphElement.cpp',
3001 'svg/SVGMissingGlyphElement.h', 3000 'svg/SVGMissingGlyphElement.h',
3001 'svg/SVGMPathElement.cpp',
3002 'svg/SVGMPathElement.h',
3002 'svg/SVGNumber.h', 3003 'svg/SVGNumber.h',
3003 'svg/SVGNumber.cpp', 3004 'svg/SVGNumber.cpp',
3004 'svg/SVGNumberOptionalNumber.cpp', 3005 'svg/SVGNumberOptionalNumber.cpp',
3005 'svg/SVGNumberOptionalNumber.h', 3006 'svg/SVGNumberOptionalNumber.h',
3006 'svg/SVGNumberTearOff.cpp', 3007 'svg/SVGNumberTearOff.cpp',
3007 'svg/SVGNumberTearOff.h', 3008 'svg/SVGNumberTearOff.h',
3008 'svg/SVGNumberList.cpp', 3009 'svg/SVGNumberList.cpp',
3009 'svg/SVGNumberList.h', 3010 'svg/SVGNumberList.h',
3010 'svg/SVGPaint.cpp', 3011 'svg/SVGPaint.cpp',
3011 'svg/SVGParserUtilities.cpp', 3012 'svg/SVGParserUtilities.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3122 'svg/SVGTextContentElement.h', 3123 'svg/SVGTextContentElement.h',
3123 'svg/SVGTextElement.cpp', 3124 'svg/SVGTextElement.cpp',
3124 'svg/SVGTextElement.h', 3125 'svg/SVGTextElement.h',
3125 'svg/SVGTextPathElement.cpp', 3126 'svg/SVGTextPathElement.cpp',
3126 'svg/SVGTextPathElement.h', 3127 'svg/SVGTextPathElement.h',
3127 'svg/SVGTextPositioningElement.cpp', 3128 'svg/SVGTextPositioningElement.cpp',
3128 'svg/SVGTextPositioningElement.h', 3129 'svg/SVGTextPositioningElement.h',
3129 'svg/SVGTitleElement.cpp', 3130 'svg/SVGTitleElement.cpp',
3130 'svg/SVGTitleElement.h', 3131 'svg/SVGTitleElement.h',
3131 'svg/SVGTransform.cpp', 3132 'svg/SVGTransform.cpp',
3133 'svg/SVGTransformTearOff.cpp',
3132 'svg/SVGTransformDistance.cpp', 3134 'svg/SVGTransformDistance.cpp',
3133 'svg/SVGTransformDistance.h', 3135 'svg/SVGTransformDistance.h',
3134 'svg/SVGTransformList.cpp', 3136 'svg/SVGTransformList.cpp',
3137 'svg/SVGTransformListTearOff.cpp',
3135 'svg/SVGURIReference.cpp', 3138 'svg/SVGURIReference.cpp',
3136 'svg/SVGURIReference.h', 3139 'svg/SVGURIReference.h',
3137 'svg/SVGUnitTypes.cpp', 3140 'svg/SVGUnitTypes.cpp',
3138 'svg/SVGUnitTypes.h', 3141 'svg/SVGUnitTypes.h',
3139 'svg/SVGUnknownElement.cpp', 3142 'svg/SVGUnknownElement.cpp',
3140 'svg/SVGUnknownElement.h', 3143 'svg/SVGUnknownElement.h',
3141 'svg/SVGUseElement.cpp', 3144 'svg/SVGUseElement.cpp',
3142 'svg/SVGUseElement.h', 3145 'svg/SVGUseElement.h',
3143 'svg/SVGVKernElement.cpp', 3146 'svg/SVGVKernElement.cpp',
3144 'svg/SVGVKernElement.h', 3147 'svg/SVGVKernElement.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'html/parser/HTMLParserThreadTest.cpp', 3268 'html/parser/HTMLParserThreadTest.cpp',
3266 'html/track/vtt/BufferedLineReaderTest.cpp', 3269 'html/track/vtt/BufferedLineReaderTest.cpp',
3267 'html/track/vtt/VTTScannerTest.cpp', 3270 'html/track/vtt/VTTScannerTest.cpp',
3268 'rendering/RenderOverflowTest.cpp', 3271 'rendering/RenderOverflowTest.cpp',
3269 'rendering/shapes/BoxShapeTest.cpp', 3272 'rendering/shapes/BoxShapeTest.cpp',
3270 'testing/UnitTestHelpers.cpp', 3273 'testing/UnitTestHelpers.cpp',
3271 'testing/UnitTestHelpers.h', 3274 'testing/UnitTestHelpers.h',
3272 ], 3275 ],
3273 } 3276 }
3274 } 3277 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestInterfacePython.cpp ('k') | Source/core/html/canvas/CanvasRenderingContext2D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698