| 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 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1499 'paint/SVGInlineTextBoxPainter.cpp', | 1499 'paint/SVGInlineTextBoxPainter.cpp', |
| 1500 'paint/SVGInlineTextBoxPainter.h', | 1500 'paint/SVGInlineTextBoxPainter.h', |
| 1501 'paint/SVGRootInlineBoxPainter.cpp', | 1501 'paint/SVGRootInlineBoxPainter.cpp', |
| 1502 'paint/SVGRootInlineBoxPainter.h', | 1502 'paint/SVGRootInlineBoxPainter.h', |
| 1503 'paint/SVGRootPainter.cpp', | 1503 'paint/SVGRootPainter.cpp', |
| 1504 'paint/SVGRootPainter.h', | 1504 'paint/SVGRootPainter.h', |
| 1505 'paint/SVGShapePainter.cpp', | 1505 'paint/SVGShapePainter.cpp', |
| 1506 'paint/SVGShapePainter.h', | 1506 'paint/SVGShapePainter.h', |
| 1507 'paint/SVGTextPainter.cpp', | 1507 'paint/SVGTextPainter.cpp', |
| 1508 'paint/SVGTextPainter.h', | 1508 'paint/SVGTextPainter.h', |
| 1509 'paint/TableCellPainter.cpp', |
| 1510 'paint/TableCellPainter.h', |
| 1509 'paint/TablePainter.cpp', | 1511 'paint/TablePainter.cpp', |
| 1510 'paint/TablePainter.h', | 1512 'paint/TablePainter.h', |
| 1511 'paint/TableRowPainter.cpp', | 1513 'paint/TableRowPainter.cpp', |
| 1512 'paint/TableRowPainter.h', | 1514 'paint/TableRowPainter.h', |
| 1513 'paint/TableSectionPainter.cpp', | 1515 'paint/TableSectionPainter.cpp', |
| 1514 'paint/TableSectionPainter.h', | 1516 'paint/TableSectionPainter.h', |
| 1515 'paint/VideoPainter.cpp', | 1517 'paint/VideoPainter.cpp', |
| 1516 'paint/VideoPainter.h', | 1518 'paint/VideoPainter.h', |
| 1517 'paint/ViewDisplayList.cpp', | 1519 'paint/ViewDisplayList.cpp', |
| 1518 'paint/ViewDisplayList.h', | 1520 'paint/ViewDisplayList.h', |
| (...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3557 'rendering/style/OutlineValueTest.cpp', | 3559 'rendering/style/OutlineValueTest.cpp', |
| 3558 'rendering/style/RenderStyleTest.cpp', | 3560 'rendering/style/RenderStyleTest.cpp', |
| 3559 'testing/PrivateScriptTestTest.cpp', | 3561 'testing/PrivateScriptTestTest.cpp', |
| 3560 'streams/ReadableStreamTest.cpp', | 3562 'streams/ReadableStreamTest.cpp', |
| 3561 'testing/UnitTestHelpers.cpp', | 3563 'testing/UnitTestHelpers.cpp', |
| 3562 'testing/UnitTestHelpers.h', | 3564 'testing/UnitTestHelpers.h', |
| 3563 'xml/parser/SharedBufferReaderTest.cpp', | 3565 'xml/parser/SharedBufferReaderTest.cpp', |
| 3564 ], | 3566 ], |
| 3565 } | 3567 } |
| 3566 } | 3568 } |
| OLD | NEW |