| 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 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1859 'rendering/style/StyleMotionData.h', | 1859 'rendering/style/StyleMotionData.h', |
| 1860 'rendering/style/StyleMotionPath.h', | 1860 'rendering/style/StyleMotionPath.h', |
| 1861 'rendering/style/StyleMultiColData.cpp', | 1861 'rendering/style/StyleMultiColData.cpp', |
| 1862 'rendering/style/StylePendingImage.h', | 1862 'rendering/style/StylePendingImage.h', |
| 1863 'rendering/style/StyleRareInheritedData.cpp', | 1863 'rendering/style/StyleRareInheritedData.cpp', |
| 1864 'rendering/style/StyleRareNonInheritedData.cpp', | 1864 'rendering/style/StyleRareNonInheritedData.cpp', |
| 1865 'rendering/style/StyleSurroundData.cpp', | 1865 'rendering/style/StyleSurroundData.cpp', |
| 1866 'rendering/style/StyleTransformData.cpp', | 1866 'rendering/style/StyleTransformData.cpp', |
| 1867 'rendering/style/StyleVisualData.cpp', | 1867 'rendering/style/StyleVisualData.cpp', |
| 1868 'rendering/style/StyleWillChangeData.cpp', | 1868 'rendering/style/StyleWillChangeData.cpp', |
| 1869 'storage/DOMWindowStorage.cpp', |
| 1870 'storage/DOMWindowStorage.h', |
| 1869 'storage/Storage.cpp', | 1871 'storage/Storage.cpp', |
| 1870 'storage/Storage.h', | 1872 'storage/Storage.h', |
| 1871 'storage/StorageArea.cpp', | 1873 'storage/StorageArea.cpp', |
| 1872 'storage/StorageArea.h', | 1874 'storage/StorageArea.h', |
| 1873 'storage/StorageEvent.cpp', | 1875 'storage/StorageEvent.cpp', |
| 1874 'storage/StorageEvent.h', | 1876 'storage/StorageEvent.h', |
| 1875 'storage/StorageNamespace.cpp', | 1877 'storage/StorageNamespace.cpp', |
| 1876 'storage/StorageNamespace.h', | 1878 'storage/StorageNamespace.h', |
| 1877 'streams/ReadableStream.cpp', | 1879 'streams/ReadableStream.cpp', |
| 1878 'streams/ReadableStream.h', | 1880 'streams/ReadableStream.h', |
| (...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3641 'rendering/style/RenderStyleTest.cpp', | 3643 'rendering/style/RenderStyleTest.cpp', |
| 3642 'rendering/style/SVGRenderStyleTest.cpp', | 3644 'rendering/style/SVGRenderStyleTest.cpp', |
| 3643 'streams/ReadableStreamTest.cpp', | 3645 'streams/ReadableStreamTest.cpp', |
| 3644 'testing/PrivateScriptTestTest.cpp', | 3646 'testing/PrivateScriptTestTest.cpp', |
| 3645 'testing/UnitTestHelpers.cpp', | 3647 'testing/UnitTestHelpers.cpp', |
| 3646 'testing/UnitTestHelpers.h', | 3648 'testing/UnitTestHelpers.h', |
| 3647 'xml/parser/SharedBufferReaderTest.cpp', | 3649 'xml/parser/SharedBufferReaderTest.cpp', |
| 3648 ], | 3650 ], |
| 3649 } | 3651 } |
| 3650 } | 3652 } |
| OLD | NEW |