| 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 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1881 'rendering/style/StyleBoxData.cpp', | 1881 'rendering/style/StyleBoxData.cpp', |
| 1882 'rendering/style/StyleDeprecatedFlexibleBoxData.cpp', | 1882 'rendering/style/StyleDeprecatedFlexibleBoxData.cpp', |
| 1883 'rendering/style/StyleFetchedImage.cpp', | 1883 'rendering/style/StyleFetchedImage.cpp', |
| 1884 'rendering/style/StyleFetchedImageSet.cpp', | 1884 'rendering/style/StyleFetchedImageSet.cpp', |
| 1885 'rendering/style/StyleFilterData.cpp', | 1885 'rendering/style/StyleFilterData.cpp', |
| 1886 'rendering/style/StyleFlexibleBoxData.cpp', | 1886 'rendering/style/StyleFlexibleBoxData.cpp', |
| 1887 'rendering/style/StyleGeneratedImage.cpp', | 1887 'rendering/style/StyleGeneratedImage.cpp', |
| 1888 'rendering/style/StyleGridData.cpp', | 1888 'rendering/style/StyleGridData.cpp', |
| 1889 'rendering/style/StyleGridItemData.cpp', | 1889 'rendering/style/StyleGridItemData.cpp', |
| 1890 'rendering/style/StyleInheritedData.cpp', | 1890 'rendering/style/StyleInheritedData.cpp', |
| 1891 'rendering/style/StyleMarqueeData.cpp', | |
| 1892 'rendering/style/StyleMultiColData.cpp', | 1891 'rendering/style/StyleMultiColData.cpp', |
| 1893 'rendering/style/StylePendingImage.h', | 1892 'rendering/style/StylePendingImage.h', |
| 1894 'rendering/style/StyleRareInheritedData.cpp', | 1893 'rendering/style/StyleRareInheritedData.cpp', |
| 1895 'rendering/style/StyleRareNonInheritedData.cpp', | 1894 'rendering/style/StyleRareNonInheritedData.cpp', |
| 1896 'rendering/style/StyleSurroundData.cpp', | 1895 'rendering/style/StyleSurroundData.cpp', |
| 1897 'rendering/style/StyleTransformData.cpp', | 1896 'rendering/style/StyleTransformData.cpp', |
| 1898 'rendering/style/StyleVisualData.cpp', | 1897 'rendering/style/StyleVisualData.cpp', |
| 1899 'rendering/style/StyleWillChangeData.cpp', | 1898 'rendering/style/StyleWillChangeData.cpp', |
| 1900 'storage/Storage.cpp', | 1899 'storage/Storage.cpp', |
| 1901 'storage/Storage.h', | 1900 'storage/Storage.h', |
| (...skipping 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3648 'rendering/shapes/BoxShapeTest.cpp', | 3647 'rendering/shapes/BoxShapeTest.cpp', |
| 3649 'rendering/style/OutlineValueTest.cpp', | 3648 'rendering/style/OutlineValueTest.cpp', |
| 3650 'testing/PrivateScriptTestTest.cpp', | 3649 'testing/PrivateScriptTestTest.cpp', |
| 3651 'streams/ReadableStreamTest.cpp', | 3650 'streams/ReadableStreamTest.cpp', |
| 3652 'testing/UnitTestHelpers.cpp', | 3651 'testing/UnitTestHelpers.cpp', |
| 3653 'testing/UnitTestHelpers.h', | 3652 'testing/UnitTestHelpers.h', |
| 3654 'xml/parser/SharedBufferReaderTest.cpp', | 3653 'xml/parser/SharedBufferReaderTest.cpp', |
| 3655 ], | 3654 ], |
| 3656 } | 3655 } |
| 3657 } | 3656 } |
| OLD | NEW |