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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'xml/XMLHttpRequestProgressEvent.idl', | 440 'xml/XMLHttpRequestProgressEvent.idl', |
441 'xml/XMLHttpRequestUpload.idl', | 441 'xml/XMLHttpRequestUpload.idl', |
442 'xml/XMLSerializer.idl', | 442 'xml/XMLSerializer.idl', |
443 'xml/XPathEvaluator.idl', | 443 'xml/XPathEvaluator.idl', |
444 'xml/XPathExpression.idl', | 444 'xml/XPathExpression.idl', |
445 'xml/XPathNSResolver.idl', | 445 'xml/XPathNSResolver.idl', |
446 'xml/XPathResult.idl', | 446 'xml/XPathResult.idl', |
447 'xml/XSLTProcessor.idl', | 447 'xml/XSLTProcessor.idl', |
448 ], | 448 ], |
449 # 'partial interface', target (right side of) 'implements', and | 449 # 'partial interface', target (right side of) 'implements', and |
450 # static bindings (in bindings/v8/) | 450 # interfaces with static bindings (in bindings/v8/) |
451 'core_dependency_idl_files': [ | 451 'core_dependency_idl_files': [ |
452 'animation/DocumentAnimation.idl', | 452 'animation/DocumentAnimation.idl', |
453 'animation/ElementAnimation.idl', | 453 'animation/ElementAnimation.idl', |
454 'css/DocumentFontFaceSet.idl', | 454 'css/DocumentFontFaceSet.idl', |
455 'dom/ChildNode.idl', | 455 'dom/ChildNode.idl', |
456 'dom/DocumentFullscreen.idl', | 456 'dom/DocumentFullscreen.idl', |
457 'dom/GlobalEventHandlers.idl', | 457 'dom/GlobalEventHandlers.idl', |
458 'dom/ParentNode.idl', | 458 'dom/ParentNode.idl', |
459 'dom/URLUtils.idl', | 459 'dom/URLUtils.idl', |
460 'dom/URLUtilsReadOnly.idl', | 460 'dom/URLUtilsReadOnly.idl', |
(...skipping 2864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3325 'html/track/vtt/BufferedLineReaderTest.cpp', | 3325 'html/track/vtt/BufferedLineReaderTest.cpp', |
3326 'html/track/vtt/VTTScannerTest.cpp', | 3326 'html/track/vtt/VTTScannerTest.cpp', |
3327 'rendering/RenderOverflowTest.cpp', | 3327 'rendering/RenderOverflowTest.cpp', |
3328 'rendering/shapes/BoxShapeTest.cpp', | 3328 'rendering/shapes/BoxShapeTest.cpp', |
3329 'testing/UnitTestHelpers.cpp', | 3329 'testing/UnitTestHelpers.cpp', |
3330 'testing/UnitTestHelpers.h', | 3330 'testing/UnitTestHelpers.h', |
3331 'xml/parser/SharedBufferReaderTest.cpp', | 3331 'xml/parser/SharedBufferReaderTest.cpp', |
3332 ], | 3332 ], |
3333 } | 3333 } |
3334 } | 3334 } |
OLD | NEW |