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/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 'dom/GlobalEventHandlers.idl', | 456 'dom/GlobalEventHandlers.idl', |
457 'dom/ParentNode.idl', | 457 'dom/ParentNode.idl', |
458 'dom/URLUtils.idl', | 458 'dom/URLUtils.idl', |
459 'dom/URLUtilsReadOnly.idl', | 459 'dom/URLUtilsReadOnly.idl', |
460 'events/NavigatorEvents.idl', | 460 'events/NavigatorEvents.idl', |
461 'frame/NavigatorID.idl', | 461 'frame/NavigatorID.idl', |
462 'frame/NavigatorOnLine.idl', | 462 'frame/NavigatorOnLine.idl', |
463 'frame/WindowBase64.idl', | 463 'frame/WindowBase64.idl', |
464 'frame/WindowEventHandlers.idl', | 464 'frame/WindowEventHandlers.idl', |
465 'frame/WindowTimers.idl', | 465 'frame/WindowTimers.idl', |
| 466 'html/canvas/CanvasPathMethods.idl', |
466 'page/WindowPagePopup.idl', | 467 'page/WindowPagePopup.idl', |
467 'svg/SVGDocument.idl', | 468 'svg/SVGDocument.idl', |
468 'svg/SVGFilterPrimitiveStandardAttributes.idl', | 469 'svg/SVGFilterPrimitiveStandardAttributes.idl', |
469 'svg/SVGFitToViewBox.idl', | 470 'svg/SVGFitToViewBox.idl', |
470 'svg/SVGTests.idl', | 471 'svg/SVGTests.idl', |
471 'svg/SVGURIReference.idl', | 472 'svg/SVGURIReference.idl', |
472 'svg/SVGZoomAndPan.idl', | 473 'svg/SVGZoomAndPan.idl', |
473 'workers/AbstractWorker.idl', | 474 'workers/AbstractWorker.idl', |
474 'xml/DocumentXPathEvaluator.idl', | 475 'xml/DocumentXPathEvaluator.idl', |
475 ], | 476 ], |
(...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3299 'html/parser/HTMLParserThreadTest.cpp', | 3300 'html/parser/HTMLParserThreadTest.cpp', |
3300 'html/track/vtt/BufferedLineReaderTest.cpp', | 3301 'html/track/vtt/BufferedLineReaderTest.cpp', |
3301 'html/track/vtt/VTTScannerTest.cpp', | 3302 'html/track/vtt/VTTScannerTest.cpp', |
3302 'rendering/RenderOverflowTest.cpp', | 3303 'rendering/RenderOverflowTest.cpp', |
3303 'rendering/shapes/BoxShapeTest.cpp', | 3304 'rendering/shapes/BoxShapeTest.cpp', |
3304 'testing/UnitTestHelpers.cpp', | 3305 'testing/UnitTestHelpers.cpp', |
3305 'testing/UnitTestHelpers.h', | 3306 'testing/UnitTestHelpers.h', |
3306 ], | 3307 ], |
3307 } | 3308 } |
3308 } | 3309 } |
OLD | NEW |