OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1537 'paint/ScrollbarPainter.cpp', | 1537 'paint/ScrollbarPainter.cpp', |
1538 'paint/ScrollbarPainter.h', | 1538 'paint/ScrollbarPainter.h', |
1539 'paint/SVGContainerPainter.cpp', | 1539 'paint/SVGContainerPainter.cpp', |
1540 'paint/SVGContainerPainter.h', | 1540 'paint/SVGContainerPainter.h', |
1541 'paint/SVGForeignObjectPainter.cpp', | 1541 'paint/SVGForeignObjectPainter.cpp', |
1542 'paint/SVGForeignObjectPainter.h', | 1542 'paint/SVGForeignObjectPainter.h', |
1543 'paint/SVGImagePainter.cpp', | 1543 'paint/SVGImagePainter.cpp', |
1544 'paint/SVGImagePainter.h', | 1544 'paint/SVGImagePainter.h', |
1545 'paint/SVGInlineTextBoxPainter.cpp', | 1545 'paint/SVGInlineTextBoxPainter.cpp', |
1546 'paint/SVGInlineTextBoxPainter.h', | 1546 'paint/SVGInlineTextBoxPainter.h', |
| 1547 'paint/SVGPaintServer.cpp', |
| 1548 'paint/SVGPaintServer.h', |
1547 'paint/SVGTextPainter.cpp', | 1549 'paint/SVGTextPainter.cpp', |
1548 'paint/SVGTextPainter.h', | 1550 'paint/SVGTextPainter.h', |
1549 'paint/TablePainter.cpp', | 1551 'paint/TablePainter.cpp', |
1550 'paint/TablePainter.h', | 1552 'paint/TablePainter.h', |
1551 'paint/TableRowPainter.cpp', | 1553 'paint/TableRowPainter.cpp', |
1552 'paint/TableRowPainter.h', | 1554 'paint/TableRowPainter.h', |
1553 'paint/TableSectionPainter.cpp', | 1555 'paint/TableSectionPainter.cpp', |
1554 'paint/TableSectionPainter.h', | 1556 'paint/TableSectionPainter.h', |
1555 'paint/VideoPainter.cpp', | 1557 'paint/VideoPainter.cpp', |
1556 'paint/VideoPainter.h', | 1558 'paint/VideoPainter.h', |
(...skipping 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3607 'rendering/shapes/BoxShapeTest.cpp', | 3609 'rendering/shapes/BoxShapeTest.cpp', |
3608 'rendering/style/OutlineValueTest.cpp', | 3610 'rendering/style/OutlineValueTest.cpp', |
3609 'testing/PrivateScriptTestTest.cpp', | 3611 'testing/PrivateScriptTestTest.cpp', |
3610 'streams/ReadableStreamTest.cpp', | 3612 'streams/ReadableStreamTest.cpp', |
3611 'testing/UnitTestHelpers.cpp', | 3613 'testing/UnitTestHelpers.cpp', |
3612 'testing/UnitTestHelpers.h', | 3614 'testing/UnitTestHelpers.h', |
3613 'xml/parser/SharedBufferReaderTest.cpp', | 3615 'xml/parser/SharedBufferReaderTest.cpp', |
3614 ], | 3616 ], |
3615 } | 3617 } |
3616 } | 3618 } |
OLD | NEW |