| 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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1553 'paint/SVGInlineFlowBoxPainter.cpp', | 1553 'paint/SVGInlineFlowBoxPainter.cpp', |
| 1554 'paint/SVGInlineFlowBoxPainter.h', | 1554 'paint/SVGInlineFlowBoxPainter.h', |
| 1555 'paint/SVGInlineTextBoxPainter.cpp', | 1555 'paint/SVGInlineTextBoxPainter.cpp', |
| 1556 'paint/SVGInlineTextBoxPainter.h', | 1556 'paint/SVGInlineTextBoxPainter.h', |
| 1557 'paint/SVGMarkerPainter.cpp', | 1557 'paint/SVGMarkerPainter.cpp', |
| 1558 'paint/SVGMarkerPainter.h', | 1558 'paint/SVGMarkerPainter.h', |
| 1559 'paint/SVGRootInlineBoxPainter.cpp', | 1559 'paint/SVGRootInlineBoxPainter.cpp', |
| 1560 'paint/SVGRootInlineBoxPainter.h', | 1560 'paint/SVGRootInlineBoxPainter.h', |
| 1561 'paint/SVGRootPainter.cpp', | 1561 'paint/SVGRootPainter.cpp', |
| 1562 'paint/SVGRootPainter.h', | 1562 'paint/SVGRootPainter.h', |
| 1563 'paint/SVGShapePainter.cpp', |
| 1564 'paint/SVGShapePainter.h', |
| 1563 'paint/SVGTextPainter.cpp', | 1565 'paint/SVGTextPainter.cpp', |
| 1564 'paint/SVGTextPainter.h', | 1566 'paint/SVGTextPainter.h', |
| 1565 'paint/TablePainter.cpp', | 1567 'paint/TablePainter.cpp', |
| 1566 'paint/TablePainter.h', | 1568 'paint/TablePainter.h', |
| 1567 'paint/TableRowPainter.cpp', | 1569 'paint/TableRowPainter.cpp', |
| 1568 'paint/TableRowPainter.h', | 1570 'paint/TableRowPainter.h', |
| 1569 'paint/TableSectionPainter.cpp', | 1571 'paint/TableSectionPainter.cpp', |
| 1570 'paint/TableSectionPainter.h', | 1572 'paint/TableSectionPainter.h', |
| 1571 'paint/VideoPainter.cpp', | 1573 'paint/VideoPainter.cpp', |
| 1572 'paint/VideoPainter.h', | 1574 'paint/VideoPainter.h', |
| (...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3600 'rendering/style/OutlineValueTest.cpp', | 3602 'rendering/style/OutlineValueTest.cpp', |
| 3601 'rendering/style/RenderStyleTest.cpp', | 3603 'rendering/style/RenderStyleTest.cpp', |
| 3602 'testing/PrivateScriptTestTest.cpp', | 3604 'testing/PrivateScriptTestTest.cpp', |
| 3603 'streams/ReadableStreamTest.cpp', | 3605 'streams/ReadableStreamTest.cpp', |
| 3604 'testing/UnitTestHelpers.cpp', | 3606 'testing/UnitTestHelpers.cpp', |
| 3605 'testing/UnitTestHelpers.h', | 3607 'testing/UnitTestHelpers.h', |
| 3606 'xml/parser/SharedBufferReaderTest.cpp', | 3608 'xml/parser/SharedBufferReaderTest.cpp', |
| 3607 ], | 3609 ], |
| 3608 } | 3610 } |
| 3609 } | 3611 } |
| OLD | NEW |