| 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 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1878 'paint/ImagePainter.cpp', | 1878 'paint/ImagePainter.cpp', |
| 1879 'paint/ImagePainter.h', | 1879 'paint/ImagePainter.h', |
| 1880 'paint/InlineFlowBoxPainter.cpp', | 1880 'paint/InlineFlowBoxPainter.cpp', |
| 1881 'paint/InlineFlowBoxPainter.h', | 1881 'paint/InlineFlowBoxPainter.h', |
| 1882 'paint/InlinePainter.cpp', | 1882 'paint/InlinePainter.cpp', |
| 1883 'paint/InlinePainter.h', | 1883 'paint/InlinePainter.h', |
| 1884 'paint/InlineTextBoxPainter.cpp', | 1884 'paint/InlineTextBoxPainter.cpp', |
| 1885 'paint/InlineTextBoxPainter.h', | 1885 'paint/InlineTextBoxPainter.h', |
| 1886 'paint/LayerClipRecorder.cpp', | 1886 'paint/LayerClipRecorder.cpp', |
| 1887 'paint/LayerClipRecorder.h', | 1887 'paint/LayerClipRecorder.h', |
| 1888 'paint/LayerFixedPositionRecorder.cpp', |
| 1889 'paint/LayerFixedPositionRecorder.h', |
| 1888 'paint/LayoutObjectDrawingRecorder.h', | 1890 'paint/LayoutObjectDrawingRecorder.h', |
| 1889 'paint/LineBoxListPainter.cpp', | 1891 'paint/LineBoxListPainter.cpp', |
| 1890 'paint/LineBoxListPainter.h', | 1892 'paint/LineBoxListPainter.h', |
| 1891 'paint/ListItemPainter.cpp', | 1893 'paint/ListItemPainter.cpp', |
| 1892 'paint/ListItemPainter.h', | 1894 'paint/ListItemPainter.h', |
| 1893 'paint/ListMarkerPainter.cpp', | 1895 'paint/ListMarkerPainter.cpp', |
| 1894 'paint/ListMarkerPainter.h', | 1896 'paint/ListMarkerPainter.h', |
| 1895 'paint/MediaControlsPainter.cpp', | 1897 'paint/MediaControlsPainter.cpp', |
| 1896 'paint/MediaControlsPainter.h', | 1898 'paint/MediaControlsPainter.h', |
| 1897 'paint/MultiColumnSetPainter.cpp', | 1899 'paint/MultiColumnSetPainter.cpp', |
| (...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3879 'paint/LayerClipRecorderTest.cpp', | 3881 'paint/LayerClipRecorderTest.cpp', |
| 3880 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3882 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3881 'paint/TextPainterTest.cpp', | 3883 'paint/TextPainterTest.cpp', |
| 3882 'streams/ReadableStreamReaderTest.cpp', | 3884 'streams/ReadableStreamReaderTest.cpp', |
| 3883 'streams/ReadableStreamTest.cpp', | 3885 'streams/ReadableStreamTest.cpp', |
| 3884 'testing/PrivateScriptTestTest.cpp', | 3886 'testing/PrivateScriptTestTest.cpp', |
| 3885 'xml/parser/SharedBufferReaderTest.cpp', | 3887 'xml/parser/SharedBufferReaderTest.cpp', |
| 3886 ], | 3888 ], |
| 3887 } | 3889 } |
| 3888 } | 3890 } |
| OLD | NEW |