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

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: 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 2849 matching lines...) Expand 10 before | Expand all | Expand 10 after
2860 'svg/SVGAnimatedAngle.cpp', 2860 'svg/SVGAnimatedAngle.cpp',
2861 'svg/SVGAnimatedColor.cpp', 2861 'svg/SVGAnimatedColor.cpp',
2862 'svg/SVGAnimatedEnumeration.cpp', 2862 'svg/SVGAnimatedEnumeration.cpp',
2863 'svg/SVGAnimatedInteger.cpp', 2863 'svg/SVGAnimatedInteger.cpp',
2864 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2864 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2865 'svg/SVGAnimatedLength.cpp', 2865 'svg/SVGAnimatedLength.cpp',
2866 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2866 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2867 'svg/SVGAnimatedNumber.cpp', 2867 'svg/SVGAnimatedNumber.cpp',
2868 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2868 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2869 'svg/SVGAnimatedPath.cpp', 2869 'svg/SVGAnimatedPath.cpp',
2870 'svg/SVGAnimatedTransformList.cpp',
2871 'svg/SVGAnimatedType.cpp', 2870 'svg/SVGAnimatedType.cpp',
2872 'svg/SVGAnimatedTypeAnimator.cpp', 2871 'svg/SVGAnimatedTypeAnimator.cpp',
2873 'svg/SVGAnimatedTypeAnimator.h', 2872 'svg/SVGAnimatedTypeAnimator.h',
2874 'svg/SVGAnimateElement.cpp', 2873 'svg/SVGAnimateElement.cpp',
2875 'svg/SVGAnimateElement.h', 2874 'svg/SVGAnimateElement.h',
2876 'svg/SVGAnimateMotionElement.cpp', 2875 'svg/SVGAnimateMotionElement.cpp',
2877 'svg/SVGAnimateMotionElement.h', 2876 'svg/SVGAnimateMotionElement.h',
2878 'svg/SVGAnimateTransformElement.cpp', 2877 'svg/SVGAnimateTransformElement.cpp',
2879 'svg/SVGAnimateTransformElement.h', 2878 'svg/SVGAnimateTransformElement.h',
2880 'svg/SVGAnimationElement.cpp', 2879 'svg/SVGAnimationElement.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
3001 'svg/SVGImageLoader.cpp', 3000 'svg/SVGImageLoader.cpp',
3002 'svg/SVGImageLoader.h', 3001 'svg/SVGImageLoader.h',
3003 'svg/SVGLength.cpp', 3002 'svg/SVGLength.cpp',
3004 'svg/SVGLengthContext.cpp', 3003 'svg/SVGLengthContext.cpp',
3005 'svg/SVGLengthList.cpp', 3004 'svg/SVGLengthList.cpp',
3006 'svg/SVGLengthTearOff.cpp', 3005 'svg/SVGLengthTearOff.cpp',
3007 'svg/SVGLineElement.cpp', 3006 'svg/SVGLineElement.cpp',
3008 'svg/SVGLineElement.h', 3007 'svg/SVGLineElement.h',
3009 'svg/SVGLinearGradientElement.cpp', 3008 'svg/SVGLinearGradientElement.cpp',
3010 'svg/SVGLinearGradientElement.h', 3009 'svg/SVGLinearGradientElement.h',
3011 'svg/SVGMPathElement.cpp', 3010 'svg/SVGMatrixTearOff.cpp',
3012 'svg/SVGMPathElement.h', 3011 'svg/SVGMatrixTearOff.h',
3013 'svg/SVGMarkerElement.cpp', 3012 'svg/SVGMarkerElement.cpp',
3014 'svg/SVGMarkerElement.h', 3013 'svg/SVGMarkerElement.h',
3015 'svg/SVGMaskElement.cpp', 3014 'svg/SVGMaskElement.cpp',
3016 'svg/SVGMaskElement.h', 3015 'svg/SVGMaskElement.h',
3017 'svg/SVGMetadataElement.cpp', 3016 'svg/SVGMetadataElement.cpp',
3018 'svg/SVGMetadataElement.h', 3017 'svg/SVGMetadataElement.h',
3019 'svg/SVGMissingGlyphElement.cpp', 3018 'svg/SVGMissingGlyphElement.cpp',
3020 'svg/SVGMissingGlyphElement.h', 3019 'svg/SVGMissingGlyphElement.h',
3020 'svg/SVGMPathElement.cpp',
3021 'svg/SVGMPathElement.h',
3021 'svg/SVGNumber.h', 3022 'svg/SVGNumber.h',
3022 'svg/SVGNumber.cpp', 3023 'svg/SVGNumber.cpp',
3023 'svg/SVGNumberOptionalNumber.cpp', 3024 'svg/SVGNumberOptionalNumber.cpp',
3024 'svg/SVGNumberOptionalNumber.h', 3025 'svg/SVGNumberOptionalNumber.h',
3025 'svg/SVGNumberTearOff.cpp', 3026 'svg/SVGNumberTearOff.cpp',
3026 'svg/SVGNumberTearOff.h', 3027 'svg/SVGNumberTearOff.h',
3027 'svg/SVGNumberList.cpp', 3028 'svg/SVGNumberList.cpp',
3028 'svg/SVGNumberList.h', 3029 'svg/SVGNumberList.h',
3029 'svg/SVGPaint.cpp', 3030 'svg/SVGPaint.cpp',
3030 'svg/SVGParserUtilities.cpp', 3031 'svg/SVGParserUtilities.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3141 'svg/SVGTextContentElement.h', 3142 'svg/SVGTextContentElement.h',
3142 'svg/SVGTextElement.cpp', 3143 'svg/SVGTextElement.cpp',
3143 'svg/SVGTextElement.h', 3144 'svg/SVGTextElement.h',
3144 'svg/SVGTextPathElement.cpp', 3145 'svg/SVGTextPathElement.cpp',
3145 'svg/SVGTextPathElement.h', 3146 'svg/SVGTextPathElement.h',
3146 'svg/SVGTextPositioningElement.cpp', 3147 'svg/SVGTextPositioningElement.cpp',
3147 'svg/SVGTextPositioningElement.h', 3148 'svg/SVGTextPositioningElement.h',
3148 'svg/SVGTitleElement.cpp', 3149 'svg/SVGTitleElement.cpp',
3149 'svg/SVGTitleElement.h', 3150 'svg/SVGTitleElement.h',
3150 'svg/SVGTransform.cpp', 3151 'svg/SVGTransform.cpp',
3152 'svg/SVGTransformTearOff.cpp',
3151 'svg/SVGTransformDistance.cpp', 3153 'svg/SVGTransformDistance.cpp',
3152 'svg/SVGTransformDistance.h', 3154 'svg/SVGTransformDistance.h',
3153 'svg/SVGTransformList.cpp', 3155 'svg/SVGTransformList.cpp',
3156 'svg/SVGTransformListTearOff.cpp',
3154 'svg/SVGURIReference.cpp', 3157 'svg/SVGURIReference.cpp',
3155 'svg/SVGURIReference.h', 3158 'svg/SVGURIReference.h',
3156 'svg/SVGUnitTypes.h', 3159 'svg/SVGUnitTypes.h',
3157 'svg/SVGUnknownElement.cpp', 3160 'svg/SVGUnknownElement.cpp',
3158 'svg/SVGUnknownElement.h', 3161 'svg/SVGUnknownElement.h',
3159 'svg/SVGUseElement.cpp', 3162 'svg/SVGUseElement.cpp',
3160 'svg/SVGUseElement.h', 3163 'svg/SVGUseElement.h',
3161 'svg/SVGVKernElement.cpp', 3164 'svg/SVGVKernElement.cpp',
3162 'svg/SVGVKernElement.h', 3165 'svg/SVGVKernElement.h',
3163 'svg/SVGViewElement.cpp', 3166 'svg/SVGViewElement.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3282 'html/parser/HTMLParserThreadTest.cpp', 3285 'html/parser/HTMLParserThreadTest.cpp',
3283 'html/track/vtt/BufferedLineReaderTest.cpp', 3286 'html/track/vtt/BufferedLineReaderTest.cpp',
3284 'html/track/vtt/VTTScannerTest.cpp', 3287 'html/track/vtt/VTTScannerTest.cpp',
3285 'rendering/RenderOverflowTest.cpp', 3288 'rendering/RenderOverflowTest.cpp',
3286 'rendering/shapes/BoxShapeTest.cpp', 3289 'rendering/shapes/BoxShapeTest.cpp',
3287 'testing/UnitTestHelpers.cpp', 3290 'testing/UnitTestHelpers.cpp',
3288 'testing/UnitTestHelpers.h', 3291 'testing/UnitTestHelpers.h',
3289 ], 3292 ],
3290 } 3293 }
3291 } 3294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698