OLD | NEW |
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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/NumberAttributeFunctions.h', |
901 'animation/NumberOptionalNumberSVGInterpolation.h', | |
902 'animation/NumberPropertyFunctions.cpp', | 901 'animation/NumberPropertyFunctions.cpp', |
903 'animation/NumberPropertyFunctions.h', | 902 'animation/NumberPropertyFunctions.h', |
904 'animation/NumberSVGInterpolation.cpp', | 903 'animation/NumberSVGInterpolation.cpp', |
905 'animation/NumberSVGInterpolation.h', | 904 'animation/NumberSVGInterpolation.h', |
906 'animation/PaintPropertyFunctions.cpp', | 905 'animation/PaintPropertyFunctions.cpp', |
907 'animation/PaintPropertyFunctions.h', | 906 'animation/PaintPropertyFunctions.h', |
908 'animation/PrimitiveInterpolation.h', | 907 'animation/PrimitiveInterpolation.h', |
909 'animation/PropertyHandle.cpp', | 908 'animation/PropertyHandle.cpp', |
910 'animation/PropertyHandle.h', | 909 'animation/PropertyHandle.h', |
911 'animation/RectSVGInterpolation.cpp', | 910 'animation/RectSVGInterpolation.cpp', |
912 'animation/RectSVGInterpolation.h', | 911 'animation/RectSVGInterpolation.h', |
913 'animation/SVGAngleInterpolationType.cpp', | 912 'animation/SVGAngleInterpolationType.cpp', |
914 'animation/SVGAngleInterpolationType.h', | 913 'animation/SVGAngleInterpolationType.h', |
915 'animation/SVGIntegerInterpolationType.cpp', | 914 'animation/SVGIntegerInterpolationType.cpp', |
916 'animation/SVGIntegerInterpolationType.h', | 915 'animation/SVGIntegerInterpolationType.h', |
917 'animation/SVGInterpolation.cpp', | 916 'animation/SVGInterpolation.cpp', |
918 'animation/SVGInterpolation.h', | 917 'animation/SVGInterpolation.h', |
919 'animation/SVGInterpolationType.cpp', | 918 'animation/SVGInterpolationType.cpp', |
920 'animation/SVGInterpolationType.h', | 919 'animation/SVGInterpolationType.h', |
921 'animation/SVGNumberInterpolationType.cpp', | 920 'animation/SVGNumberInterpolationType.cpp', |
922 'animation/SVGNumberInterpolationType.h', | 921 'animation/SVGNumberInterpolationType.h', |
| 922 'animation/SVGNumberOptionalNumberInterpolationType.cpp', |
| 923 'animation/SVGNumberOptionalNumberInterpolationType.h', |
923 'animation/SVGPointListInterpolationType.cpp', | 924 'animation/SVGPointListInterpolationType.cpp', |
924 'animation/SVGPointListInterpolationType.h', | 925 'animation/SVGPointListInterpolationType.h', |
925 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 926 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
926 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 927 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
927 'animation/SVGValueInterpolationType.cpp', | 928 'animation/SVGValueInterpolationType.cpp', |
928 'animation/SVGValueInterpolationType.h', | 929 'animation/SVGValueInterpolationType.h', |
929 'animation/SampledEffect.cpp', | 930 'animation/SampledEffect.cpp', |
930 'animation/SampledEffect.h', | 931 'animation/SampledEffect.h', |
931 'animation/ListSVGInterpolation.h', | 932 'animation/ListSVGInterpolation.h', |
932 'animation/ListStyleInterpolation.h', | 933 'animation/ListStyleInterpolation.h', |
(...skipping 2997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3930 'style/SVGComputedStyleTest.cpp', | 3931 'style/SVGComputedStyleTest.cpp', |
3931 'svg/SVGPathParserTest.cpp', | 3932 'svg/SVGPathParserTest.cpp', |
3932 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3933 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3933 'testing/PrivateScriptTestTest.cpp', | 3934 'testing/PrivateScriptTestTest.cpp', |
3934 'timing/MemoryInfoTest.cpp', | 3935 'timing/MemoryInfoTest.cpp', |
3935 'workers/WorkerThreadTest.cpp', | 3936 'workers/WorkerThreadTest.cpp', |
3936 'xml/parser/SharedBufferReaderTest.cpp', | 3937 'xml/parser/SharedBufferReaderTest.cpp', |
3937 ], | 3938 ], |
3938 } | 3939 } |
3939 } | 3940 } |
OLD | NEW |