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

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

Issue 1535523002: Web Animations: Add SVGLengthListInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'animation/InvalidatableInterpolation.h', 887 'animation/InvalidatableInterpolation.h',
888 'animation/KeyframeEffectModel.cpp', 888 'animation/KeyframeEffectModel.cpp',
889 'animation/KeyframeEffectModel.h', 889 'animation/KeyframeEffectModel.h',
890 'animation/LegacyStyleInterpolation.h', 890 'animation/LegacyStyleInterpolation.h',
891 'animation/LengthBoxStyleInterpolation.cpp', 891 'animation/LengthBoxStyleInterpolation.cpp',
892 'animation/LengthBoxStyleInterpolation.h', 892 'animation/LengthBoxStyleInterpolation.h',
893 'animation/LengthPairStyleInterpolation.cpp', 893 'animation/LengthPairStyleInterpolation.cpp',
894 'animation/LengthPairStyleInterpolation.h', 894 'animation/LengthPairStyleInterpolation.h',
895 'animation/LengthPropertyFunctions.cpp', 895 'animation/LengthPropertyFunctions.cpp',
896 'animation/LengthPropertyFunctions.h', 896 'animation/LengthPropertyFunctions.h',
897 'animation/LengthSVGInterpolation.cpp',
898 'animation/LengthSVGInterpolation.h',
899 'animation/LengthStyleInterpolation.cpp', 897 'animation/LengthStyleInterpolation.cpp',
900 'animation/LengthStyleInterpolation.h', 898 'animation/LengthStyleInterpolation.h',
901 'animation/ListInterpolationFunctions.cpp', 899 'animation/ListInterpolationFunctions.cpp',
902 'animation/ListInterpolationFunctions.h', 900 'animation/ListInterpolationFunctions.h',
903 'animation/NonInterpolableValue.h', 901 'animation/NonInterpolableValue.h',
904 'animation/NumberAttributeFunctions.h', 902 'animation/NumberAttributeFunctions.h',
905 'animation/NumberPropertyFunctions.cpp', 903 'animation/NumberPropertyFunctions.cpp',
906 'animation/NumberPropertyFunctions.h', 904 'animation/NumberPropertyFunctions.h',
907 'animation/NumberSVGInterpolation.cpp', 905 'animation/NumberSVGInterpolation.cpp',
908 'animation/NumberSVGInterpolation.h', 906 'animation/NumberSVGInterpolation.h',
909 'animation/PaintPropertyFunctions.cpp', 907 'animation/PaintPropertyFunctions.cpp',
910 'animation/PaintPropertyFunctions.h', 908 'animation/PaintPropertyFunctions.h',
911 'animation/PrimitiveInterpolation.h', 909 'animation/PrimitiveInterpolation.h',
912 'animation/PropertyHandle.cpp', 910 'animation/PropertyHandle.cpp',
913 'animation/PropertyHandle.h', 911 'animation/PropertyHandle.h',
914 'animation/SVGAngleInterpolationType.cpp', 912 'animation/SVGAngleInterpolationType.cpp',
915 'animation/SVGAngleInterpolationType.h', 913 'animation/SVGAngleInterpolationType.h',
916 'animation/SVGIntegerInterpolationType.cpp', 914 'animation/SVGIntegerInterpolationType.cpp',
917 'animation/SVGIntegerInterpolationType.h', 915 'animation/SVGIntegerInterpolationType.h',
918 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 916 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
919 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 917 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
920 'animation/SVGInterpolation.h', 918 'animation/SVGInterpolation.h',
921 'animation/SVGInterpolationType.cpp', 919 'animation/SVGInterpolationType.cpp',
922 'animation/SVGInterpolationType.h', 920 'animation/SVGInterpolationType.h',
923 'animation/SVGLengthInterpolationType.cpp', 921 'animation/SVGLengthInterpolationType.cpp',
924 'animation/SVGLengthInterpolationType.h', 922 'animation/SVGLengthInterpolationType.h',
923 'animation/SVGLengthListInterpolationType.cpp',
924 'animation/SVGLengthListInterpolationType.h',
925 'animation/SVGNumberInterpolationType.cpp', 925 'animation/SVGNumberInterpolationType.cpp',
926 'animation/SVGNumberInterpolationType.h', 926 'animation/SVGNumberInterpolationType.h',
927 'animation/SVGNumberListInterpolationType.cpp', 927 'animation/SVGNumberListInterpolationType.cpp',
928 'animation/SVGNumberListInterpolationType.h', 928 'animation/SVGNumberListInterpolationType.h',
929 'animation/SVGNumberOptionalNumberInterpolationType.cpp', 929 'animation/SVGNumberOptionalNumberInterpolationType.cpp',
930 'animation/SVGNumberOptionalNumberInterpolationType.h', 930 'animation/SVGNumberOptionalNumberInterpolationType.h',
931 'animation/SVGPointListInterpolationType.cpp', 931 'animation/SVGPointListInterpolationType.cpp',
932 'animation/SVGPointListInterpolationType.h', 932 'animation/SVGPointListInterpolationType.h',
933 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 933 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
934 'animation/SVGRectInterpolationType.cpp', 934 'animation/SVGRectInterpolationType.cpp',
935 'animation/SVGRectInterpolationType.h', 935 'animation/SVGRectInterpolationType.h',
936 'animation/SVGStrokeDasharrayStyleInterpolation.h', 936 'animation/SVGStrokeDasharrayStyleInterpolation.h',
937 'animation/SVGTransformListInterpolationType.cpp', 937 'animation/SVGTransformListInterpolationType.cpp',
938 'animation/SVGTransformListInterpolationType.h', 938 'animation/SVGTransformListInterpolationType.h',
939 'animation/SVGValueInterpolationType.cpp', 939 'animation/SVGValueInterpolationType.cpp',
940 'animation/SVGValueInterpolationType.h', 940 'animation/SVGValueInterpolationType.h',
941 'animation/SampledEffect.cpp', 941 'animation/SampledEffect.cpp',
942 'animation/SampledEffect.h', 942 'animation/SampledEffect.h',
943 'animation/ListSVGInterpolation.h',
944 'animation/ListStyleInterpolation.h', 943 'animation/ListStyleInterpolation.h',
945 'animation/PathSVGInterpolation.cpp', 944 'animation/PathSVGInterpolation.cpp',
946 'animation/PathSVGInterpolation.h', 945 'animation/PathSVGInterpolation.h',
947 'animation/ShadowInterpolationFunctions.cpp', 946 'animation/ShadowInterpolationFunctions.cpp',
948 'animation/ShadowInterpolationFunctions.h', 947 'animation/ShadowInterpolationFunctions.h',
949 'animation/StringKeyframe.cpp', 948 'animation/StringKeyframe.cpp',
950 'animation/StringKeyframe.h', 949 'animation/StringKeyframe.h',
951 'animation/StyleInterpolation.h', 950 'animation/StyleInterpolation.h',
952 'animation/Timing.cpp', 951 'animation/Timing.cpp',
953 'animation/Timing.h', 952 'animation/Timing.h',
(...skipping 3011 matching lines...) Expand 10 before | Expand all | Expand 10 after
3965 'style/SVGComputedStyleTest.cpp', 3964 'style/SVGComputedStyleTest.cpp',
3966 'svg/SVGPathParserTest.cpp', 3965 'svg/SVGPathParserTest.cpp',
3967 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3966 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3968 'testing/PrivateScriptTestTest.cpp', 3967 'testing/PrivateScriptTestTest.cpp',
3969 'timing/MemoryInfoTest.cpp', 3968 'timing/MemoryInfoTest.cpp',
3970 'workers/WorkerThreadTest.cpp', 3969 'workers/WorkerThreadTest.cpp',
3971 'xml/parser/SharedBufferReaderTest.cpp', 3970 'xml/parser/SharedBufferReaderTest.cpp',
3972 ], 3971 ],
3973 } 3972 }
3974 } 3973 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698