| 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 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1558 'paint/ScrollbarPainter.cpp', | 1558 'paint/ScrollbarPainter.cpp', |
| 1559 'paint/ScrollbarPainter.h', | 1559 'paint/ScrollbarPainter.h', |
| 1560 'paint/SVGContainerPainter.cpp', | 1560 'paint/SVGContainerPainter.cpp', |
| 1561 'paint/SVGContainerPainter.h', | 1561 'paint/SVGContainerPainter.h', |
| 1562 'paint/SVGForeignObjectPainter.cpp', | 1562 'paint/SVGForeignObjectPainter.cpp', |
| 1563 'paint/SVGForeignObjectPainter.h', | 1563 'paint/SVGForeignObjectPainter.h', |
| 1564 'paint/SVGImagePainter.cpp', | 1564 'paint/SVGImagePainter.cpp', |
| 1565 'paint/SVGImagePainter.h', | 1565 'paint/SVGImagePainter.h', |
| 1566 'paint/SVGInlineTextBoxPainter.cpp', | 1566 'paint/SVGInlineTextBoxPainter.cpp', |
| 1567 'paint/SVGInlineTextBoxPainter.h', | 1567 'paint/SVGInlineTextBoxPainter.h', |
| 1568 'paint/SVGRootInlineBoxPainter.cpp', |
| 1569 'paint/SVGRootInlineBoxPainter.h', |
| 1568 'paint/SVGRootPainter.cpp', | 1570 'paint/SVGRootPainter.cpp', |
| 1569 'paint/SVGRootPainter.h', | 1571 'paint/SVGRootPainter.h', |
| 1570 'paint/SVGTextPainter.cpp', | 1572 'paint/SVGTextPainter.cpp', |
| 1571 'paint/SVGTextPainter.h', | 1573 'paint/SVGTextPainter.h', |
| 1572 'paint/TablePainter.cpp', | 1574 'paint/TablePainter.cpp', |
| 1573 'paint/TablePainter.h', | 1575 'paint/TablePainter.h', |
| 1574 'paint/TableRowPainter.cpp', | 1576 'paint/TableRowPainter.cpp', |
| 1575 'paint/TableRowPainter.h', | 1577 'paint/TableRowPainter.h', |
| 1576 'paint/TableSectionPainter.cpp', | 1578 'paint/TableSectionPainter.cpp', |
| 1577 'paint/TableSectionPainter.h', | 1579 'paint/TableSectionPainter.h', |
| (...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3644 'rendering/shapes/BoxShapeTest.cpp', | 3646 'rendering/shapes/BoxShapeTest.cpp', |
| 3645 'rendering/style/OutlineValueTest.cpp', | 3647 'rendering/style/OutlineValueTest.cpp', |
| 3646 'testing/PrivateScriptTestTest.cpp', | 3648 'testing/PrivateScriptTestTest.cpp', |
| 3647 'streams/ReadableStreamTest.cpp', | 3649 'streams/ReadableStreamTest.cpp', |
| 3648 'testing/UnitTestHelpers.cpp', | 3650 'testing/UnitTestHelpers.cpp', |
| 3649 'testing/UnitTestHelpers.h', | 3651 'testing/UnitTestHelpers.h', |
| 3650 'xml/parser/SharedBufferReaderTest.cpp', | 3652 'xml/parser/SharedBufferReaderTest.cpp', |
| 3651 ], | 3653 ], |
| 3652 } | 3654 } |
| 3653 } | 3655 } |
| OLD | NEW |