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/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 'animation/InterpolationEffect.h', | 907 'animation/InterpolationEffect.h', |
908 'animation/KeyframeEffectModel.cpp', | 908 'animation/KeyframeEffectModel.cpp', |
909 'animation/KeyframeEffectModel.h', | 909 'animation/KeyframeEffectModel.h', |
910 'animation/LegacyStyleInterpolation.h', | 910 'animation/LegacyStyleInterpolation.h', |
911 'animation/LengthBoxStyleInterpolation.cpp', | 911 'animation/LengthBoxStyleInterpolation.cpp', |
912 'animation/LengthBoxStyleInterpolation.h', | 912 'animation/LengthBoxStyleInterpolation.h', |
913 'animation/LengthPairStyleInterpolation.cpp', | 913 'animation/LengthPairStyleInterpolation.cpp', |
914 'animation/LengthPairStyleInterpolation.h', | 914 'animation/LengthPairStyleInterpolation.h', |
915 'animation/LengthStyleInterpolation.cpp', | 915 'animation/LengthStyleInterpolation.cpp', |
916 'animation/LengthStyleInterpolation.h', | 916 'animation/LengthStyleInterpolation.h', |
| 917 'animation/NumberSVGInterpolation.cpp', |
| 918 'animation/NumberSVGInterpolation.h', |
917 'animation/PropertyHandle.cpp', | 919 'animation/PropertyHandle.cpp', |
918 'animation/PropertyHandle.h', | 920 'animation/PropertyHandle.h', |
919 'animation/SVGInterpolation.cpp', | 921 'animation/SVGInterpolation.cpp', |
920 'animation/SVGInterpolation.h', | 922 'animation/SVGInterpolation.h', |
921 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 923 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
922 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 924 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
923 'animation/SampledEffect.cpp', | 925 'animation/SampledEffect.cpp', |
924 'animation/SampledEffect.h', | 926 'animation/SampledEffect.h', |
925 'animation/ListSVGInterpolation.h', | 927 'animation/ListSVGInterpolation.h', |
926 'animation/ListStyleInterpolation.h', | 928 'animation/ListStyleInterpolation.h', |
(...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3839 'paint/LayerClipRecorderTest.cpp', | 3841 'paint/LayerClipRecorderTest.cpp', |
3840 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3842 'paint/LayoutObjectDrawingRecorderTest.cpp', |
3841 'paint/TextPainterTest.cpp', | 3843 'paint/TextPainterTest.cpp', |
3842 'streams/ReadableStreamReaderTest.cpp', | 3844 'streams/ReadableStreamReaderTest.cpp', |
3843 'streams/ReadableStreamTest.cpp', | 3845 'streams/ReadableStreamTest.cpp', |
3844 'testing/PrivateScriptTestTest.cpp', | 3846 'testing/PrivateScriptTestTest.cpp', |
3845 'xml/parser/SharedBufferReaderTest.cpp', | 3847 'xml/parser/SharedBufferReaderTest.cpp', |
3846 ], | 3848 ], |
3847 } | 3849 } |
3848 } | 3850 } |
OLD | NEW |