| 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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 'paint/LineBoxListPainter.cpp', | 1508 'paint/LineBoxListPainter.cpp', |
| 1509 'paint/LineBoxListPainter.h', | 1509 'paint/LineBoxListPainter.h', |
| 1510 'paint/ListMarkerPainter.cpp', | 1510 'paint/ListMarkerPainter.cpp', |
| 1511 'paint/ListMarkerPainter.h', | 1511 'paint/ListMarkerPainter.h', |
| 1512 'paint/ListItemPainter.cpp', | 1512 'paint/ListItemPainter.cpp', |
| 1513 'paint/ListItemPainter.h', | 1513 'paint/ListItemPainter.h', |
| 1514 'paint/ObjectPainter.cpp', | 1514 'paint/ObjectPainter.cpp', |
| 1515 'paint/ObjectPainter.h', | 1515 'paint/ObjectPainter.h', |
| 1516 'paint/MultiColumnSetPainter.cpp', | 1516 'paint/MultiColumnSetPainter.cpp', |
| 1517 'paint/MultiColumnSetPainter.h', | 1517 'paint/MultiColumnSetPainter.h', |
| 1518 'paint/SVGContainerPainter.cpp', |
| 1519 'paint/SVGContainerPainter.h', |
| 1518 'paint/SVGForeignObjectPainter.cpp', | 1520 'paint/SVGForeignObjectPainter.cpp', |
| 1519 'paint/SVGForeignObjectPainter.h', | 1521 'paint/SVGForeignObjectPainter.h', |
| 1520 'paint/TablePainter.cpp', | 1522 'paint/TablePainter.cpp', |
| 1521 'paint/TablePainter.h', | 1523 'paint/TablePainter.h', |
| 1522 'paint/TableRowPainter.cpp', | 1524 'paint/TableRowPainter.cpp', |
| 1523 'paint/TableRowPainter.h', | 1525 'paint/TableRowPainter.h', |
| 1524 'paint/TableSectionPainter.cpp', | 1526 'paint/TableSectionPainter.cpp', |
| 1525 'paint/TableSectionPainter.h', | 1527 'paint/TableSectionPainter.h', |
| 1526 'paint/ViewPainter.cpp', | 1528 'paint/ViewPainter.cpp', |
| 1527 'paint/ViewPainter.h', | 1529 'paint/ViewPainter.h', |
| (...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3563 'rendering/shapes/BoxShapeTest.cpp', | 3565 'rendering/shapes/BoxShapeTest.cpp', |
| 3564 'rendering/style/OutlineValueTest.cpp', | 3566 'rendering/style/OutlineValueTest.cpp', |
| 3565 'testing/PrivateScriptTestTest.cpp', | 3567 'testing/PrivateScriptTestTest.cpp', |
| 3566 'streams/ReadableStreamTest.cpp', | 3568 'streams/ReadableStreamTest.cpp', |
| 3567 'testing/UnitTestHelpers.cpp', | 3569 'testing/UnitTestHelpers.cpp', |
| 3568 'testing/UnitTestHelpers.h', | 3570 'testing/UnitTestHelpers.h', |
| 3569 'xml/parser/SharedBufferReaderTest.cpp', | 3571 'xml/parser/SharedBufferReaderTest.cpp', |
| 3570 ], | 3572 ], |
| 3571 } | 3573 } |
| 3572 } | 3574 } |
| OLD | NEW |