| 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 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 'paint/SVGInlineTextBoxPainter.cpp', | 1508 'paint/SVGInlineTextBoxPainter.cpp', |
| 1509 'paint/SVGInlineTextBoxPainter.h', | 1509 'paint/SVGInlineTextBoxPainter.h', |
| 1510 'paint/SVGRootInlineBoxPainter.cpp', | 1510 'paint/SVGRootInlineBoxPainter.cpp', |
| 1511 'paint/SVGRootInlineBoxPainter.h', | 1511 'paint/SVGRootInlineBoxPainter.h', |
| 1512 'paint/SVGRootPainter.cpp', | 1512 'paint/SVGRootPainter.cpp', |
| 1513 'paint/SVGRootPainter.h', | 1513 'paint/SVGRootPainter.h', |
| 1514 'paint/SVGShapePainter.cpp', | 1514 'paint/SVGShapePainter.cpp', |
| 1515 'paint/SVGShapePainter.h', | 1515 'paint/SVGShapePainter.h', |
| 1516 'paint/SVGTextPainter.cpp', | 1516 'paint/SVGTextPainter.cpp', |
| 1517 'paint/SVGTextPainter.h', | 1517 'paint/SVGTextPainter.h', |
| 1518 'paint/ScrollableAreaPainter.cpp', |
| 1519 'paint/ScrollableAreaPainter.h', |
| 1518 'paint/ScrollbarPainter.cpp', | 1520 'paint/ScrollbarPainter.cpp', |
| 1519 'paint/ScrollbarPainter.h', | 1521 'paint/ScrollbarPainter.h', |
| 1520 'paint/TableCellPainter.cpp', | 1522 'paint/TableCellPainter.cpp', |
| 1521 'paint/TableCellPainter.h', | 1523 'paint/TableCellPainter.h', |
| 1522 'paint/TablePainter.cpp', | 1524 'paint/TablePainter.cpp', |
| 1523 'paint/TablePainter.h', | 1525 'paint/TablePainter.h', |
| 1524 'paint/TableRowPainter.cpp', | 1526 'paint/TableRowPainter.cpp', |
| 1525 'paint/TableRowPainter.h', | 1527 'paint/TableRowPainter.h', |
| 1526 'paint/TableSectionPainter.cpp', | 1528 'paint/TableSectionPainter.cpp', |
| 1527 'paint/TableSectionPainter.h', | 1529 'paint/TableSectionPainter.h', |
| (...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3595 'rendering/style/OutlineValueTest.cpp', | 3597 'rendering/style/OutlineValueTest.cpp', |
| 3596 'rendering/style/RenderStyleTest.cpp', | 3598 'rendering/style/RenderStyleTest.cpp', |
| 3597 'streams/ReadableStreamTest.cpp', | 3599 'streams/ReadableStreamTest.cpp', |
| 3598 'testing/PrivateScriptTestTest.cpp', | 3600 'testing/PrivateScriptTestTest.cpp', |
| 3599 'testing/UnitTestHelpers.cpp', | 3601 'testing/UnitTestHelpers.cpp', |
| 3600 'testing/UnitTestHelpers.h', | 3602 'testing/UnitTestHelpers.h', |
| 3601 'xml/parser/SharedBufferReaderTest.cpp', | 3603 'xml/parser/SharedBufferReaderTest.cpp', |
| 3602 ], | 3604 ], |
| 3603 } | 3605 } |
| 3604 } | 3606 } |
| OLD | NEW |