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

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

Issue 1410643011: Web Animations: Add SVGNumberInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_propertyHandleFilter
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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'animation/LengthPairStyleInterpolation.h', 890 'animation/LengthPairStyleInterpolation.h',
891 'animation/LengthPropertyFunctions.cpp', 891 'animation/LengthPropertyFunctions.cpp',
892 'animation/LengthPropertyFunctions.h', 892 'animation/LengthPropertyFunctions.h',
893 'animation/LengthSVGInterpolation.cpp', 893 'animation/LengthSVGInterpolation.cpp',
894 'animation/LengthSVGInterpolation.h', 894 'animation/LengthSVGInterpolation.h',
895 'animation/LengthStyleInterpolation.cpp', 895 'animation/LengthStyleInterpolation.cpp',
896 'animation/LengthStyleInterpolation.h', 896 'animation/LengthStyleInterpolation.h',
897 'animation/ListInterpolationFunctions.cpp', 897 'animation/ListInterpolationFunctions.cpp',
898 'animation/ListInterpolationFunctions.h', 898 'animation/ListInterpolationFunctions.h',
899 'animation/NonInterpolableValue.h', 899 'animation/NonInterpolableValue.h',
900 'animation/NumberAttributeFunctions.h',
900 'animation/NumberOptionalNumberSVGInterpolation.h', 901 'animation/NumberOptionalNumberSVGInterpolation.h',
901 'animation/NumberPropertyFunctions.cpp', 902 'animation/NumberPropertyFunctions.cpp',
902 'animation/NumberPropertyFunctions.h', 903 'animation/NumberPropertyFunctions.h',
903 'animation/NumberSVGInterpolation.cpp', 904 'animation/NumberSVGInterpolation.cpp',
904 'animation/NumberSVGInterpolation.h', 905 'animation/NumberSVGInterpolation.h',
905 'animation/PaintPropertyFunctions.cpp', 906 'animation/PaintPropertyFunctions.cpp',
906 'animation/PaintPropertyFunctions.h', 907 'animation/PaintPropertyFunctions.h',
907 'animation/PrimitiveInterpolation.h', 908 'animation/PrimitiveInterpolation.h',
908 'animation/PropertyHandle.cpp', 909 'animation/PropertyHandle.cpp',
909 'animation/PropertyHandle.h', 910 'animation/PropertyHandle.h',
910 'animation/RectSVGInterpolation.cpp', 911 'animation/RectSVGInterpolation.cpp',
911 'animation/RectSVGInterpolation.h', 912 'animation/RectSVGInterpolation.h',
912 'animation/SVGInterpolation.cpp', 913 'animation/SVGInterpolation.cpp',
913 'animation/SVGInterpolation.h', 914 'animation/SVGInterpolation.h',
914 'animation/SVGInterpolationType.cpp', 915 'animation/SVGInterpolationType.cpp',
915 'animation/SVGInterpolationType.h', 916 'animation/SVGInterpolationType.h',
917 'animation/SVGNumberInterpolationType.cpp',
918 'animation/SVGNumberInterpolationType.h',
916 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 919 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
917 'animation/SVGStrokeDasharrayStyleInterpolation.h', 920 'animation/SVGStrokeDasharrayStyleInterpolation.h',
918 'animation/SVGValueInterpolationType.cpp', 921 'animation/SVGValueInterpolationType.cpp',
919 'animation/SVGValueInterpolationType.h', 922 'animation/SVGValueInterpolationType.h',
920 'animation/SampledEffect.cpp', 923 'animation/SampledEffect.cpp',
921 'animation/SampledEffect.h', 924 'animation/SampledEffect.h',
922 'animation/ListSVGInterpolation.h', 925 'animation/ListSVGInterpolation.h',
923 'animation/ListStyleInterpolation.h', 926 'animation/ListStyleInterpolation.h',
924 'animation/PathSVGInterpolation.cpp', 927 'animation/PathSVGInterpolation.cpp',
925 'animation/PathSVGInterpolation.h', 928 'animation/PathSVGInterpolation.h',
(...skipping 2969 matching lines...) Expand 10 before | Expand all | Expand 10 after
3895 'style/SVGComputedStyleTest.cpp', 3898 'style/SVGComputedStyleTest.cpp',
3896 'svg/SVGPathParserTest.cpp', 3899 'svg/SVGPathParserTest.cpp',
3897 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3900 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3898 'testing/PrivateScriptTestTest.cpp', 3901 'testing/PrivateScriptTestTest.cpp',
3899 'timing/MemoryInfoTest.cpp', 3902 'timing/MemoryInfoTest.cpp',
3900 'workers/WorkerThreadTest.cpp', 3903 'workers/WorkerThreadTest.cpp',
3901 'xml/parser/SharedBufferReaderTest.cpp', 3904 'xml/parser/SharedBufferReaderTest.cpp',
3902 ], 3905 ],
3903 } 3906 }
3904 } 3907 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGNumber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698