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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'xml/XMLHttpRequestProgressEvent.idl', | 444 'xml/XMLHttpRequestProgressEvent.idl', |
445 'xml/XMLHttpRequestUpload.idl', | 445 'xml/XMLHttpRequestUpload.idl', |
446 'xml/XMLSerializer.idl', | 446 'xml/XMLSerializer.idl', |
447 'xml/XPathEvaluator.idl', | 447 'xml/XPathEvaluator.idl', |
448 'xml/XPathExpression.idl', | 448 'xml/XPathExpression.idl', |
449 'xml/XPathNSResolver.idl', | 449 'xml/XPathNSResolver.idl', |
450 'xml/XPathResult.idl', | 450 'xml/XPathResult.idl', |
451 'xml/XSLTProcessor.idl', | 451 'xml/XSLTProcessor.idl', |
452 ], | 452 ], |
453 # 'partial interface', target (right side of) 'implements', and | 453 # 'partial interface', target (right side of) 'implements', and |
454 # interfaces with static bindings (in bindings/v8/) | 454 # interfaces with static bindings (in bindings/core/v8/) |
455 'core_dependency_idl_files': [ | 455 'core_dependency_idl_files': [ |
456 'animation/DocumentAnimation.idl', | 456 'animation/DocumentAnimation.idl', |
457 'animation/ElementAnimation.idl', | 457 'animation/ElementAnimation.idl', |
458 'css/DocumentFontFaceSet.idl', | 458 'css/DocumentFontFaceSet.idl', |
459 'dom/ChildNode.idl', | 459 'dom/ChildNode.idl', |
460 'dom/DocumentFullscreen.idl', | 460 'dom/DocumentFullscreen.idl', |
461 'dom/GlobalEventHandlers.idl', | 461 'dom/GlobalEventHandlers.idl', |
462 'dom/ParentNode.idl', | 462 'dom/ParentNode.idl', |
463 'dom/URLUtils.idl', | 463 'dom/URLUtils.idl', |
464 'dom/URLUtilsReadOnly.idl', | 464 'dom/URLUtilsReadOnly.idl', |
(...skipping 2941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3406 'rendering/RenderOverflowTest.cpp', | 3406 'rendering/RenderOverflowTest.cpp', |
3407 'rendering/RenderTableCellTest.cpp', | 3407 'rendering/RenderTableCellTest.cpp', |
3408 'rendering/RenderTableRowTest.cpp', | 3408 'rendering/RenderTableRowTest.cpp', |
3409 'rendering/shapes/BoxShapeTest.cpp', | 3409 'rendering/shapes/BoxShapeTest.cpp', |
3410 'testing/UnitTestHelpers.cpp', | 3410 'testing/UnitTestHelpers.cpp', |
3411 'testing/UnitTestHelpers.h', | 3411 'testing/UnitTestHelpers.h', |
3412 'xml/parser/SharedBufferReaderTest.cpp', | 3412 'xml/parser/SharedBufferReaderTest.cpp', |
3413 ], | 3413 ], |
3414 } | 3414 } |
3415 } | 3415 } |
OLD | NEW |