| 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 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1699 'paint/SVGShapePainter.cpp', | 1699 'paint/SVGShapePainter.cpp', |
| 1700 'paint/SVGShapePainter.h', | 1700 'paint/SVGShapePainter.h', |
| 1701 'paint/SVGTextPainter.cpp', | 1701 'paint/SVGTextPainter.cpp', |
| 1702 'paint/SVGTextPainter.h', | 1702 'paint/SVGTextPainter.h', |
| 1703 'paint/ScrollableAreaPainter.cpp', | 1703 'paint/ScrollableAreaPainter.cpp', |
| 1704 'paint/ScrollableAreaPainter.h', | 1704 'paint/ScrollableAreaPainter.h', |
| 1705 'paint/ScrollbarPainter.cpp', | 1705 'paint/ScrollbarPainter.cpp', |
| 1706 'paint/ScrollbarPainter.h', | 1706 'paint/ScrollbarPainter.h', |
| 1707 'paint/ScrollRecorder.cpp', | 1707 'paint/ScrollRecorder.cpp', |
| 1708 'paint/ScrollRecorder.h', | 1708 'paint/ScrollRecorder.h', |
| 1709 'paint/SubtreeRecorder.cpp', |
| 1710 'paint/SubtreeRecorder.h', |
| 1709 'paint/TableCellPainter.cpp', | 1711 'paint/TableCellPainter.cpp', |
| 1710 'paint/TableCellPainter.h', | 1712 'paint/TableCellPainter.h', |
| 1711 'paint/TablePainter.cpp', | 1713 'paint/TablePainter.cpp', |
| 1712 'paint/TablePainter.h', | 1714 'paint/TablePainter.h', |
| 1713 'paint/TableRowPainter.cpp', | 1715 'paint/TableRowPainter.cpp', |
| 1714 'paint/TableRowPainter.h', | 1716 'paint/TableRowPainter.h', |
| 1715 'paint/TableSectionPainter.cpp', | 1717 'paint/TableSectionPainter.cpp', |
| 1716 'paint/TableSectionPainter.h', | 1718 'paint/TableSectionPainter.h', |
| 1717 'paint/TextPainter.cpp', | 1719 'paint/TextPainter.cpp', |
| 1718 'paint/TextPainter.h', | 1720 'paint/TextPainter.h', |
| (...skipping 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3769 'rendering/style/SVGRenderStyleTest.cpp', | 3771 'rendering/style/SVGRenderStyleTest.cpp', |
| 3770 'streams/ExclusiveStreamReaderTest.cpp', | 3772 'streams/ExclusiveStreamReaderTest.cpp', |
| 3771 'streams/ReadableStreamTest.cpp', | 3773 'streams/ReadableStreamTest.cpp', |
| 3772 'testing/PrivateScriptTestTest.cpp', | 3774 'testing/PrivateScriptTestTest.cpp', |
| 3773 'testing/UnitTestHelpers.cpp', | 3775 'testing/UnitTestHelpers.cpp', |
| 3774 'testing/UnitTestHelpers.h', | 3776 'testing/UnitTestHelpers.h', |
| 3775 'xml/parser/SharedBufferReaderTest.cpp', | 3777 'xml/parser/SharedBufferReaderTest.cpp', |
| 3776 ], | 3778 ], |
| 3777 } | 3779 } |
| 3778 } | 3780 } |
| OLD | NEW |