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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 23 matching lines...) Expand all Loading... |
906 'animation/PaintPropertyFunctions.h', | 904 'animation/PaintPropertyFunctions.h', |
907 'animation/PrimitiveInterpolation.h', | 905 'animation/PrimitiveInterpolation.h', |
908 'animation/PropertyHandle.cpp', | 906 'animation/PropertyHandle.cpp', |
909 'animation/PropertyHandle.h', | 907 'animation/PropertyHandle.h', |
910 'animation/RectSVGInterpolation.cpp', | 908 'animation/RectSVGInterpolation.cpp', |
911 'animation/RectSVGInterpolation.h', | 909 'animation/RectSVGInterpolation.h', |
912 'animation/SVGAngleInterpolationType.cpp', | 910 'animation/SVGAngleInterpolationType.cpp', |
913 'animation/SVGAngleInterpolationType.h', | 911 'animation/SVGAngleInterpolationType.h', |
914 'animation/SVGIntegerInterpolationType.cpp', | 912 'animation/SVGIntegerInterpolationType.cpp', |
915 'animation/SVGIntegerInterpolationType.h', | 913 'animation/SVGIntegerInterpolationType.h', |
| 914 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', |
| 915 'animation/SVGIntegerOptionalIntegerInterpolationType.h', |
916 'animation/SVGInterpolation.cpp', | 916 'animation/SVGInterpolation.cpp', |
917 'animation/SVGInterpolation.h', | 917 'animation/SVGInterpolation.h', |
918 'animation/SVGInterpolationType.cpp', | 918 'animation/SVGInterpolationType.cpp', |
919 'animation/SVGInterpolationType.h', | 919 'animation/SVGInterpolationType.h', |
920 'animation/SVGNumberInterpolationType.cpp', | 920 'animation/SVGNumberInterpolationType.cpp', |
921 'animation/SVGNumberInterpolationType.h', | 921 'animation/SVGNumberInterpolationType.h', |
922 'animation/SVGNumberOptionalNumberInterpolationType.cpp', | 922 'animation/SVGNumberOptionalNumberInterpolationType.cpp', |
923 'animation/SVGNumberOptionalNumberInterpolationType.h', | 923 'animation/SVGNumberOptionalNumberInterpolationType.h', |
924 'animation/SVGPointListInterpolationType.cpp', | 924 'animation/SVGPointListInterpolationType.cpp', |
925 'animation/SVGPointListInterpolationType.h', | 925 'animation/SVGPointListInterpolationType.h', |
(...skipping 3004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3930 'style/SVGComputedStyleTest.cpp', | 3930 'style/SVGComputedStyleTest.cpp', |
3931 'svg/SVGPathParserTest.cpp', | 3931 'svg/SVGPathParserTest.cpp', |
3932 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3932 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3933 'testing/PrivateScriptTestTest.cpp', | 3933 'testing/PrivateScriptTestTest.cpp', |
3934 'timing/MemoryInfoTest.cpp', | 3934 'timing/MemoryInfoTest.cpp', |
3935 'workers/WorkerThreadTest.cpp', | 3935 'workers/WorkerThreadTest.cpp', |
3936 'xml/parser/SharedBufferReaderTest.cpp', | 3936 'xml/parser/SharedBufferReaderTest.cpp', |
3937 ], | 3937 ], |
3938 } | 3938 } |
3939 } | 3939 } |
OLD | NEW |