| 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 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1866 'rendering/style/StyleMotionData.h', | 1866 'rendering/style/StyleMotionData.h', |
| 1867 'rendering/style/StyleMotionPath.h', | 1867 'rendering/style/StyleMotionPath.h', |
| 1868 'rendering/style/StyleMultiColData.cpp', | 1868 'rendering/style/StyleMultiColData.cpp', |
| 1869 'rendering/style/StylePendingImage.h', | 1869 'rendering/style/StylePendingImage.h', |
| 1870 'rendering/style/StyleRareInheritedData.cpp', | 1870 'rendering/style/StyleRareInheritedData.cpp', |
| 1871 'rendering/style/StyleRareNonInheritedData.cpp', | 1871 'rendering/style/StyleRareNonInheritedData.cpp', |
| 1872 'rendering/style/StyleSurroundData.cpp', | 1872 'rendering/style/StyleSurroundData.cpp', |
| 1873 'rendering/style/StyleTransformData.cpp', | 1873 'rendering/style/StyleTransformData.cpp', |
| 1874 'rendering/style/StyleVisualData.cpp', | 1874 'rendering/style/StyleVisualData.cpp', |
| 1875 'rendering/style/StyleWillChangeData.cpp', | 1875 'rendering/style/StyleWillChangeData.cpp', |
| 1876 'storage/DOMWindowStorageController.cpp', |
| 1877 'storage/DOMWindowStorageController.h', |
| 1876 'storage/Storage.cpp', | 1878 'storage/Storage.cpp', |
| 1877 'storage/Storage.h', | 1879 'storage/Storage.h', |
| 1878 'storage/StorageArea.cpp', | 1880 'storage/StorageArea.cpp', |
| 1879 'storage/StorageArea.h', | 1881 'storage/StorageArea.h', |
| 1880 'storage/StorageEvent.cpp', | 1882 'storage/StorageEvent.cpp', |
| 1881 'storage/StorageEvent.h', | 1883 'storage/StorageEvent.h', |
| 1882 'storage/StorageNamespace.cpp', | 1884 'storage/StorageNamespace.cpp', |
| 1883 'storage/StorageNamespace.h', | 1885 'storage/StorageNamespace.h', |
| 1884 'streams/ReadableStream.cpp', | 1886 'streams/ReadableStream.cpp', |
| 1885 'streams/ReadableStream.h', | 1887 'streams/ReadableStream.h', |
| (...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3648 'rendering/style/RenderStyleTest.cpp', | 3650 'rendering/style/RenderStyleTest.cpp', |
| 3649 'rendering/style/SVGRenderStyleTest.cpp', | 3651 'rendering/style/SVGRenderStyleTest.cpp', |
| 3650 'streams/ReadableStreamTest.cpp', | 3652 'streams/ReadableStreamTest.cpp', |
| 3651 'testing/PrivateScriptTestTest.cpp', | 3653 'testing/PrivateScriptTestTest.cpp', |
| 3652 'testing/UnitTestHelpers.cpp', | 3654 'testing/UnitTestHelpers.cpp', |
| 3653 'testing/UnitTestHelpers.h', | 3655 'testing/UnitTestHelpers.h', |
| 3654 'xml/parser/SharedBufferReaderTest.cpp', | 3656 'xml/parser/SharedBufferReaderTest.cpp', |
| 3655 ], | 3657 ], |
| 3656 } | 3658 } |
| 3657 } | 3659 } |
| OLD | NEW |