| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
| 6 'animation/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.idl', |
| 7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
| 8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
| 10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
| (...skipping 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1685 'rendering/shapes/ShapeOutsideInfo.cpp', | 1685 'rendering/shapes/ShapeOutsideInfo.cpp', |
| 1686 'rendering/shapes/ShapeOutsideInfo.h', | 1686 'rendering/shapes/ShapeOutsideInfo.h', |
| 1687 'rendering/style/BasicShapes.cpp', | 1687 'rendering/style/BasicShapes.cpp', |
| 1688 'rendering/style/BorderImageLength.h', | 1688 'rendering/style/BorderImageLength.h', |
| 1689 'rendering/style/BorderImageLengthBox.h', | 1689 'rendering/style/BorderImageLengthBox.h', |
| 1690 'rendering/style/CachedUAStyle.h', | 1690 'rendering/style/CachedUAStyle.h', |
| 1691 'rendering/style/ContentData.cpp', | 1691 'rendering/style/ContentData.cpp', |
| 1692 'rendering/style/CounterDirectives.cpp', | 1692 'rendering/style/CounterDirectives.cpp', |
| 1693 'rendering/style/FillLayer.cpp', | 1693 'rendering/style/FillLayer.cpp', |
| 1694 'rendering/style/GridCoordinate.h', | 1694 'rendering/style/GridCoordinate.h', |
| 1695 'rendering/style/GridResolvedPosition.cpp', |
| 1696 'rendering/style/GridResolvedPosition.h', |
| 1695 'rendering/style/KeyframeList.cpp', | 1697 'rendering/style/KeyframeList.cpp', |
| 1696 'rendering/style/KeyframeList.h', | 1698 'rendering/style/KeyframeList.h', |
| 1697 'rendering/style/NinePieceImage.cpp', | 1699 'rendering/style/NinePieceImage.cpp', |
| 1698 'rendering/style/QuotesData.cpp', | 1700 'rendering/style/QuotesData.cpp', |
| 1699 'rendering/style/QuotesData.h', | 1701 'rendering/style/QuotesData.h', |
| 1700 'rendering/style/RenderStyle.cpp', | 1702 'rendering/style/RenderStyle.cpp', |
| 1701 'rendering/style/RenderStyle.h', | 1703 'rendering/style/RenderStyle.h', |
| 1702 'rendering/style/ShadowData.cpp', | 1704 'rendering/style/ShadowData.cpp', |
| 1703 'rendering/style/ShadowData.h', | 1705 'rendering/style/ShadowData.h', |
| 1704 'rendering/style/ShadowList.cpp', | 1706 'rendering/style/ShadowList.cpp', |
| (...skipping 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3373 'html/track/vtt/BufferedLineReaderTest.cpp', | 3375 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3374 'html/track/vtt/VTTScannerTest.cpp', | 3376 'html/track/vtt/VTTScannerTest.cpp', |
| 3375 'rendering/RenderOverflowTest.cpp', | 3377 'rendering/RenderOverflowTest.cpp', |
| 3376 'rendering/shapes/BoxShapeTest.cpp', | 3378 'rendering/shapes/BoxShapeTest.cpp', |
| 3377 'testing/UnitTestHelpers.cpp', | 3379 'testing/UnitTestHelpers.cpp', |
| 3378 'testing/UnitTestHelpers.h', | 3380 'testing/UnitTestHelpers.h', |
| 3379 'xml/parser/SharedBufferReaderTest.cpp', | 3381 'xml/parser/SharedBufferReaderTest.cpp', |
| 3380 ], | 3382 ], |
| 3381 } | 3383 } |
| 3382 } | 3384 } |
| OLD | NEW |