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

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

Issue 1415513010: Web Animations: Add SVGRectInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgIOIInterpolationType
Patch Set: neutralKeyframe Created 5 years 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | no next file » | 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 '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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'animation/NumberAttributeFunctions.h', 898 'animation/NumberAttributeFunctions.h',
899 'animation/NumberPropertyFunctions.cpp', 899 'animation/NumberPropertyFunctions.cpp',
900 'animation/NumberPropertyFunctions.h', 900 'animation/NumberPropertyFunctions.h',
901 'animation/NumberSVGInterpolation.cpp', 901 'animation/NumberSVGInterpolation.cpp',
902 'animation/NumberSVGInterpolation.h', 902 'animation/NumberSVGInterpolation.h',
903 'animation/PaintPropertyFunctions.cpp', 903 'animation/PaintPropertyFunctions.cpp',
904 'animation/PaintPropertyFunctions.h', 904 'animation/PaintPropertyFunctions.h',
905 'animation/PrimitiveInterpolation.h', 905 'animation/PrimitiveInterpolation.h',
906 'animation/PropertyHandle.cpp', 906 'animation/PropertyHandle.cpp',
907 'animation/PropertyHandle.h', 907 'animation/PropertyHandle.h',
908 'animation/RectSVGInterpolation.cpp',
909 'animation/RectSVGInterpolation.h',
910 'animation/SVGAngleInterpolationType.cpp', 908 'animation/SVGAngleInterpolationType.cpp',
911 'animation/SVGAngleInterpolationType.h', 909 'animation/SVGAngleInterpolationType.h',
912 'animation/SVGIntegerInterpolationType.cpp', 910 'animation/SVGIntegerInterpolationType.cpp',
913 'animation/SVGIntegerInterpolationType.h', 911 'animation/SVGIntegerInterpolationType.h',
914 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 912 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
915 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 913 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
916 'animation/SVGInterpolation.cpp', 914 'animation/SVGInterpolation.cpp',
917 'animation/SVGInterpolation.h', 915 'animation/SVGInterpolation.h',
918 'animation/SVGInterpolationType.cpp', 916 'animation/SVGInterpolationType.cpp',
919 'animation/SVGInterpolationType.h', 917 'animation/SVGInterpolationType.h',
920 'animation/SVGNumberInterpolationType.cpp', 918 'animation/SVGNumberInterpolationType.cpp',
921 'animation/SVGNumberInterpolationType.h', 919 'animation/SVGNumberInterpolationType.h',
922 'animation/SVGNumberOptionalNumberInterpolationType.cpp', 920 'animation/SVGNumberOptionalNumberInterpolationType.cpp',
923 'animation/SVGNumberOptionalNumberInterpolationType.h', 921 'animation/SVGNumberOptionalNumberInterpolationType.h',
924 'animation/SVGPointListInterpolationType.cpp', 922 'animation/SVGPointListInterpolationType.cpp',
925 'animation/SVGPointListInterpolationType.h', 923 'animation/SVGPointListInterpolationType.h',
926 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 924 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
925 'animation/SVGRectInterpolationType.cpp',
926 'animation/SVGRectInterpolationType.h',
927 'animation/SVGStrokeDasharrayStyleInterpolation.h', 927 'animation/SVGStrokeDasharrayStyleInterpolation.h',
928 'animation/SVGValueInterpolationType.cpp', 928 'animation/SVGValueInterpolationType.cpp',
929 'animation/SVGValueInterpolationType.h', 929 'animation/SVGValueInterpolationType.h',
930 'animation/SampledEffect.cpp', 930 'animation/SampledEffect.cpp',
931 'animation/SampledEffect.h', 931 'animation/SampledEffect.h',
932 'animation/ListSVGInterpolation.h', 932 'animation/ListSVGInterpolation.h',
933 'animation/ListStyleInterpolation.h', 933 'animation/ListStyleInterpolation.h',
934 'animation/PathSVGInterpolation.cpp', 934 'animation/PathSVGInterpolation.cpp',
935 'animation/PathSVGInterpolation.h', 935 'animation/PathSVGInterpolation.h',
936 'animation/ShadowInterpolationFunctions.cpp', 936 'animation/ShadowInterpolationFunctions.cpp',
(...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after
3931 'style/SVGComputedStyleTest.cpp', 3931 'style/SVGComputedStyleTest.cpp',
3932 'svg/SVGPathParserTest.cpp', 3932 'svg/SVGPathParserTest.cpp',
3933 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3933 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3934 'testing/PrivateScriptTestTest.cpp', 3934 'testing/PrivateScriptTestTest.cpp',
3935 'timing/MemoryInfoTest.cpp', 3935 'timing/MemoryInfoTest.cpp',
3936 'workers/WorkerThreadTest.cpp', 3936 'workers/WorkerThreadTest.cpp',
3937 'xml/parser/SharedBufferReaderTest.cpp', 3937 'xml/parser/SharedBufferReaderTest.cpp',
3938 ], 3938 ],
3939 } 3939 }
3940 } 3940 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698