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

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

Issue 1417483015: SVG Web Animations: Add SVGIntegerOptionalIntegerInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More test work... Some failing 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 'animation/ElementAnimations.cpp', 861 'animation/ElementAnimations.cpp',
862 'animation/ElementAnimations.h', 862 'animation/ElementAnimations.h',
863 'animation/FilterStyleInterpolation.h', 863 'animation/FilterStyleInterpolation.h',
864 'animation/FilterStyleInterpolation.cpp', 864 'animation/FilterStyleInterpolation.cpp',
865 'animation/ImageListPropertyFunctions.h', 865 'animation/ImageListPropertyFunctions.h',
866 'animation/ImagePropertyFunctions.h', 866 'animation/ImagePropertyFunctions.h',
867 'animation/ImageSliceStyleInterpolation.cpp', 867 'animation/ImageSliceStyleInterpolation.cpp',
868 'animation/ImageSliceStyleInterpolation.h', 868 'animation/ImageSliceStyleInterpolation.h',
869 'animation/InertEffect.cpp', 869 'animation/InertEffect.cpp',
870 'animation/InertEffect.h', 870 'animation/InertEffect.h',
871 'animation/IntegerOptionalIntegerSVGInterpolation.cpp',
872 'animation/IntegerOptionalIntegerSVGInterpolation.h',
873 'animation/IntegerSVGInterpolation.h', 871 'animation/IntegerSVGInterpolation.h',
874 'animation/InterpolableValue.cpp', 872 'animation/InterpolableValue.cpp',
875 'animation/InterpolableValue.h', 873 'animation/InterpolableValue.h',
876 'animation/Interpolation.cpp', 874 'animation/Interpolation.cpp',
877 'animation/Interpolation.h', 875 'animation/Interpolation.h',
878 'animation/InterpolationEffect.cpp', 876 'animation/InterpolationEffect.cpp',
879 'animation/InterpolationEffect.h', 877 'animation/InterpolationEffect.h',
880 'animation/InterpolationType.h', 878 'animation/InterpolationType.h',
881 'animation/InterpolationValue.h', 879 'animation/InterpolationValue.h',
882 'animation/InvalidatableInterpolation.cpp', 880 'animation/InvalidatableInterpolation.cpp',
(...skipping 22 matching lines...) Expand all
905 'animation/NumberSVGInterpolation.h', 903 'animation/NumberSVGInterpolation.h',
906 'animation/PaintPropertyFunctions.cpp', 904 'animation/PaintPropertyFunctions.cpp',
907 'animation/PaintPropertyFunctions.h', 905 'animation/PaintPropertyFunctions.h',
908 'animation/PrimitiveInterpolation.h', 906 'animation/PrimitiveInterpolation.h',
909 'animation/PropertyHandle.cpp', 907 'animation/PropertyHandle.cpp',
910 'animation/PropertyHandle.h', 908 'animation/PropertyHandle.h',
911 'animation/RectSVGInterpolation.cpp', 909 'animation/RectSVGInterpolation.cpp',
912 'animation/RectSVGInterpolation.h', 910 'animation/RectSVGInterpolation.h',
913 'animation/SVGAngleInterpolationType.cpp', 911 'animation/SVGAngleInterpolationType.cpp',
914 'animation/SVGAngleInterpolationType.h', 912 'animation/SVGAngleInterpolationType.h',
913 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
914 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
915 'animation/SVGInterpolation.cpp', 915 'animation/SVGInterpolation.cpp',
916 'animation/SVGInterpolation.h', 916 'animation/SVGInterpolation.h',
917 'animation/SVGInterpolationType.cpp', 917 'animation/SVGInterpolationType.cpp',
918 'animation/SVGInterpolationType.h', 918 'animation/SVGInterpolationType.h',
919 'animation/SVGNumberInterpolationType.cpp', 919 'animation/SVGNumberInterpolationType.cpp',
920 'animation/SVGNumberInterpolationType.h', 920 'animation/SVGNumberInterpolationType.h',
921 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 921 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
922 'animation/SVGStrokeDasharrayStyleInterpolation.h', 922 'animation/SVGStrokeDasharrayStyleInterpolation.h',
923 'animation/SVGValueInterpolationType.cpp', 923 'animation/SVGValueInterpolationType.cpp',
924 'animation/SVGValueInterpolationType.h', 924 'animation/SVGValueInterpolationType.h',
(...skipping 2974 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

Powered by Google App Engine
This is Rietveld 408576698