Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index 81b9d726ec434cb1c3e1673badb0942d346d45c9..3e0397ad3fe84c512b4434ce83a59a1f82afe75c 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -449,6 +449,7 @@ |
| 'xml/XPathNSResolver.idl', |
| 'xml/XPathResult.idl', |
| 'xml/XSLTProcessor.idl', |
| + '../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!
|
| ], |
| # 'partial interface', target (right side of) 'implements', and |
| # interfaces with static bindings (in bindings/v8/) |