| 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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 'animation/DocumentAnimation.h', | 892 'animation/DocumentAnimation.h', |
| 893 'animation/DocumentAnimations.cpp', | 893 'animation/DocumentAnimations.cpp', |
| 894 'animation/DocumentAnimations.h', | 894 'animation/DocumentAnimations.h', |
| 895 'animation/DoubleStyleInterpolation.h', | 895 'animation/DoubleStyleInterpolation.h', |
| 896 'animation/DoubleStyleInterpolation.cpp', | 896 'animation/DoubleStyleInterpolation.cpp', |
| 897 'animation/EffectInput.cpp', | 897 'animation/EffectInput.cpp', |
| 898 'animation/EffectInput.h', | 898 'animation/EffectInput.h', |
| 899 'animation/ElementAnimation.h', | 899 'animation/ElementAnimation.h', |
| 900 'animation/ElementAnimations.cpp', | 900 'animation/ElementAnimations.cpp', |
| 901 'animation/ElementAnimations.h', | 901 'animation/ElementAnimations.h', |
| 902 'animation/ImageSliceStyleInterpolation.cpp', |
| 903 'animation/ImageSliceStyleInterpolation.h', |
| 902 'animation/ImageStyleInterpolation.cpp', | 904 'animation/ImageStyleInterpolation.cpp', |
| 903 'animation/ImageStyleInterpolation.h', | 905 'animation/ImageStyleInterpolation.h', |
| 904 'animation/InertAnimation.cpp', | 906 'animation/InertAnimation.cpp', |
| 905 'animation/InertAnimation.h', | 907 'animation/InertAnimation.h', |
| 906 'animation/InterpolableValue.cpp', | 908 'animation/InterpolableValue.cpp', |
| 907 'animation/InterpolableValue.h', | 909 'animation/InterpolableValue.h', |
| 908 'animation/Interpolation.cpp', | 910 'animation/Interpolation.cpp', |
| 909 'animation/Interpolation.h', | 911 'animation/Interpolation.h', |
| 910 'animation/InterpolationEffect.cpp', | 912 'animation/InterpolationEffect.cpp', |
| 911 'animation/InterpolationEffect.h', | 913 'animation/InterpolationEffect.h', |
| (...skipping 2899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3811 'paint/ViewDisplayListTest.cpp', | 3813 'paint/ViewDisplayListTest.cpp', |
| 3812 'streams/ExclusiveStreamReaderTest.cpp', | 3814 'streams/ExclusiveStreamReaderTest.cpp', |
| 3813 'streams/ReadableStreamTest.cpp', | 3815 'streams/ReadableStreamTest.cpp', |
| 3814 'testing/PrivateScriptTestTest.cpp', | 3816 'testing/PrivateScriptTestTest.cpp', |
| 3815 'testing/UnitTestHelpers.cpp', | 3817 'testing/UnitTestHelpers.cpp', |
| 3816 'testing/UnitTestHelpers.h', | 3818 'testing/UnitTestHelpers.h', |
| 3817 'xml/parser/SharedBufferReaderTest.cpp', | 3819 'xml/parser/SharedBufferReaderTest.cpp', |
| 3818 ], | 3820 ], |
| 3819 } | 3821 } |
| 3820 } | 3822 } |
| OLD | NEW |