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

Unified Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.html

Issue 2885993004: Pass the sdk path to plugins (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « pkg/analyzer_plugin/test/plugin/plugin_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/tool/spec/plugin_spec.html
diff --git a/pkg/analyzer_plugin/tool/spec/plugin_spec.html b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
index 0b9aea5e42157649c399dfd4b035a097b9764964..e621793ab8ae70332bc71da0d4f617322ffd7d98 100644
--- a/pkg/analyzer_plugin/tool/spec/plugin_spec.html
+++ b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
@@ -45,6 +45,13 @@
be used by any analysis drivers that are created.
</p>
</field>
+ <field name="sdkPath">
+ <ref>String</ref>
+ <p>
+ The path to the directory containing the SDK that is to be used by any
+ analysis drivers that are created.
+ </p>
+ </field>
<field name="version">
<ref>String</ref>
<p>
« no previous file with comments | « pkg/analyzer_plugin/test/plugin/plugin_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698