| 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/Clipboard.idl', | 10 'clipboard/Clipboard.idl', |
| (...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1624 'rendering/style/StyleGridItemData.cpp', | 1624 'rendering/style/StyleGridItemData.cpp', |
| 1625 'rendering/style/StyleInheritedData.cpp', | 1625 'rendering/style/StyleInheritedData.cpp', |
| 1626 'rendering/style/StyleMarqueeData.cpp', | 1626 'rendering/style/StyleMarqueeData.cpp', |
| 1627 'rendering/style/StyleMultiColData.cpp', | 1627 'rendering/style/StyleMultiColData.cpp', |
| 1628 'rendering/style/StylePendingImage.h', | 1628 'rendering/style/StylePendingImage.h', |
| 1629 'rendering/style/StyleRareInheritedData.cpp', | 1629 'rendering/style/StyleRareInheritedData.cpp', |
| 1630 'rendering/style/StyleRareNonInheritedData.cpp', | 1630 'rendering/style/StyleRareNonInheritedData.cpp', |
| 1631 'rendering/style/StyleSurroundData.cpp', | 1631 'rendering/style/StyleSurroundData.cpp', |
| 1632 'rendering/style/StyleTransformData.cpp', | 1632 'rendering/style/StyleTransformData.cpp', |
| 1633 'rendering/style/StyleVisualData.cpp', | 1633 'rendering/style/StyleVisualData.cpp', |
| 1634 'rendering/style/StyleWillChangeData.cpp', |
| 1634 'rendering/svg/SVGInlineFlowBox.cpp', | 1635 'rendering/svg/SVGInlineFlowBox.cpp', |
| 1635 'rendering/svg/SVGInlineFlowBox.h', | 1636 'rendering/svg/SVGInlineFlowBox.h', |
| 1636 'rendering/svg/SVGInlineTextBox.cpp', | 1637 'rendering/svg/SVGInlineTextBox.cpp', |
| 1637 'rendering/svg/SVGInlineTextBox.h', | 1638 'rendering/svg/SVGInlineTextBox.h', |
| 1638 'rendering/svg/SVGMarkerData.h', | 1639 'rendering/svg/SVGMarkerData.h', |
| 1639 'rendering/svg/SVGPathData.cpp', | 1640 'rendering/svg/SVGPathData.cpp', |
| 1640 'rendering/svg/SVGPathData.h', | 1641 'rendering/svg/SVGPathData.h', |
| 1641 'rendering/svg/SVGRenderSupport.cpp', | 1642 'rendering/svg/SVGRenderSupport.cpp', |
| 1642 'rendering/svg/SVGRenderSupport.h', | 1643 'rendering/svg/SVGRenderSupport.h', |
| 1643 'rendering/svg/SVGRenderTreeAsText.cpp', | 1644 'rendering/svg/SVGRenderTreeAsText.cpp', |
| (...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3256 'html/parser/HTMLParserThreadTest.cpp', | 3257 'html/parser/HTMLParserThreadTest.cpp', |
| 3257 'html/track/vtt/BufferedLineReaderTest.cpp', | 3258 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3258 'html/track/vtt/VTTScannerTest.cpp', | 3259 'html/track/vtt/VTTScannerTest.cpp', |
| 3259 'rendering/RenderOverflowTest.cpp', | 3260 'rendering/RenderOverflowTest.cpp', |
| 3260 'rendering/shapes/BoxShapeTest.cpp', | 3261 'rendering/shapes/BoxShapeTest.cpp', |
| 3261 'testing/UnitTestHelpers.cpp', | 3262 'testing/UnitTestHelpers.cpp', |
| 3262 'testing/UnitTestHelpers.h', | 3263 'testing/UnitTestHelpers.h', |
| 3263 ], | 3264 ], |
| 3264 } | 3265 } |
| 3265 } | 3266 } |
| OLD | NEW |