| 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 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 'animation/DocumentAnimation.h', | 895 'animation/DocumentAnimation.h', |
| 896 'animation/DocumentAnimations.cpp', | 896 'animation/DocumentAnimations.cpp', |
| 897 'animation/DocumentAnimations.h', | 897 'animation/DocumentAnimations.h', |
| 898 'animation/DoubleStyleInterpolation.h', | 898 'animation/DoubleStyleInterpolation.h', |
| 899 'animation/DoubleStyleInterpolation.cpp', | 899 'animation/DoubleStyleInterpolation.cpp', |
| 900 'animation/EffectInput.cpp', | 900 'animation/EffectInput.cpp', |
| 901 'animation/EffectInput.h', | 901 'animation/EffectInput.h', |
| 902 'animation/ElementAnimation.h', | 902 'animation/ElementAnimation.h', |
| 903 'animation/ElementAnimations.cpp', | 903 'animation/ElementAnimations.cpp', |
| 904 'animation/ElementAnimations.h', | 904 'animation/ElementAnimations.h', |
| 905 'animation/ImageSliceStyleInterpolation.cpp', |
| 906 'animation/ImageSliceStyleInterpolation.h', |
| 905 'animation/ImageStyleInterpolation.cpp', | 907 'animation/ImageStyleInterpolation.cpp', |
| 906 'animation/ImageStyleInterpolation.h', | 908 'animation/ImageStyleInterpolation.h', |
| 907 'animation/InertAnimation.cpp', | 909 'animation/InertAnimation.cpp', |
| 908 'animation/InertAnimation.h', | 910 'animation/InertAnimation.h', |
| 909 'animation/InterpolableValue.cpp', | 911 'animation/InterpolableValue.cpp', |
| 910 'animation/InterpolableValue.h', | 912 'animation/InterpolableValue.h', |
| 911 'animation/Interpolation.cpp', | 913 'animation/Interpolation.cpp', |
| 912 'animation/Interpolation.h', | 914 'animation/Interpolation.h', |
| 913 'animation/InterpolationEffect.cpp', | 915 'animation/InterpolationEffect.cpp', |
| 914 'animation/InterpolationEffect.h', | 916 'animation/InterpolationEffect.h', |
| (...skipping 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3832 'paint/ViewDisplayListTest.cpp', | 3834 'paint/ViewDisplayListTest.cpp', |
| 3833 'streams/ExclusiveStreamReaderTest.cpp', | 3835 'streams/ExclusiveStreamReaderTest.cpp', |
| 3834 'streams/ReadableStreamTest.cpp', | 3836 'streams/ReadableStreamTest.cpp', |
| 3835 'testing/PrivateScriptTestTest.cpp', | 3837 'testing/PrivateScriptTestTest.cpp', |
| 3836 'testing/UnitTestHelpers.cpp', | 3838 'testing/UnitTestHelpers.cpp', |
| 3837 'testing/UnitTestHelpers.h', | 3839 'testing/UnitTestHelpers.h', |
| 3838 'xml/parser/SharedBufferReaderTest.cpp', | 3840 'xml/parser/SharedBufferReaderTest.cpp', |
| 3839 ], | 3841 ], |
| 3840 } | 3842 } |
| 3841 } | 3843 } |
| OLD | NEW |