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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1828 'rendering/style/StyleFetchedImage.cpp', | 1828 'rendering/style/StyleFetchedImage.cpp', |
1829 'rendering/style/StyleFetchedImageSet.cpp', | 1829 'rendering/style/StyleFetchedImageSet.cpp', |
1830 'rendering/style/StyleFilterData.cpp', | 1830 'rendering/style/StyleFilterData.cpp', |
1831 'rendering/style/StyleFlexibleBoxData.cpp', | 1831 'rendering/style/StyleFlexibleBoxData.cpp', |
1832 'rendering/style/StyleGeneratedImage.cpp', | 1832 'rendering/style/StyleGeneratedImage.cpp', |
1833 'rendering/style/StyleGridData.cpp', | 1833 'rendering/style/StyleGridData.cpp', |
1834 'rendering/style/StyleGridItemData.cpp', | 1834 'rendering/style/StyleGridItemData.cpp', |
1835 'rendering/style/StyleInheritedData.cpp', | 1835 'rendering/style/StyleInheritedData.cpp', |
1836 'rendering/style/StyleMarqueeData.cpp', | 1836 'rendering/style/StyleMarqueeData.cpp', |
1837 'rendering/style/StyleMultiColData.cpp', | 1837 'rendering/style/StyleMultiColData.cpp', |
| 1838 'rendering/style/StyleNavigationData.cpp', |
| 1839 'rendering/style/StyleNavigationData.h', |
| 1840 'rendering/style/StyleNavigationValue.h', |
1838 'rendering/style/StylePendingImage.h', | 1841 'rendering/style/StylePendingImage.h', |
1839 'rendering/style/StyleRareInheritedData.cpp', | 1842 'rendering/style/StyleRareInheritedData.cpp', |
1840 'rendering/style/StyleRareNonInheritedData.cpp', | 1843 'rendering/style/StyleRareNonInheritedData.cpp', |
1841 'rendering/style/StyleSurroundData.cpp', | 1844 'rendering/style/StyleSurroundData.cpp', |
1842 'rendering/style/StyleTransformData.cpp', | 1845 'rendering/style/StyleTransformData.cpp', |
1843 'rendering/style/StyleVisualData.cpp', | 1846 'rendering/style/StyleVisualData.cpp', |
1844 'rendering/style/StyleWillChangeData.cpp', | 1847 'rendering/style/StyleWillChangeData.cpp', |
1845 'storage/Storage.cpp', | 1848 'storage/Storage.cpp', |
1846 'storage/Storage.h', | 1849 'storage/Storage.h', |
1847 'storage/StorageArea.cpp', | 1850 'storage/StorageArea.cpp', |
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3569 'rendering/shapes/BoxShapeTest.cpp', | 3572 'rendering/shapes/BoxShapeTest.cpp', |
3570 'rendering/style/OutlineValueTest.cpp', | 3573 'rendering/style/OutlineValueTest.cpp', |
3571 'testing/PrivateScriptTestTest.cpp', | 3574 'testing/PrivateScriptTestTest.cpp', |
3572 'streams/ReadableStreamTest.cpp', | 3575 'streams/ReadableStreamTest.cpp', |
3573 'testing/UnitTestHelpers.cpp', | 3576 'testing/UnitTestHelpers.cpp', |
3574 'testing/UnitTestHelpers.h', | 3577 'testing/UnitTestHelpers.h', |
3575 'xml/parser/SharedBufferReaderTest.cpp', | 3578 'xml/parser/SharedBufferReaderTest.cpp', |
3576 ], | 3579 ], |
3577 } | 3580 } |
3578 } | 3581 } |
OLD | NEW |