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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 'animation/ImageStyleInterpolation.cpp', | 904 'animation/ImageStyleInterpolation.cpp', |
905 'animation/ImageStyleInterpolation.h', | 905 'animation/ImageStyleInterpolation.h', |
906 'animation/InertAnimation.cpp', | 906 'animation/InertAnimation.cpp', |
907 'animation/InertAnimation.h', | 907 'animation/InertAnimation.h', |
908 'animation/InterpolableValue.cpp', | 908 'animation/InterpolableValue.cpp', |
909 'animation/InterpolableValue.h', | 909 'animation/InterpolableValue.h', |
910 'animation/Interpolation.cpp', | 910 'animation/Interpolation.cpp', |
911 'animation/Interpolation.h', | 911 'animation/Interpolation.h', |
912 'animation/InterpolationEffect.cpp', | 912 'animation/InterpolationEffect.cpp', |
913 'animation/InterpolationEffect.h', | 913 'animation/InterpolationEffect.h', |
| 914 'animation/InterpolationFactory.h', |
| 915 'animation/InterpolationFactory.cpp', |
914 'animation/KeyframeEffectModel.cpp', | 916 'animation/KeyframeEffectModel.cpp', |
915 'animation/KeyframeEffectModel.h', | 917 'animation/KeyframeEffectModel.h', |
916 'animation/LegacyStyleInterpolation.h', | 918 'animation/LegacyStyleInterpolation.h', |
917 'animation/LengthBoxStyleInterpolation.cpp', | 919 'animation/LengthBoxStyleInterpolation.cpp', |
918 'animation/LengthBoxStyleInterpolation.h', | 920 'animation/LengthBoxStyleInterpolation.h', |
919 'animation/LengthPairStyleInterpolation.cpp', | 921 'animation/LengthPairStyleInterpolation.cpp', |
920 'animation/LengthPairStyleInterpolation.h', | 922 'animation/LengthPairStyleInterpolation.h', |
921 'animation/LengthStyleInterpolation.cpp', | 923 'animation/LengthStyleInterpolation.cpp', |
922 'animation/LengthStyleInterpolation.h', | 924 'animation/LengthStyleInterpolation.h', |
923 'animation/SVGLengthStyleInterpolation.cpp', | 925 'animation/SVGLengthStyleInterpolation.cpp', |
(...skipping 2880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3804 'rendering/RenderingTestHelper.h', | 3806 'rendering/RenderingTestHelper.h', |
3805 'streams/ExclusiveStreamReaderTest.cpp', | 3807 'streams/ExclusiveStreamReaderTest.cpp', |
3806 'streams/ReadableStreamTest.cpp', | 3808 'streams/ReadableStreamTest.cpp', |
3807 'testing/PrivateScriptTestTest.cpp', | 3809 'testing/PrivateScriptTestTest.cpp', |
3808 'testing/UnitTestHelpers.cpp', | 3810 'testing/UnitTestHelpers.cpp', |
3809 'testing/UnitTestHelpers.h', | 3811 'testing/UnitTestHelpers.h', |
3810 'xml/parser/SharedBufferReaderTest.cpp', | 3812 'xml/parser/SharedBufferReaderTest.cpp', |
3811 ], | 3813 ], |
3812 } | 3814 } |
3813 } | 3815 } |
OLD | NEW |