| 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 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 'page/TouchDisambiguation.cpp', | 1476 'page/TouchDisambiguation.cpp', |
| 1477 'page/TouchDisambiguation.h', | 1477 'page/TouchDisambiguation.h', |
| 1478 'page/WindowFeatures.cpp', | 1478 'page/WindowFeatures.cpp', |
| 1479 'page/WindowFocusAllowedIndicator.cpp', | 1479 'page/WindowFocusAllowedIndicator.cpp', |
| 1480 'page/scrolling/ScrollingConstraints.cpp', | 1480 'page/scrolling/ScrollingConstraints.cpp', |
| 1481 'page/scrolling/ScrollingConstraints.h', | 1481 'page/scrolling/ScrollingConstraints.h', |
| 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/BlockFlowPainter.cpp', |
| 1487 'paint/BlockFlowPainter.h', |
| 1486 'paint/BoxDecorationData.h', | 1488 'paint/BoxDecorationData.h', |
| 1487 'paint/BoxDecorationData.cpp', | 1489 'paint/BoxDecorationData.cpp', |
| 1488 'paint/BoxPainter.cpp', | 1490 'paint/BoxPainter.cpp', |
| 1489 'paint/BoxPainter.h', | 1491 'paint/BoxPainter.h', |
| 1490 'paint/BackgroundImageGeometry.h', | 1492 'paint/BackgroundImageGeometry.h', |
| 1491 'paint/BackgroundImageGeometry.cpp', | 1493 'paint/BackgroundImageGeometry.cpp', |
| 1492 'plugins/DOMMimeType.cpp', | 1494 'plugins/DOMMimeType.cpp', |
| 1493 'plugins/DOMMimeType.h', | 1495 'plugins/DOMMimeType.h', |
| 1494 'plugins/DOMMimeTypeArray.cpp', | 1496 'plugins/DOMMimeTypeArray.cpp', |
| 1495 'plugins/DOMMimeTypeArray.h', | 1497 'plugins/DOMMimeTypeArray.h', |
| (...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3524 'rendering/shapes/BoxShapeTest.cpp', | 3526 'rendering/shapes/BoxShapeTest.cpp', |
| 3525 'rendering/style/OutlineValueTest.cpp', | 3527 'rendering/style/OutlineValueTest.cpp', |
| 3526 'testing/PrivateScriptTestTest.cpp', | 3528 'testing/PrivateScriptTestTest.cpp', |
| 3527 'streams/ReadableStreamTest.cpp', | 3529 'streams/ReadableStreamTest.cpp', |
| 3528 'testing/UnitTestHelpers.cpp', | 3530 'testing/UnitTestHelpers.cpp', |
| 3529 'testing/UnitTestHelpers.h', | 3531 'testing/UnitTestHelpers.h', |
| 3530 'xml/parser/SharedBufferReaderTest.cpp', | 3532 'xml/parser/SharedBufferReaderTest.cpp', |
| 3531 ], | 3533 ], |
| 3532 } | 3534 } |
| 3533 } | 3535 } |
| OLD | NEW |