| 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 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1666 'paint/SVGShapePainter.cpp', | 1666 'paint/SVGShapePainter.cpp', |
| 1667 'paint/SVGShapePainter.h', | 1667 'paint/SVGShapePainter.h', |
| 1668 'paint/SVGTextPainter.cpp', | 1668 'paint/SVGTextPainter.cpp', |
| 1669 'paint/SVGTextPainter.h', | 1669 'paint/SVGTextPainter.h', |
| 1670 'paint/ScrollableAreaPainter.cpp', | 1670 'paint/ScrollableAreaPainter.cpp', |
| 1671 'paint/ScrollableAreaPainter.h', | 1671 'paint/ScrollableAreaPainter.h', |
| 1672 'paint/ScrollbarPainter.cpp', | 1672 'paint/ScrollbarPainter.cpp', |
| 1673 'paint/ScrollbarPainter.h', | 1673 'paint/ScrollbarPainter.h', |
| 1674 'paint/ScrollRecorder.cpp', | 1674 'paint/ScrollRecorder.cpp', |
| 1675 'paint/ScrollRecorder.h', | 1675 'paint/ScrollRecorder.h', |
| 1676 'paint/SubtreeInfoRecorder.cpp', |
| 1677 'paint/SubtreeInfoRecorder.h', |
| 1676 'paint/TableCellPainter.cpp', | 1678 'paint/TableCellPainter.cpp', |
| 1677 'paint/TableCellPainter.h', | 1679 'paint/TableCellPainter.h', |
| 1678 'paint/TablePainter.cpp', | 1680 'paint/TablePainter.cpp', |
| 1679 'paint/TablePainter.h', | 1681 'paint/TablePainter.h', |
| 1680 'paint/TableRowPainter.cpp', | 1682 'paint/TableRowPainter.cpp', |
| 1681 'paint/TableRowPainter.h', | 1683 'paint/TableRowPainter.h', |
| 1682 'paint/TableSectionPainter.cpp', | 1684 'paint/TableSectionPainter.cpp', |
| 1683 'paint/TableSectionPainter.h', | 1685 'paint/TableSectionPainter.h', |
| 1684 'paint/TextPainter.cpp', | 1686 'paint/TextPainter.cpp', |
| 1685 'paint/TextPainter.h', | 1687 'paint/TextPainter.h', |
| (...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3763 'rendering/style/RenderStyleTest.cpp', | 3765 'rendering/style/RenderStyleTest.cpp', |
| 3764 'rendering/style/SVGRenderStyleTest.cpp', | 3766 'rendering/style/SVGRenderStyleTest.cpp', |
| 3765 'streams/ReadableStreamTest.cpp', | 3767 'streams/ReadableStreamTest.cpp', |
| 3766 'testing/PrivateScriptTestTest.cpp', | 3768 'testing/PrivateScriptTestTest.cpp', |
| 3767 'testing/UnitTestHelpers.cpp', | 3769 'testing/UnitTestHelpers.cpp', |
| 3768 'testing/UnitTestHelpers.h', | 3770 'testing/UnitTestHelpers.h', |
| 3769 'xml/parser/SharedBufferReaderTest.cpp', | 3771 'xml/parser/SharedBufferReaderTest.cpp', |
| 3770 ], | 3772 ], |
| 3771 } | 3773 } |
| 3772 } | 3774 } |
| OLD | NEW |