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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 'animation/NumberSVGInterpolation.h', | 904 'animation/NumberSVGInterpolation.h', |
905 'animation/PaintPropertyFunctions.cpp', | 905 'animation/PaintPropertyFunctions.cpp', |
906 'animation/PaintPropertyFunctions.h', | 906 'animation/PaintPropertyFunctions.h', |
907 'animation/PrimitiveInterpolation.h', | 907 'animation/PrimitiveInterpolation.h', |
908 'animation/PropertyHandle.cpp', | 908 'animation/PropertyHandle.cpp', |
909 'animation/PropertyHandle.h', | 909 'animation/PropertyHandle.h', |
910 'animation/RectSVGInterpolation.cpp', | 910 'animation/RectSVGInterpolation.cpp', |
911 'animation/RectSVGInterpolation.h', | 911 'animation/RectSVGInterpolation.h', |
912 'animation/SVGInterpolation.cpp', | 912 'animation/SVGInterpolation.cpp', |
913 'animation/SVGInterpolation.h', | 913 'animation/SVGInterpolation.h', |
| 914 'animation/SVGInterpolationType.cpp', |
| 915 'animation/SVGInterpolationType.h', |
914 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 916 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
915 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 917 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
| 918 'animation/SVGValueInterpolationType.cpp', |
| 919 'animation/SVGValueInterpolationType.h', |
916 'animation/SampledEffect.cpp', | 920 'animation/SampledEffect.cpp', |
917 'animation/SampledEffect.h', | 921 'animation/SampledEffect.h', |
918 'animation/ListSVGInterpolation.h', | 922 'animation/ListSVGInterpolation.h', |
919 'animation/ListStyleInterpolation.h', | 923 'animation/ListStyleInterpolation.h', |
920 'animation/PathSVGInterpolation.cpp', | 924 'animation/PathSVGInterpolation.cpp', |
921 'animation/PathSVGInterpolation.h', | 925 'animation/PathSVGInterpolation.h', |
922 'animation/PointSVGInterpolation.h', | 926 'animation/PointSVGInterpolation.h', |
923 'animation/ShadowInterpolationFunctions.cpp', | 927 'animation/ShadowInterpolationFunctions.cpp', |
924 'animation/ShadowInterpolationFunctions.h', | 928 'animation/ShadowInterpolationFunctions.h', |
925 'animation/StringKeyframe.cpp', | 929 'animation/StringKeyframe.cpp', |
(...skipping 2962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3888 'style/SVGComputedStyleTest.cpp', | 3892 'style/SVGComputedStyleTest.cpp', |
3889 'svg/SVGPathParserTest.cpp', | 3893 'svg/SVGPathParserTest.cpp', |
3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3894 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3891 'testing/PrivateScriptTestTest.cpp', | 3895 'testing/PrivateScriptTestTest.cpp', |
3892 'timing/MemoryInfoTest.cpp', | 3896 'timing/MemoryInfoTest.cpp', |
3893 'workers/WorkerThreadTest.cpp', | 3897 'workers/WorkerThreadTest.cpp', |
3894 'xml/parser/SharedBufferReaderTest.cpp', | 3898 'xml/parser/SharedBufferReaderTest.cpp', |
3895 ], | 3899 ], |
3896 } | 3900 } |
3897 } | 3901 } |
OLD | NEW |