| 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 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1484 'page/scrolling/ScrollingCoordinator.cpp', | 1484 'page/scrolling/ScrollingCoordinator.cpp', |
| 1485 'page/scrolling/ScrollingCoordinator.h', | 1485 'page/scrolling/ScrollingCoordinator.h', |
| 1486 'paint/BlockPainter.cpp', | 1486 'paint/BlockPainter.cpp', |
| 1487 'paint/BlockPainter.h', | 1487 'paint/BlockPainter.h', |
| 1488 'paint/BlockFlowPainter.cpp', | 1488 'paint/BlockFlowPainter.cpp', |
| 1489 'paint/BlockFlowPainter.h', | 1489 'paint/BlockFlowPainter.h', |
| 1490 'paint/BoxDecorationData.h', | 1490 'paint/BoxDecorationData.h', |
| 1491 'paint/BoxDecorationData.cpp', | 1491 'paint/BoxDecorationData.cpp', |
| 1492 'paint/BoxPainter.cpp', | 1492 'paint/BoxPainter.cpp', |
| 1493 'paint/BoxPainter.h', | 1493 'paint/BoxPainter.h', |
| 1494 'paint/BackgroundImageGeometry.cpp', |
| 1494 'paint/BackgroundImageGeometry.h', | 1495 'paint/BackgroundImageGeometry.h', |
| 1495 'paint/BackgroundImageGeometry.cpp', | 1496 'paint/DetailsMarkerPainter.cpp', |
| 1497 'paint/DetailsMarkerPainter.h', |
| 1498 'paint/InlineFlowBoxPainter.cpp', |
| 1496 'paint/InlineFlowBoxPainter.h', | 1499 'paint/InlineFlowBoxPainter.h', |
| 1497 'paint/InlineFlowBoxPainter.cpp', | |
| 1498 'paint/InlinePainter.h', | |
| 1499 'paint/InlinePainter.cpp', | 1500 'paint/InlinePainter.cpp', |
| 1500 'paint/InlinePainter.h', | 1501 'paint/InlinePainter.h', |
| 1501 'paint/LineBoxListPainter.cpp', | 1502 'paint/LineBoxListPainter.cpp', |
| 1502 'paint/LineBoxListPainter.h', | 1503 'paint/LineBoxListPainter.h', |
| 1503 'paint/ObjectPainter.cpp', | 1504 'paint/ObjectPainter.cpp', |
| 1504 'paint/ObjectPainter.h', | 1505 'paint/ObjectPainter.h', |
| 1505 'paint/TablePainter.cpp', | 1506 'paint/TablePainter.cpp', |
| 1506 'paint/TablePainter.h', | 1507 'paint/TablePainter.h', |
| 1507 'paint/TableRowPainter.cpp', | 1508 'paint/TableRowPainter.cpp', |
| 1508 'paint/TableRowPainter.h', | 1509 'paint/TableRowPainter.h', |
| (...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3544 'rendering/shapes/BoxShapeTest.cpp', | 3545 'rendering/shapes/BoxShapeTest.cpp', |
| 3545 'rendering/style/OutlineValueTest.cpp', | 3546 'rendering/style/OutlineValueTest.cpp', |
| 3546 'testing/PrivateScriptTestTest.cpp', | 3547 'testing/PrivateScriptTestTest.cpp', |
| 3547 'streams/ReadableStreamTest.cpp', | 3548 'streams/ReadableStreamTest.cpp', |
| 3548 'testing/UnitTestHelpers.cpp', | 3549 'testing/UnitTestHelpers.cpp', |
| 3549 'testing/UnitTestHelpers.h', | 3550 'testing/UnitTestHelpers.h', |
| 3550 'xml/parser/SharedBufferReaderTest.cpp', | 3551 'xml/parser/SharedBufferReaderTest.cpp', |
| 3551 ], | 3552 ], |
| 3552 } | 3553 } |
| 3553 } | 3554 } |
| OLD | NEW |