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 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1633 'rendering/shapes/RasterShape.h', | 1633 'rendering/shapes/RasterShape.h', |
1634 'rendering/shapes/RectangleShape.cpp', | 1634 'rendering/shapes/RectangleShape.cpp', |
1635 'rendering/shapes/RectangleShape.h', | 1635 'rendering/shapes/RectangleShape.h', |
1636 'rendering/shapes/Shape.cpp', | 1636 'rendering/shapes/Shape.cpp', |
1637 'rendering/shapes/Shape.h', | 1637 'rendering/shapes/Shape.h', |
1638 'rendering/shapes/ShapeInfo.cpp', | 1638 'rendering/shapes/ShapeInfo.cpp', |
1639 'rendering/shapes/ShapeInfo.h', | 1639 'rendering/shapes/ShapeInfo.h', |
1640 'rendering/shapes/ShapeInterval.h', | 1640 'rendering/shapes/ShapeInterval.h', |
1641 'rendering/shapes/ShapeOutsideInfo.cpp', | 1641 'rendering/shapes/ShapeOutsideInfo.cpp', |
1642 'rendering/shapes/ShapeOutsideInfo.h', | 1642 'rendering/shapes/ShapeOutsideInfo.h', |
| 1643 'rendering/style/AppliedTextDecoration.cpp', |
1643 'rendering/style/BasicShapes.cpp', | 1644 'rendering/style/BasicShapes.cpp', |
1644 'rendering/style/BorderImageLength.h', | 1645 'rendering/style/BorderImageLength.h', |
1645 'rendering/style/BorderImageLengthBox.h', | 1646 'rendering/style/BorderImageLengthBox.h', |
1646 'rendering/style/CachedUAStyle.h', | 1647 'rendering/style/CachedUAStyle.h', |
1647 'rendering/style/ContentData.cpp', | 1648 'rendering/style/ContentData.cpp', |
1648 'rendering/style/CounterDirectives.cpp', | 1649 'rendering/style/CounterDirectives.cpp', |
1649 'rendering/style/FillLayer.cpp', | 1650 'rendering/style/FillLayer.cpp', |
1650 'rendering/style/GridCoordinate.h', | 1651 'rendering/style/GridCoordinate.h', |
1651 'rendering/style/KeyframeList.cpp', | 1652 'rendering/style/KeyframeList.cpp', |
1652 'rendering/style/KeyframeList.h', | 1653 'rendering/style/KeyframeList.h', |
(...skipping 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3327 'html/track/vtt/BufferedLineReaderTest.cpp', | 3328 'html/track/vtt/BufferedLineReaderTest.cpp', |
3328 'html/track/vtt/VTTScannerTest.cpp', | 3329 'html/track/vtt/VTTScannerTest.cpp', |
3329 'rendering/RenderOverflowTest.cpp', | 3330 'rendering/RenderOverflowTest.cpp', |
3330 'rendering/shapes/BoxShapeTest.cpp', | 3331 'rendering/shapes/BoxShapeTest.cpp', |
3331 'testing/UnitTestHelpers.cpp', | 3332 'testing/UnitTestHelpers.cpp', |
3332 'testing/UnitTestHelpers.h', | 3333 'testing/UnitTestHelpers.h', |
3333 'xml/parser/SharedBufferReaderTest.cpp', | 3334 'xml/parser/SharedBufferReaderTest.cpp', |
3334 ], | 3335 ], |
3335 } | 3336 } |
3336 } | 3337 } |
OLD | NEW |