| 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 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1485 'paint/BlockPainter.cpp', | 1485 'paint/BlockPainter.cpp', |
| 1486 'paint/BlockPainter.h', | 1486 'paint/BlockPainter.h', |
| 1487 'paint/BlockFlowPainter.cpp', | 1487 'paint/BlockFlowPainter.cpp', |
| 1488 'paint/BlockFlowPainter.h', | 1488 'paint/BlockFlowPainter.h', |
| 1489 'paint/BoxDecorationData.h', | 1489 'paint/BoxDecorationData.h', |
| 1490 'paint/BoxDecorationData.cpp', | 1490 'paint/BoxDecorationData.cpp', |
| 1491 'paint/BoxPainter.cpp', | 1491 'paint/BoxPainter.cpp', |
| 1492 'paint/BoxPainter.h', | 1492 'paint/BoxPainter.h', |
| 1493 'paint/BackgroundImageGeometry.h', | 1493 'paint/BackgroundImageGeometry.h', |
| 1494 'paint/BackgroundImageGeometry.cpp', | 1494 'paint/BackgroundImageGeometry.cpp', |
| 1495 'paint/InlinePainter.h', |
| 1496 'paint/InlinePainter.cpp', |
| 1495 'paint/ObjectPainter.h', | 1497 'paint/ObjectPainter.h', |
| 1496 'paint/ObjectPainter.cpp', | 1498 'paint/ObjectPainter.cpp', |
| 1497 'paint/TablePainter.h', | 1499 'paint/TablePainter.h', |
| 1498 'paint/TablePainter.cpp', | 1500 'paint/TablePainter.cpp', |
| 1499 'paint/TableRowPainter.h', | 1501 'paint/TableRowPainter.h', |
| 1500 'paint/TableRowPainter.cpp', | 1502 'paint/TableRowPainter.cpp', |
| 1501 'paint/TableSectionPainter.h', | 1503 'paint/TableSectionPainter.h', |
| 1502 'paint/TableSectionPainter.cpp', | 1504 'paint/TableSectionPainter.cpp', |
| 1503 'plugins/DOMMimeType.cpp', | 1505 'plugins/DOMMimeType.cpp', |
| 1504 'plugins/DOMMimeType.h', | 1506 'plugins/DOMMimeType.h', |
| (...skipping 2029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3534 'rendering/shapes/BoxShapeTest.cpp', | 3536 'rendering/shapes/BoxShapeTest.cpp', |
| 3535 'rendering/style/OutlineValueTest.cpp', | 3537 'rendering/style/OutlineValueTest.cpp', |
| 3536 'testing/PrivateScriptTestTest.cpp', | 3538 'testing/PrivateScriptTestTest.cpp', |
| 3537 'streams/ReadableStreamTest.cpp', | 3539 'streams/ReadableStreamTest.cpp', |
| 3538 'testing/UnitTestHelpers.cpp', | 3540 'testing/UnitTestHelpers.cpp', |
| 3539 'testing/UnitTestHelpers.h', | 3541 'testing/UnitTestHelpers.h', |
| 3540 'xml/parser/SharedBufferReaderTest.cpp', | 3542 'xml/parser/SharedBufferReaderTest.cpp', |
| 3541 ], | 3543 ], |
| 3542 } | 3544 } |
| 3543 } | 3545 } |
| OLD | NEW |