Chromium Code Reviews| Index: pkg/analysis_server/tool/spec/spec_input.html |
| =================================================================== |
| --- pkg/analysis_server/tool/spec/spec_input.html (revision 43031) |
| +++ pkg/analysis_server/tool/spec/spec_input.html (working copy) |
| @@ -359,6 +359,21 @@ |
| </field> |
| </result> |
| </request> |
| + <request method="getLibraryDependencies"> |
|
Brian Wilkerson
2015/01/22 01:45:34
I do think it would be better to return a list of
pquitslund
2015/01/22 19:22:15
As per our conversation, I completely agree. Stay
|
| + <p> |
| + Return a list of all of the directories containing libraries |
| + referenced by any files in existing analysis roots. |
| + </p> |
| + <result> |
| + <field name="directories"> |
| + <list><ref>FilePath</ref></list> |
| + <p> |
| + A list of the paths of directories that contain library |
| + elements referenced by files in existing analysis roots. |
| + </p> |
| + </field> |
| + </result> |
| + </request> |
| <request method="getNavigation"> |
| <p> |
| Return the navigation information associated with the given region of |