| 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 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1686 'paint/SVGShapePainter.cpp', | 1686 'paint/SVGShapePainter.cpp', |
| 1687 'paint/SVGShapePainter.h', | 1687 'paint/SVGShapePainter.h', |
| 1688 'paint/SVGTextPainter.cpp', | 1688 'paint/SVGTextPainter.cpp', |
| 1689 'paint/SVGTextPainter.h', | 1689 'paint/SVGTextPainter.h', |
| 1690 'paint/ScrollableAreaPainter.cpp', | 1690 'paint/ScrollableAreaPainter.cpp', |
| 1691 'paint/ScrollableAreaPainter.h', | 1691 'paint/ScrollableAreaPainter.h', |
| 1692 'paint/ScrollbarPainter.cpp', | 1692 'paint/ScrollbarPainter.cpp', |
| 1693 'paint/ScrollbarPainter.h', | 1693 'paint/ScrollbarPainter.h', |
| 1694 'paint/ScrollRecorder.cpp', | 1694 'paint/ScrollRecorder.cpp', |
| 1695 'paint/ScrollRecorder.h', | 1695 'paint/ScrollRecorder.h', |
| 1696 'paint/SubtreeInfoRecorder.cpp', |
| 1697 'paint/SubtreeInfoRecorder.h', |
| 1696 'paint/TableCellPainter.cpp', | 1698 'paint/TableCellPainter.cpp', |
| 1697 'paint/TableCellPainter.h', | 1699 'paint/TableCellPainter.h', |
| 1698 'paint/TablePainter.cpp', | 1700 'paint/TablePainter.cpp', |
| 1699 'paint/TablePainter.h', | 1701 'paint/TablePainter.h', |
| 1700 'paint/TableRowPainter.cpp', | 1702 'paint/TableRowPainter.cpp', |
| 1701 'paint/TableRowPainter.h', | 1703 'paint/TableRowPainter.h', |
| 1702 'paint/TableSectionPainter.cpp', | 1704 'paint/TableSectionPainter.cpp', |
| 1703 'paint/TableSectionPainter.h', | 1705 'paint/TableSectionPainter.h', |
| 1704 'paint/TextPainter.cpp', | 1706 'paint/TextPainter.cpp', |
| 1705 'paint/TextPainter.h', | 1707 'paint/TextPainter.h', |
| (...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3764 'rendering/style/RenderStyleTest.cpp', | 3766 'rendering/style/RenderStyleTest.cpp', |
| 3765 'rendering/style/SVGRenderStyleTest.cpp', | 3767 'rendering/style/SVGRenderStyleTest.cpp', |
| 3766 'streams/ReadableStreamTest.cpp', | 3768 'streams/ReadableStreamTest.cpp', |
| 3767 'testing/PrivateScriptTestTest.cpp', | 3769 'testing/PrivateScriptTestTest.cpp', |
| 3768 'testing/UnitTestHelpers.cpp', | 3770 'testing/UnitTestHelpers.cpp', |
| 3769 'testing/UnitTestHelpers.h', | 3771 'testing/UnitTestHelpers.h', |
| 3770 'xml/parser/SharedBufferReaderTest.cpp', | 3772 'xml/parser/SharedBufferReaderTest.cpp', |
| 3771 ], | 3773 ], |
| 3772 } | 3774 } |
| 3773 } | 3775 } |
| OLD | NEW |