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

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

Issue 1431593004: Web Animations: Migrate SVG Rect interpolation to interpolation types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'animation/NumberOptionalNumberSVGInterpolation.h', 901 'animation/NumberOptionalNumberSVGInterpolation.h',
902 'animation/NumberPropertyFunctions.cpp', 902 'animation/NumberPropertyFunctions.cpp',
903 'animation/NumberPropertyFunctions.h', 903 'animation/NumberPropertyFunctions.h',
904 'animation/NumberSVGInterpolation.cpp', 904 'animation/NumberSVGInterpolation.cpp',
905 'animation/NumberSVGInterpolation.h', 905 'animation/NumberSVGInterpolation.h',
906 'animation/PaintPropertyFunctions.cpp', 906 'animation/PaintPropertyFunctions.cpp',
907 'animation/PaintPropertyFunctions.h', 907 'animation/PaintPropertyFunctions.h',
908 'animation/PrimitiveInterpolation.h', 908 'animation/PrimitiveInterpolation.h',
909 'animation/PropertyHandle.cpp', 909 'animation/PropertyHandle.cpp',
910 'animation/PropertyHandle.h', 910 'animation/PropertyHandle.h',
911 'animation/RectSVGInterpolation.cpp',
912 'animation/RectSVGInterpolation.h',
913 'animation/SVGAngleInterpolationType.cpp', 911 'animation/SVGAngleInterpolationType.cpp',
914 'animation/SVGAngleInterpolationType.h', 912 'animation/SVGAngleInterpolationType.h',
915 'animation/SVGInterpolation.cpp', 913 'animation/SVGInterpolation.cpp',
916 'animation/SVGInterpolation.h', 914 'animation/SVGInterpolation.h',
917 'animation/SVGInterpolationType.cpp', 915 'animation/SVGInterpolationType.cpp',
918 'animation/SVGInterpolationType.h', 916 'animation/SVGInterpolationType.h',
919 'animation/SVGNumberInterpolationType.cpp', 917 'animation/SVGNumberInterpolationType.cpp',
920 'animation/SVGNumberInterpolationType.h', 918 'animation/SVGNumberInterpolationType.h',
921 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 919 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
920 'animation/SVGRectInterpolationType.cpp',
921 'animation/SVGRectInterpolationType.h',
922 'animation/SVGStrokeDasharrayStyleInterpolation.h', 922 'animation/SVGStrokeDasharrayStyleInterpolation.h',
923 'animation/SVGValueInterpolationType.cpp', 923 'animation/SVGValueInterpolationType.cpp',
924 'animation/SVGValueInterpolationType.h', 924 'animation/SVGValueInterpolationType.h',
925 'animation/SampledEffect.cpp', 925 'animation/SampledEffect.cpp',
926 'animation/SampledEffect.h', 926 'animation/SampledEffect.h',
927 'animation/ListSVGInterpolation.h', 927 'animation/ListSVGInterpolation.h',
928 'animation/ListStyleInterpolation.h', 928 'animation/ListStyleInterpolation.h',
929 'animation/PathSVGInterpolation.cpp', 929 'animation/PathSVGInterpolation.cpp',
930 'animation/PathSVGInterpolation.h', 930 'animation/PathSVGInterpolation.h',
931 'animation/PointSVGInterpolation.h', 931 'animation/PointSVGInterpolation.h',
(...skipping 2967 matching lines...) Expand 10 before | Expand all | Expand 10 after
3899 'style/SVGComputedStyleTest.cpp', 3899 'style/SVGComputedStyleTest.cpp',
3900 'svg/SVGPathParserTest.cpp', 3900 'svg/SVGPathParserTest.cpp',
3901 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3901 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3902 'testing/PrivateScriptTestTest.cpp', 3902 'testing/PrivateScriptTestTest.cpp',
3903 'timing/MemoryInfoTest.cpp', 3903 'timing/MemoryInfoTest.cpp',
3904 'workers/WorkerThreadTest.cpp', 3904 'workers/WorkerThreadTest.cpp',
3905 'xml/parser/SharedBufferReaderTest.cpp', 3905 'xml/parser/SharedBufferReaderTest.cpp',
3906 ], 3906 ],
3907 } 3907 }
3908 } 3908 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698