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

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

Issue 1587533002: Add composition support for SVG Web Animation of x, y, dx, dy attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review changes Created 4 years, 11 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 'animation/InvalidatableInterpolation.h', 902 'animation/InvalidatableInterpolation.h',
903 'animation/KeyframeEffectModel.cpp', 903 'animation/KeyframeEffectModel.cpp',
904 'animation/KeyframeEffectModel.h', 904 'animation/KeyframeEffectModel.h',
905 'animation/LegacyStyleInterpolation.h', 905 'animation/LegacyStyleInterpolation.h',
906 'animation/LengthBoxStyleInterpolation.cpp', 906 'animation/LengthBoxStyleInterpolation.cpp',
907 'animation/LengthBoxStyleInterpolation.h', 907 'animation/LengthBoxStyleInterpolation.h',
908 'animation/LengthPairStyleInterpolation.cpp', 908 'animation/LengthPairStyleInterpolation.cpp',
909 'animation/LengthPairStyleInterpolation.h', 909 'animation/LengthPairStyleInterpolation.h',
910 'animation/LengthPropertyFunctions.cpp', 910 'animation/LengthPropertyFunctions.cpp',
911 'animation/LengthPropertyFunctions.h', 911 'animation/LengthPropertyFunctions.h',
912 'animation/LengthSVGInterpolation.cpp',
913 'animation/LengthSVGInterpolation.h',
914 'animation/LengthStyleInterpolation.cpp', 912 'animation/LengthStyleInterpolation.cpp',
915 'animation/LengthStyleInterpolation.h', 913 'animation/LengthStyleInterpolation.h',
916 'animation/ListInterpolationFunctions.cpp', 914 'animation/ListInterpolationFunctions.cpp',
917 'animation/ListInterpolationFunctions.h', 915 'animation/ListInterpolationFunctions.h',
918 'animation/NonInterpolableValue.h', 916 'animation/NonInterpolableValue.h',
919 'animation/NumberAttributeFunctions.h', 917 'animation/NumberAttributeFunctions.h',
920 'animation/NumberPropertyFunctions.cpp', 918 'animation/NumberPropertyFunctions.cpp',
921 'animation/NumberPropertyFunctions.h', 919 'animation/NumberPropertyFunctions.h',
922 'animation/NumberSVGInterpolation.cpp', 920 'animation/NumberSVGInterpolation.cpp',
923 'animation/NumberSVGInterpolation.h', 921 'animation/NumberSVGInterpolation.h',
924 'animation/PaintPropertyFunctions.cpp', 922 'animation/PaintPropertyFunctions.cpp',
925 'animation/PaintPropertyFunctions.h', 923 'animation/PaintPropertyFunctions.h',
926 'animation/PrimitiveInterpolation.h', 924 'animation/PrimitiveInterpolation.h',
927 'animation/PropertyHandle.cpp', 925 'animation/PropertyHandle.cpp',
928 'animation/PropertyHandle.h', 926 'animation/PropertyHandle.h',
929 'animation/SVGAngleInterpolationType.cpp', 927 'animation/SVGAngleInterpolationType.cpp',
930 'animation/SVGAngleInterpolationType.h', 928 'animation/SVGAngleInterpolationType.h',
931 'animation/SVGIntegerInterpolationType.cpp', 929 'animation/SVGIntegerInterpolationType.cpp',
932 'animation/SVGIntegerInterpolationType.h', 930 'animation/SVGIntegerInterpolationType.h',
933 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 931 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
934 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 932 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
935 'animation/SVGInterpolation.h', 933 'animation/SVGInterpolation.h',
936 'animation/SVGInterpolationType.cpp', 934 'animation/SVGInterpolationType.cpp',
937 'animation/SVGInterpolationType.h', 935 'animation/SVGInterpolationType.h',
938 'animation/SVGLengthInterpolationType.cpp', 936 'animation/SVGLengthInterpolationType.cpp',
939 'animation/SVGLengthInterpolationType.h', 937 'animation/SVGLengthInterpolationType.h',
938 'animation/SVGLengthListInterpolationType.cpp',
939 'animation/SVGLengthListInterpolationType.h',
940 'animation/SVGNumberInterpolationType.cpp', 940 'animation/SVGNumberInterpolationType.cpp',
941 'animation/SVGNumberInterpolationType.h', 941 'animation/SVGNumberInterpolationType.h',
942 'animation/SVGNumberListInterpolationType.cpp', 942 'animation/SVGNumberListInterpolationType.cpp',
943 'animation/SVGNumberListInterpolationType.h', 943 'animation/SVGNumberListInterpolationType.h',
944 'animation/SVGNumberOptionalNumberInterpolationType.cpp', 944 'animation/SVGNumberOptionalNumberInterpolationType.cpp',
945 'animation/SVGNumberOptionalNumberInterpolationType.h', 945 'animation/SVGNumberOptionalNumberInterpolationType.h',
946 'animation/SVGPathInterpolationType.cpp', 946 'animation/SVGPathInterpolationType.cpp',
947 'animation/SVGPathInterpolationType.h', 947 'animation/SVGPathInterpolationType.h',
948 'animation/SVGPathSegInterpolationFunctions.cpp', 948 'animation/SVGPathSegInterpolationFunctions.cpp',
949 'animation/SVGPathSegInterpolationFunctions.h', 949 'animation/SVGPathSegInterpolationFunctions.h',
950 'animation/SVGPointListInterpolationType.cpp', 950 'animation/SVGPointListInterpolationType.cpp',
951 'animation/SVGPointListInterpolationType.h', 951 'animation/SVGPointListInterpolationType.h',
952 'animation/SVGRectInterpolationType.cpp', 952 'animation/SVGRectInterpolationType.cpp',
953 'animation/SVGRectInterpolationType.h', 953 'animation/SVGRectInterpolationType.h',
954 'animation/SVGTransformListInterpolationType.cpp', 954 'animation/SVGTransformListInterpolationType.cpp',
955 'animation/SVGTransformListInterpolationType.h', 955 'animation/SVGTransformListInterpolationType.h',
956 'animation/SVGValueInterpolationType.cpp', 956 'animation/SVGValueInterpolationType.cpp',
957 'animation/SVGValueInterpolationType.h', 957 'animation/SVGValueInterpolationType.h',
958 'animation/SampledEffect.cpp', 958 'animation/SampledEffect.cpp',
959 'animation/SampledEffect.h', 959 'animation/SampledEffect.h',
960 'animation/ListSVGInterpolation.h',
961 'animation/ListStyleInterpolation.h', 960 'animation/ListStyleInterpolation.h',
962 'animation/ShadowInterpolationFunctions.cpp', 961 'animation/ShadowInterpolationFunctions.cpp',
963 'animation/ShadowInterpolationFunctions.h', 962 'animation/ShadowInterpolationFunctions.h',
964 'animation/StringKeyframe.cpp', 963 'animation/StringKeyframe.cpp',
965 'animation/StringKeyframe.h', 964 'animation/StringKeyframe.h',
966 'animation/StyleInterpolation.h', 965 'animation/StyleInterpolation.h',
967 'animation/Timing.cpp', 966 'animation/Timing.cpp',
968 'animation/Timing.h', 967 'animation/Timing.h',
969 'animation/TimingCalculations.h', 968 'animation/TimingCalculations.h',
970 'animation/TimingInput.cpp', 969 'animation/TimingInput.cpp',
(...skipping 3038 matching lines...) Expand 10 before | Expand all | Expand 10 after
4009 'style/SVGComputedStyleTest.cpp', 4008 'style/SVGComputedStyleTest.cpp',
4010 'svg/SVGPathParserTest.cpp', 4009 'svg/SVGPathParserTest.cpp',
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4010 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4012 'testing/PrivateScriptTestTest.cpp', 4011 'testing/PrivateScriptTestTest.cpp',
4013 'timing/MemoryInfoTest.cpp', 4012 'timing/MemoryInfoTest.cpp',
4014 'workers/WorkerThreadTest.cpp', 4013 'workers/WorkerThreadTest.cpp',
4015 'xml/parser/SharedBufferReaderTest.cpp', 4014 'xml/parser/SharedBufferReaderTest.cpp',
4016 ], 4015 ],
4017 } 4016 }
4018 } 4017 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGLengthList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698