| 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 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 1495 'paint/InlinePainter.h', |
| 1496 'paint/InlinePainter.cpp', | 1496 'paint/InlinePainter.cpp', |
| 1497 'paint/LineBoxListPainter.h', |
| 1498 'paint/LineBoxListPainter.cpp', |
| 1497 'paint/ObjectPainter.h', | 1499 'paint/ObjectPainter.h', |
| 1498 'paint/ObjectPainter.cpp', | 1500 'paint/ObjectPainter.cpp', |
| 1499 'plugins/DOMMimeType.cpp', | 1501 'plugins/DOMMimeType.cpp', |
| 1500 'plugins/DOMMimeType.h', | 1502 'plugins/DOMMimeType.h', |
| 1501 'plugins/DOMMimeTypeArray.cpp', | 1503 'plugins/DOMMimeTypeArray.cpp', |
| 1502 'plugins/DOMMimeTypeArray.h', | 1504 'plugins/DOMMimeTypeArray.h', |
| 1503 'plugins/DOMPlugin.cpp', | 1505 'plugins/DOMPlugin.cpp', |
| 1504 'plugins/DOMPlugin.h', | 1506 'plugins/DOMPlugin.h', |
| 1505 'plugins/DOMPluginArray.cpp', | 1507 'plugins/DOMPluginArray.cpp', |
| 1506 'plugins/DOMPluginArray.h', | 1508 'plugins/DOMPluginArray.h', |
| (...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3531 'rendering/shapes/BoxShapeTest.cpp', | 3533 'rendering/shapes/BoxShapeTest.cpp', |
| 3532 'rendering/style/OutlineValueTest.cpp', | 3534 'rendering/style/OutlineValueTest.cpp', |
| 3533 'testing/PrivateScriptTestTest.cpp', | 3535 'testing/PrivateScriptTestTest.cpp', |
| 3534 'streams/ReadableStreamTest.cpp', | 3536 'streams/ReadableStreamTest.cpp', |
| 3535 'testing/UnitTestHelpers.cpp', | 3537 'testing/UnitTestHelpers.cpp', |
| 3536 'testing/UnitTestHelpers.h', | 3538 'testing/UnitTestHelpers.h', |
| 3537 'xml/parser/SharedBufferReaderTest.cpp', | 3539 'xml/parser/SharedBufferReaderTest.cpp', |
| 3538 ], | 3540 ], |
| 3539 } | 3541 } |
| 3540 } | 3542 } |
| OLD | NEW |