| 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/Player.idl', | 6 'animation/Player.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 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1618 'rendering/shapes/ShapeOutsideInfo.cpp', | 1618 'rendering/shapes/ShapeOutsideInfo.cpp', |
| 1619 'rendering/shapes/ShapeOutsideInfo.h', | 1619 'rendering/shapes/ShapeOutsideInfo.h', |
| 1620 'rendering/style/BasicShapes.cpp', | 1620 'rendering/style/BasicShapes.cpp', |
| 1621 'rendering/style/BorderImageLength.h', | 1621 'rendering/style/BorderImageLength.h', |
| 1622 'rendering/style/BorderImageLengthBox.h', | 1622 'rendering/style/BorderImageLengthBox.h', |
| 1623 'rendering/style/CachedUAStyle.h', | 1623 'rendering/style/CachedUAStyle.h', |
| 1624 'rendering/style/ContentData.cpp', | 1624 'rendering/style/ContentData.cpp', |
| 1625 'rendering/style/CounterDirectives.cpp', | 1625 'rendering/style/CounterDirectives.cpp', |
| 1626 'rendering/style/FillLayer.cpp', | 1626 'rendering/style/FillLayer.cpp', |
| 1627 'rendering/style/GridCoordinate.h', | 1627 'rendering/style/GridCoordinate.h', |
| 1628 'rendering/style/GridResolvedPosition.cpp', |
| 1629 'rendering/style/GridResolvedPosition.h', |
| 1628 'rendering/style/KeyframeList.cpp', | 1630 'rendering/style/KeyframeList.cpp', |
| 1629 'rendering/style/KeyframeList.h', | 1631 'rendering/style/KeyframeList.h', |
| 1630 'rendering/style/NinePieceImage.cpp', | 1632 'rendering/style/NinePieceImage.cpp', |
| 1631 'rendering/style/QuotesData.cpp', | 1633 'rendering/style/QuotesData.cpp', |
| 1632 'rendering/style/QuotesData.h', | 1634 'rendering/style/QuotesData.h', |
| 1633 'rendering/style/RenderStyle.cpp', | 1635 'rendering/style/RenderStyle.cpp', |
| 1634 'rendering/style/RenderStyle.h', | 1636 'rendering/style/RenderStyle.h', |
| 1635 'rendering/style/ShadowData.cpp', | 1637 'rendering/style/ShadowData.cpp', |
| 1636 'rendering/style/ShadowData.h', | 1638 'rendering/style/ShadowData.h', |
| 1637 'rendering/style/ShadowList.cpp', | 1639 'rendering/style/ShadowList.cpp', |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3299 'html/parser/HTMLParserThreadTest.cpp', | 3301 'html/parser/HTMLParserThreadTest.cpp', |
| 3300 'html/track/vtt/BufferedLineReaderTest.cpp', | 3302 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3301 'html/track/vtt/VTTScannerTest.cpp', | 3303 'html/track/vtt/VTTScannerTest.cpp', |
| 3302 'rendering/RenderOverflowTest.cpp', | 3304 'rendering/RenderOverflowTest.cpp', |
| 3303 'rendering/shapes/BoxShapeTest.cpp', | 3305 'rendering/shapes/BoxShapeTest.cpp', |
| 3304 'testing/UnitTestHelpers.cpp', | 3306 'testing/UnitTestHelpers.cpp', |
| 3305 'testing/UnitTestHelpers.h', | 3307 'testing/UnitTestHelpers.h', |
| 3306 ], | 3308 ], |
| 3307 } | 3309 } |
| 3308 } | 3310 } |
| OLD | NEW |