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

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

Issue 1068973004: Web Animations: Support animation of SVG number attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 8 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'animation/InterpolationEffect.h', 907 'animation/InterpolationEffect.h',
908 'animation/KeyframeEffectModel.cpp', 908 'animation/KeyframeEffectModel.cpp',
909 'animation/KeyframeEffectModel.h', 909 'animation/KeyframeEffectModel.h',
910 'animation/LegacyStyleInterpolation.h', 910 'animation/LegacyStyleInterpolation.h',
911 'animation/LengthBoxStyleInterpolation.cpp', 911 'animation/LengthBoxStyleInterpolation.cpp',
912 'animation/LengthBoxStyleInterpolation.h', 912 'animation/LengthBoxStyleInterpolation.h',
913 'animation/LengthPairStyleInterpolation.cpp', 913 'animation/LengthPairStyleInterpolation.cpp',
914 'animation/LengthPairStyleInterpolation.h', 914 'animation/LengthPairStyleInterpolation.h',
915 'animation/LengthStyleInterpolation.cpp', 915 'animation/LengthStyleInterpolation.cpp',
916 'animation/LengthStyleInterpolation.h', 916 'animation/LengthStyleInterpolation.h',
917 'animation/NumberSVGInterpolation.cpp',
918 'animation/NumberSVGInterpolation.h',
917 'animation/PropertyHandle.cpp', 919 'animation/PropertyHandle.cpp',
918 'animation/PropertyHandle.h', 920 'animation/PropertyHandle.h',
919 'animation/SVGInterpolation.cpp', 921 'animation/SVGInterpolation.cpp',
920 'animation/SVGInterpolation.h', 922 'animation/SVGInterpolation.h',
921 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 923 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
922 'animation/SVGStrokeDasharrayStyleInterpolation.h', 924 'animation/SVGStrokeDasharrayStyleInterpolation.h',
923 'animation/SampledEffect.cpp', 925 'animation/SampledEffect.cpp',
924 'animation/SampledEffect.h', 926 'animation/SampledEffect.h',
925 'animation/ListSVGInterpolation.h', 927 'animation/ListSVGInterpolation.h',
926 'animation/ListStyleInterpolation.h', 928 'animation/ListStyleInterpolation.h',
(...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after
3839 'paint/LayerClipRecorderTest.cpp', 3841 'paint/LayerClipRecorderTest.cpp',
3840 'paint/LayoutObjectDrawingRecorderTest.cpp', 3842 'paint/LayoutObjectDrawingRecorderTest.cpp',
3841 'paint/TextPainterTest.cpp', 3843 'paint/TextPainterTest.cpp',
3842 'streams/ReadableStreamReaderTest.cpp', 3844 'streams/ReadableStreamReaderTest.cpp',
3843 'streams/ReadableStreamTest.cpp', 3845 'streams/ReadableStreamTest.cpp',
3844 'testing/PrivateScriptTestTest.cpp', 3846 'testing/PrivateScriptTestTest.cpp',
3845 'xml/parser/SharedBufferReaderTest.cpp', 3847 'xml/parser/SharedBufferReaderTest.cpp',
3846 ], 3848 ],
3847 } 3849 }
3848 } 3850 }
OLDNEW
« Source/core/animation/NumberSVGInterpolation.cpp ('K') | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698