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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1488 'paint/BlockPainter.cpp', | 1488 'paint/BlockPainter.cpp', |
1489 'paint/BlockPainter.h', | 1489 'paint/BlockPainter.h', |
1490 'paint/BoxClipper.cpp', | 1490 'paint/BoxClipper.cpp', |
1491 'paint/BoxClipper.h', | 1491 'paint/BoxClipper.h', |
1492 'paint/BoxDecorationData.cpp', | 1492 'paint/BoxDecorationData.cpp', |
1493 'paint/BoxDecorationData.h', | 1493 'paint/BoxDecorationData.h', |
1494 'paint/BoxPainter.cpp', | 1494 'paint/BoxPainter.cpp', |
1495 'paint/BoxPainter.h', | 1495 'paint/BoxPainter.h', |
1496 'paint/CompositingRecorder.cpp', | 1496 'paint/CompositingRecorder.cpp', |
1497 'paint/CompositingRecorder.h', | 1497 'paint/CompositingRecorder.h', |
| 1498 'paint/ContentBoxRadiusClipper.cpp', |
| 1499 'paint/ContentBoxRadiusClipper.h', |
1498 'paint/DetailsMarkerPainter.cpp', | 1500 'paint/DetailsMarkerPainter.cpp', |
1499 'paint/DetailsMarkerPainter.h', | 1501 'paint/DetailsMarkerPainter.h', |
1500 'paint/RenderDrawingRecorder.cpp', | 1502 'paint/RenderDrawingRecorder.cpp', |
1501 'paint/RenderDrawingRecorder.h', | 1503 'paint/RenderDrawingRecorder.h', |
1502 'paint/EllipsisBoxPainter.cpp', | 1504 'paint/EllipsisBoxPainter.cpp', |
1503 'paint/EllipsisBoxPainter.h', | 1505 'paint/EllipsisBoxPainter.h', |
1504 'paint/FieldsetPainter.cpp', | 1506 'paint/FieldsetPainter.cpp', |
1505 'paint/FieldsetPainter.h', | 1507 'paint/FieldsetPainter.h', |
1506 'paint/FileUploadControlPainter.cpp', | 1508 'paint/FileUploadControlPainter.cpp', |
1507 'paint/FileUploadControlPainter.h', | 1509 'paint/FileUploadControlPainter.h', |
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3754 'rendering/style/RenderStyleTest.cpp', | 3756 'rendering/style/RenderStyleTest.cpp', |
3755 'rendering/style/SVGRenderStyleTest.cpp', | 3757 'rendering/style/SVGRenderStyleTest.cpp', |
3756 'streams/ReadableStreamTest.cpp', | 3758 'streams/ReadableStreamTest.cpp', |
3757 'testing/PrivateScriptTestTest.cpp', | 3759 'testing/PrivateScriptTestTest.cpp', |
3758 'testing/UnitTestHelpers.cpp', | 3760 'testing/UnitTestHelpers.cpp', |
3759 'testing/UnitTestHelpers.h', | 3761 'testing/UnitTestHelpers.h', |
3760 'xml/parser/SharedBufferReaderTest.cpp', | 3762 'xml/parser/SharedBufferReaderTest.cpp', |
3761 ], | 3763 ], |
3762 } | 3764 } |
3763 } | 3765 } |
OLD | NEW |