| 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.cpp', |
| 1495 'paint/InlinePainter.h', | 1496 'paint/InlinePainter.h', |
| 1496 'paint/InlinePainter.cpp', | 1497 'paint/LineBoxListPainter.cpp', |
| 1497 'paint/LineBoxListPainter.h', | 1498 'paint/LineBoxListPainter.h', |
| 1498 'paint/LineBoxListPainter.cpp', | 1499 'paint/ObjectPainter.cpp', |
| 1499 'paint/ObjectPainter.h', | 1500 'paint/ObjectPainter.h', |
| 1500 'paint/ObjectPainter.cpp', | 1501 'paint/TablePainter.cpp', |
| 1501 'paint/TablePainter.h', | 1502 'paint/TablePainter.h', |
| 1502 'paint/TablePainter.cpp', | 1503 'paint/TableRowPainter.cpp', |
| 1503 'paint/TableRowPainter.h', | 1504 'paint/TableRowPainter.h', |
| 1504 'paint/TableRowPainter.cpp', | 1505 'paint/TableSectionPainter.cpp', |
| 1505 'paint/TableSectionPainter.h', | 1506 'paint/TableSectionPainter.h', |
| 1506 'paint/TableSectionPainter.cpp', | 1507 'paint/ViewPainter.cpp', |
| 1508 'paint/ViewPainter.h', |
| 1507 'plugins/DOMMimeType.cpp', | 1509 'plugins/DOMMimeType.cpp', |
| 1508 'plugins/DOMMimeType.h', | 1510 'plugins/DOMMimeType.h', |
| 1509 'plugins/DOMMimeTypeArray.cpp', | 1511 'plugins/DOMMimeTypeArray.cpp', |
| 1510 'plugins/DOMMimeTypeArray.h', | 1512 'plugins/DOMMimeTypeArray.h', |
| 1511 'plugins/DOMPlugin.cpp', | 1513 'plugins/DOMPlugin.cpp', |
| 1512 'plugins/DOMPlugin.h', | 1514 'plugins/DOMPlugin.h', |
| 1513 'plugins/DOMPluginArray.cpp', | 1515 'plugins/DOMPluginArray.cpp', |
| 1514 'plugins/DOMPluginArray.h', | 1516 'plugins/DOMPluginArray.h', |
| 1515 'plugins/PluginOcclusionSupport.cpp', | 1517 'plugins/PluginOcclusionSupport.cpp', |
| 1516 'plugins/PluginOcclusionSupport.h', | 1518 'plugins/PluginOcclusionSupport.h', |
| (...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3538 'rendering/shapes/BoxShapeTest.cpp', | 3540 'rendering/shapes/BoxShapeTest.cpp', |
| 3539 'rendering/style/OutlineValueTest.cpp', | 3541 'rendering/style/OutlineValueTest.cpp', |
| 3540 'testing/PrivateScriptTestTest.cpp', | 3542 'testing/PrivateScriptTestTest.cpp', |
| 3541 'streams/ReadableStreamTest.cpp', | 3543 'streams/ReadableStreamTest.cpp', |
| 3542 'testing/UnitTestHelpers.cpp', | 3544 'testing/UnitTestHelpers.cpp', |
| 3543 'testing/UnitTestHelpers.h', | 3545 'testing/UnitTestHelpers.h', |
| 3544 'xml/parser/SharedBufferReaderTest.cpp', | 3546 'xml/parser/SharedBufferReaderTest.cpp', |
| 3545 ], | 3547 ], |
| 3546 } | 3548 } |
| 3547 } | 3549 } |
| OLD | NEW |