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 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1536 'paint/LineBoxListPainter.cpp', | 1536 'paint/LineBoxListPainter.cpp', |
1537 'paint/LineBoxListPainter.h', | 1537 'paint/LineBoxListPainter.h', |
1538 'paint/ListMarkerPainter.cpp', | 1538 'paint/ListMarkerPainter.cpp', |
1539 'paint/ListMarkerPainter.h', | 1539 'paint/ListMarkerPainter.h', |
1540 'paint/ListItemPainter.cpp', | 1540 'paint/ListItemPainter.cpp', |
1541 'paint/ListItemPainter.h', | 1541 'paint/ListItemPainter.h', |
1542 'paint/ObjectPainter.cpp', | 1542 'paint/ObjectPainter.cpp', |
1543 'paint/ObjectPainter.h', | 1543 'paint/ObjectPainter.h', |
1544 'paint/MultiColumnSetPainter.cpp', | 1544 'paint/MultiColumnSetPainter.cpp', |
1545 'paint/MultiColumnSetPainter.h', | 1545 'paint/MultiColumnSetPainter.h', |
| 1546 'paint/PartPainter.cpp', |
| 1547 'paint/PartPainter.h', |
1546 'paint/ReplacedPainter.cpp', | 1548 'paint/ReplacedPainter.cpp', |
1547 'paint/ReplacedPainter.h', | 1549 'paint/ReplacedPainter.h', |
1548 'paint/ReplicaPainter.cpp', | 1550 'paint/ReplicaPainter.cpp', |
1549 'paint/ReplicaPainter.h', | 1551 'paint/ReplicaPainter.h', |
1550 'paint/RootInlineBoxPainter.cpp', | 1552 'paint/RootInlineBoxPainter.cpp', |
1551 'paint/RootInlineBoxPainter.h', | 1553 'paint/RootInlineBoxPainter.h', |
1552 'paint/ScrollbarPainter.cpp', | 1554 'paint/ScrollbarPainter.cpp', |
1553 'paint/ScrollbarPainter.h', | 1555 'paint/ScrollbarPainter.h', |
1554 'paint/SVGContainerPainter.cpp', | 1556 'paint/SVGContainerPainter.cpp', |
1555 'paint/SVGContainerPainter.h', | 1557 'paint/SVGContainerPainter.h', |
(...skipping 14 matching lines...) Expand all Loading... |
1570 'paint/SVGShapePainter.cpp', | 1572 'paint/SVGShapePainter.cpp', |
1571 'paint/SVGShapePainter.h', | 1573 'paint/SVGShapePainter.h', |
1572 'paint/SVGTextPainter.cpp', | 1574 'paint/SVGTextPainter.cpp', |
1573 'paint/SVGTextPainter.h', | 1575 'paint/SVGTextPainter.h', |
1574 'paint/TablePainter.cpp', | 1576 'paint/TablePainter.cpp', |
1575 'paint/TablePainter.h', | 1577 'paint/TablePainter.h', |
1576 'paint/TableRowPainter.cpp', | 1578 'paint/TableRowPainter.cpp', |
1577 'paint/TableRowPainter.h', | 1579 'paint/TableRowPainter.h', |
1578 'paint/TableSectionPainter.cpp', | 1580 'paint/TableSectionPainter.cpp', |
1579 'paint/TableSectionPainter.h', | 1581 'paint/TableSectionPainter.h', |
| 1582 'paint/TranslationRecorder.cpp', |
| 1583 'paint/TranslationRecorder.h', |
1580 'paint/VideoPainter.cpp', | 1584 'paint/VideoPainter.cpp', |
1581 'paint/VideoPainter.h', | 1585 'paint/VideoPainter.h', |
1582 'paint/ViewDisplayList.cpp', | 1586 'paint/ViewDisplayList.cpp', |
1583 'paint/ViewDisplayList.h', | 1587 'paint/ViewDisplayList.h', |
1584 'paint/ViewPainter.cpp', | 1588 'paint/ViewPainter.cpp', |
1585 'paint/ViewPainter.h', | 1589 'paint/ViewPainter.h', |
1586 'plugins/DOMMimeType.cpp', | 1590 'plugins/DOMMimeType.cpp', |
1587 'plugins/DOMMimeType.h', | 1591 'plugins/DOMMimeType.h', |
1588 'plugins/DOMMimeTypeArray.cpp', | 1592 'plugins/DOMMimeTypeArray.cpp', |
1589 'plugins/DOMMimeTypeArray.h', | 1593 'plugins/DOMMimeTypeArray.h', |
(...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3618 'rendering/style/OutlineValueTest.cpp', | 3622 'rendering/style/OutlineValueTest.cpp', |
3619 'rendering/style/RenderStyleTest.cpp', | 3623 'rendering/style/RenderStyleTest.cpp', |
3620 'testing/PrivateScriptTestTest.cpp', | 3624 'testing/PrivateScriptTestTest.cpp', |
3621 'streams/ReadableStreamTest.cpp', | 3625 'streams/ReadableStreamTest.cpp', |
3622 'testing/UnitTestHelpers.cpp', | 3626 'testing/UnitTestHelpers.cpp', |
3623 'testing/UnitTestHelpers.h', | 3627 'testing/UnitTestHelpers.h', |
3624 'xml/parser/SharedBufferReaderTest.cpp', | 3628 'xml/parser/SharedBufferReaderTest.cpp', |
3625 ], | 3629 ], |
3626 } | 3630 } |
3627 } | 3631 } |
OLD | NEW |