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

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

Issue 183143002: Remove SVGAnimatedType (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missed one rename. Created 6 years, 9 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 | « no previous file | Source/core/svg/SVGAnimateElement.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 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 'svg/SVGAnimatedAngle.cpp', 2845 'svg/SVGAnimatedAngle.cpp',
2846 'svg/SVGAnimatedColor.cpp', 2846 'svg/SVGAnimatedColor.cpp',
2847 'svg/SVGAnimatedEnumerationBase.cpp', 2847 'svg/SVGAnimatedEnumerationBase.cpp',
2848 'svg/SVGAnimatedInteger.cpp', 2848 'svg/SVGAnimatedInteger.cpp',
2849 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2849 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2850 'svg/SVGAnimatedLength.cpp', 2850 'svg/SVGAnimatedLength.cpp',
2851 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2851 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2852 'svg/SVGAnimatedNumber.cpp', 2852 'svg/SVGAnimatedNumber.cpp',
2853 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2853 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2854 'svg/SVGAnimatedPath.cpp', 2854 'svg/SVGAnimatedPath.cpp',
2855 'svg/SVGAnimatedType.cpp',
2856 'svg/SVGAnimatedTypeAnimator.cpp', 2855 'svg/SVGAnimatedTypeAnimator.cpp',
2857 'svg/SVGAnimatedTypeAnimator.h', 2856 'svg/SVGAnimatedTypeAnimator.h',
2858 'svg/SVGAnimateElement.cpp', 2857 'svg/SVGAnimateElement.cpp',
2859 'svg/SVGAnimateElement.h', 2858 'svg/SVGAnimateElement.h',
2860 'svg/SVGAnimateMotionElement.cpp', 2859 'svg/SVGAnimateMotionElement.cpp',
2861 'svg/SVGAnimateMotionElement.h', 2860 'svg/SVGAnimateMotionElement.h',
2862 'svg/SVGAnimateTransformElement.cpp', 2861 'svg/SVGAnimateTransformElement.cpp',
2863 'svg/SVGAnimateTransformElement.h', 2862 'svg/SVGAnimateTransformElement.h',
2864 'svg/SVGAnimationElement.cpp', 2863 'svg/SVGAnimationElement.cpp',
2865 'svg/SVGAnimationElement.h', 2864 'svg/SVGAnimationElement.h',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
3283 'html/parser/HTMLParserThreadTest.cpp', 3282 'html/parser/HTMLParserThreadTest.cpp',
3284 'html/track/vtt/BufferedLineReaderTest.cpp', 3283 'html/track/vtt/BufferedLineReaderTest.cpp',
3285 'html/track/vtt/VTTScannerTest.cpp', 3284 'html/track/vtt/VTTScannerTest.cpp',
3286 'rendering/RenderOverflowTest.cpp', 3285 'rendering/RenderOverflowTest.cpp',
3287 'rendering/shapes/BoxShapeTest.cpp', 3286 'rendering/shapes/BoxShapeTest.cpp',
3288 'testing/UnitTestHelpers.cpp', 3287 'testing/UnitTestHelpers.cpp',
3289 'testing/UnitTestHelpers.h', 3288 'testing/UnitTestHelpers.h',
3290 ], 3289 ],
3291 } 3290 }
3292 } 3291 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/svg/SVGAnimateElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698