Chromium Code Reviews| 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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 442 'xml/XMLHttpRequest.idl', | 442 'xml/XMLHttpRequest.idl', |
| 443 'xml/XMLHttpRequestEventTarget.idl', | 443 'xml/XMLHttpRequestEventTarget.idl', |
| 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 '../bindings/v8/PrivateScriptTest.idl', | |
|
Nils Barth (inactive)
2014/06/23 03:14:30
1. Alphabetical order please (.. is at start)
2.
haraken
2014/06/23 06:01:46
This is my question as well --- where the IDL file
Nils Barth (inactive)
2014/06/23 06:21:25
Probably best would be a separate list, say core_p
haraken
2014/06/23 08:15:38
Done. I kept PrivateScriptTest.idl in bindings/v8/
Nils Barth (inactive)
2014/06/23 08:54:11
Thanks, that's a good way to do it!
| |
| 452 ], | 453 ], |
| 453 # 'partial interface', target (right side of) 'implements', and | 454 # 'partial interface', target (right side of) 'implements', and |
| 454 # interfaces with static bindings (in bindings/v8/) | 455 # interfaces with static bindings (in bindings/v8/) |
| 455 'core_dependency_idl_files': [ | 456 'core_dependency_idl_files': [ |
| 456 'animation/DocumentAnimation.idl', | 457 'animation/DocumentAnimation.idl', |
| 457 'animation/ElementAnimation.idl', | 458 'animation/ElementAnimation.idl', |
| 458 'css/DocumentFontFaceSet.idl', | 459 'css/DocumentFontFaceSet.idl', |
| 459 'dom/ChildNode.idl', | 460 'dom/ChildNode.idl', |
| 460 'dom/DocumentFullscreen.idl', | 461 'dom/DocumentFullscreen.idl', |
| 461 'dom/GlobalEventHandlers.idl', | 462 'dom/GlobalEventHandlers.idl', |
| (...skipping 2976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3438 'loader/MixedContentCheckerTest.cpp', | 3439 'loader/MixedContentCheckerTest.cpp', |
| 3439 'page/NetworkStateNotifierTest.cpp', | 3440 'page/NetworkStateNotifierTest.cpp', |
| 3440 'rendering/RenderOverflowTest.cpp', | 3441 'rendering/RenderOverflowTest.cpp', |
| 3441 'rendering/shapes/BoxShapeTest.cpp', | 3442 'rendering/shapes/BoxShapeTest.cpp', |
| 3442 'testing/UnitTestHelpers.cpp', | 3443 'testing/UnitTestHelpers.cpp', |
| 3443 'testing/UnitTestHelpers.h', | 3444 'testing/UnitTestHelpers.h', |
| 3444 'xml/parser/SharedBufferReaderTest.cpp', | 3445 'xml/parser/SharedBufferReaderTest.cpp', |
| 3445 ], | 3446 ], |
| 3446 } | 3447 } |
| 3447 } | 3448 } |
| OLD | NEW |