| 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 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1482 'page/scrolling/ScrollingCoordinator.cpp', | 1482 'page/scrolling/ScrollingCoordinator.cpp', |
| 1483 'page/scrolling/ScrollingCoordinator.h', | 1483 'page/scrolling/ScrollingCoordinator.h', |
| 1484 'paint/BlockPainter.cpp', | 1484 'paint/BlockPainter.cpp', |
| 1485 'paint/BlockPainter.h', | 1485 'paint/BlockPainter.h', |
| 1486 'paint/BoxDecorationData.h', | 1486 'paint/BoxDecorationData.h', |
| 1487 'paint/BoxDecorationData.cpp', | 1487 'paint/BoxDecorationData.cpp', |
| 1488 'paint/BoxPainter.cpp', | 1488 'paint/BoxPainter.cpp', |
| 1489 'paint/BoxPainter.h', | 1489 'paint/BoxPainter.h', |
| 1490 'paint/BackgroundImageGeometry.h', | 1490 'paint/BackgroundImageGeometry.h', |
| 1491 'paint/BackgroundImageGeometry.cpp', | 1491 'paint/BackgroundImageGeometry.cpp', |
| 1492 'paint/TablePainter.h', |
| 1493 'paint/TablePainter.cpp', |
| 1494 'paint/TableRowPainter.h', |
| 1495 'paint/TableRowPainter.cpp', |
| 1496 'paint/TableSectionPainter.h', |
| 1497 'paint/TableSectionPainter.cpp', |
| 1492 'plugins/DOMMimeType.cpp', | 1498 'plugins/DOMMimeType.cpp', |
| 1493 'plugins/DOMMimeType.h', | 1499 'plugins/DOMMimeType.h', |
| 1494 'plugins/DOMMimeTypeArray.cpp', | 1500 'plugins/DOMMimeTypeArray.cpp', |
| 1495 'plugins/DOMMimeTypeArray.h', | 1501 'plugins/DOMMimeTypeArray.h', |
| 1496 'plugins/DOMPlugin.cpp', | 1502 'plugins/DOMPlugin.cpp', |
| 1497 'plugins/DOMPlugin.h', | 1503 'plugins/DOMPlugin.h', |
| 1498 'plugins/DOMPluginArray.cpp', | 1504 'plugins/DOMPluginArray.cpp', |
| 1499 'plugins/DOMPluginArray.h', | 1505 'plugins/DOMPluginArray.h', |
| 1500 'plugins/PluginOcclusionSupport.cpp', | 1506 'plugins/PluginOcclusionSupport.cpp', |
| 1501 'plugins/PluginOcclusionSupport.h', | 1507 'plugins/PluginOcclusionSupport.h', |
| (...skipping 2022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3524 'rendering/shapes/BoxShapeTest.cpp', | 3530 'rendering/shapes/BoxShapeTest.cpp', |
| 3525 'rendering/style/OutlineValueTest.cpp', | 3531 'rendering/style/OutlineValueTest.cpp', |
| 3526 'testing/PrivateScriptTestTest.cpp', | 3532 'testing/PrivateScriptTestTest.cpp', |
| 3527 'streams/ReadableStreamTest.cpp', | 3533 'streams/ReadableStreamTest.cpp', |
| 3528 'testing/UnitTestHelpers.cpp', | 3534 'testing/UnitTestHelpers.cpp', |
| 3529 'testing/UnitTestHelpers.h', | 3535 'testing/UnitTestHelpers.h', |
| 3530 'xml/parser/SharedBufferReaderTest.cpp', | 3536 'xml/parser/SharedBufferReaderTest.cpp', |
| 3531 ], | 3537 ], |
| 3532 } | 3538 } |
| 3533 } | 3539 } |
| OLD | NEW |