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 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1626 'rendering/shapes/PolygonShape.cpp', | 1626 'rendering/shapes/PolygonShape.cpp', |
1627 'rendering/shapes/PolygonShape.h', | 1627 'rendering/shapes/PolygonShape.h', |
1628 'rendering/shapes/RasterShape.cpp', | 1628 'rendering/shapes/RasterShape.cpp', |
1629 'rendering/shapes/RasterShape.h', | 1629 'rendering/shapes/RasterShape.h', |
1630 'rendering/shapes/RectangleShape.cpp', | 1630 'rendering/shapes/RectangleShape.cpp', |
1631 'rendering/shapes/RectangleShape.h', | 1631 'rendering/shapes/RectangleShape.h', |
1632 'rendering/shapes/Shape.cpp', | 1632 'rendering/shapes/Shape.cpp', |
1633 'rendering/shapes/Shape.h', | 1633 'rendering/shapes/Shape.h', |
1634 'rendering/shapes/ShapeInfo.cpp', | 1634 'rendering/shapes/ShapeInfo.cpp', |
1635 'rendering/shapes/ShapeInfo.h', | 1635 'rendering/shapes/ShapeInfo.h', |
1636 'rendering/shapes/ShapeInsideInfo.cpp', | |
1637 'rendering/shapes/ShapeInsideInfo.h', | |
1638 'rendering/shapes/ShapeInterval.h', | 1636 'rendering/shapes/ShapeInterval.h', |
1639 'rendering/shapes/ShapeOutsideInfo.cpp', | 1637 'rendering/shapes/ShapeOutsideInfo.cpp', |
1640 'rendering/shapes/ShapeOutsideInfo.h', | 1638 'rendering/shapes/ShapeOutsideInfo.h', |
1641 'rendering/style/BasicShapes.cpp', | 1639 'rendering/style/BasicShapes.cpp', |
1642 'rendering/style/BorderImageLength.h', | 1640 'rendering/style/BorderImageLength.h', |
1643 'rendering/style/BorderImageLengthBox.h', | 1641 'rendering/style/BorderImageLengthBox.h', |
1644 'rendering/style/CachedUAStyle.h', | 1642 'rendering/style/CachedUAStyle.h', |
1645 'rendering/style/ContentData.cpp', | 1643 'rendering/style/ContentData.cpp', |
1646 'rendering/style/CounterDirectives.cpp', | 1644 'rendering/style/CounterDirectives.cpp', |
1647 'rendering/style/FillLayer.cpp', | 1645 'rendering/style/FillLayer.cpp', |
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3325 'html/track/vtt/BufferedLineReaderTest.cpp', | 3323 'html/track/vtt/BufferedLineReaderTest.cpp', |
3326 'html/track/vtt/VTTScannerTest.cpp', | 3324 'html/track/vtt/VTTScannerTest.cpp', |
3327 'rendering/RenderOverflowTest.cpp', | 3325 'rendering/RenderOverflowTest.cpp', |
3328 'rendering/shapes/BoxShapeTest.cpp', | 3326 'rendering/shapes/BoxShapeTest.cpp', |
3329 'testing/UnitTestHelpers.cpp', | 3327 'testing/UnitTestHelpers.cpp', |
3330 'testing/UnitTestHelpers.h', | 3328 'testing/UnitTestHelpers.h', |
3331 'xml/parser/SharedBufferReaderTest.cpp', | 3329 'xml/parser/SharedBufferReaderTest.cpp', |
3332 ], | 3330 ], |
3333 } | 3331 } |
3334 } | 3332 } |
OLD | NEW |