Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 861893003: Library Dependencies Analysis service API. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698