| 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 'paint/SVGContainerPainter.cpp', | 1881 'paint/SVGContainerPainter.cpp', |
| 1882 'paint/SVGContainerPainter.h', | 1882 'paint/SVGContainerPainter.h', |
| 1883 'paint/SVGForeignObjectPainter.cpp', | 1883 'paint/SVGForeignObjectPainter.cpp', |
| 1884 'paint/SVGForeignObjectPainter.h', | 1884 'paint/SVGForeignObjectPainter.h', |
| 1885 'paint/SVGImagePainter.cpp', | 1885 'paint/SVGImagePainter.cpp', |
| 1886 'paint/SVGImagePainter.h', | 1886 'paint/SVGImagePainter.h', |
| 1887 'paint/SVGInlineFlowBoxPainter.cpp', | 1887 'paint/SVGInlineFlowBoxPainter.cpp', |
| 1888 'paint/SVGInlineFlowBoxPainter.h', | 1888 'paint/SVGInlineFlowBoxPainter.h', |
| 1889 'paint/SVGInlineTextBoxPainter.cpp', | 1889 'paint/SVGInlineTextBoxPainter.cpp', |
| 1890 'paint/SVGInlineTextBoxPainter.h', | 1890 'paint/SVGInlineTextBoxPainter.h', |
| 1891 'paint/SVGMaskPainter.cpp', |
| 1892 'paint/SVGMaskPainter.h', |
| 1891 'paint/SVGPaintContext.cpp', | 1893 'paint/SVGPaintContext.cpp', |
| 1892 'paint/SVGPaintContext.h', | 1894 'paint/SVGPaintContext.h', |
| 1893 'paint/SVGRootInlineBoxPainter.cpp', | 1895 'paint/SVGRootInlineBoxPainter.cpp', |
| 1894 'paint/SVGRootInlineBoxPainter.h', | 1896 'paint/SVGRootInlineBoxPainter.h', |
| 1895 'paint/SVGRootPainter.cpp', | 1897 'paint/SVGRootPainter.cpp', |
| 1896 'paint/SVGRootPainter.h', | 1898 'paint/SVGRootPainter.h', |
| 1897 'paint/SVGShapePainter.cpp', | 1899 'paint/SVGShapePainter.cpp', |
| 1898 'paint/SVGShapePainter.h', | 1900 'paint/SVGShapePainter.h', |
| 1899 'paint/SVGTextPainter.cpp', | 1901 'paint/SVGTextPainter.cpp', |
| 1900 'paint/SVGTextPainter.h', | 1902 'paint/SVGTextPainter.h', |
| (...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3822 'paint/ViewDisplayListTest.cpp', | 3824 'paint/ViewDisplayListTest.cpp', |
| 3823 'streams/ExclusiveStreamReaderTest.cpp', | 3825 'streams/ExclusiveStreamReaderTest.cpp', |
| 3824 'streams/ReadableStreamTest.cpp', | 3826 'streams/ReadableStreamTest.cpp', |
| 3825 'testing/PrivateScriptTestTest.cpp', | 3827 'testing/PrivateScriptTestTest.cpp', |
| 3826 'testing/UnitTestHelpers.cpp', | 3828 'testing/UnitTestHelpers.cpp', |
| 3827 'testing/UnitTestHelpers.h', | 3829 'testing/UnitTestHelpers.h', |
| 3828 'xml/parser/SharedBufferReaderTest.cpp', | 3830 'xml/parser/SharedBufferReaderTest.cpp', |
| 3829 ], | 3831 ], |
| 3830 } | 3832 } |
| 3831 } | 3833 } |
| OLD | NEW |