| 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 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 'page/TouchAdjustment.cpp', | 1473 'page/TouchAdjustment.cpp', |
| 1474 'page/TouchAdjustment.h', | 1474 'page/TouchAdjustment.h', |
| 1475 'page/TouchDisambiguation.cpp', | 1475 'page/TouchDisambiguation.cpp', |
| 1476 'page/TouchDisambiguation.h', | 1476 'page/TouchDisambiguation.h', |
| 1477 'page/WindowFeatures.cpp', | 1477 'page/WindowFeatures.cpp', |
| 1478 'page/WindowFocusAllowedIndicator.cpp', | 1478 'page/WindowFocusAllowedIndicator.cpp', |
| 1479 'page/scrolling/ScrollingConstraints.cpp', | 1479 'page/scrolling/ScrollingConstraints.cpp', |
| 1480 'page/scrolling/ScrollingConstraints.h', | 1480 'page/scrolling/ScrollingConstraints.h', |
| 1481 'page/scrolling/ScrollingCoordinator.cpp', | 1481 'page/scrolling/ScrollingCoordinator.cpp', |
| 1482 'page/scrolling/ScrollingCoordinator.h', | 1482 'page/scrolling/ScrollingCoordinator.h', |
| 1483 'paint/BlockPainter.cpp', |
| 1484 'paint/BlockPainter.h', |
| 1483 'paint/BoxDecorationData.h', | 1485 'paint/BoxDecorationData.h', |
| 1484 'paint/BoxDecorationData.cpp', | 1486 'paint/BoxDecorationData.cpp', |
| 1485 'paint/BoxPainter.cpp', | 1487 'paint/BoxPainter.cpp', |
| 1486 'paint/BoxPainter.h', | 1488 'paint/BoxPainter.h', |
| 1487 'paint/BackgroundImageGeometry.h', | 1489 'paint/BackgroundImageGeometry.h', |
| 1488 'paint/BackgroundImageGeometry.cpp', | 1490 'paint/BackgroundImageGeometry.cpp', |
| 1489 'plugins/DOMMimeType.cpp', | 1491 'plugins/DOMMimeType.cpp', |
| 1490 'plugins/DOMMimeType.h', | 1492 'plugins/DOMMimeType.h', |
| 1491 'plugins/DOMMimeTypeArray.cpp', | 1493 'plugins/DOMMimeTypeArray.cpp', |
| 1492 'plugins/DOMMimeTypeArray.h', | 1494 'plugins/DOMMimeTypeArray.h', |
| (...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3517 'rendering/shapes/BoxShapeTest.cpp', | 3519 'rendering/shapes/BoxShapeTest.cpp', |
| 3518 'rendering/style/OutlineValueTest.cpp', | 3520 'rendering/style/OutlineValueTest.cpp', |
| 3519 'testing/PrivateScriptTestTest.cpp', | 3521 'testing/PrivateScriptTestTest.cpp', |
| 3520 'streams/ReadableStreamTest.cpp', | 3522 'streams/ReadableStreamTest.cpp', |
| 3521 'testing/UnitTestHelpers.cpp', | 3523 'testing/UnitTestHelpers.cpp', |
| 3522 'testing/UnitTestHelpers.h', | 3524 'testing/UnitTestHelpers.h', |
| 3523 'xml/parser/SharedBufferReaderTest.cpp', | 3525 'xml/parser/SharedBufferReaderTest.cpp', |
| 3524 ], | 3526 ], |
| 3525 } | 3527 } |
| 3526 } | 3528 } |
| OLD | NEW |