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

Unified Diff: test/data/plugin_options.yaml

Issue 1373953002: Basic analyzer `main()` isolate bootloader. (Closed) Base URL: https://github.com/dart-lang/analyzer_cli.git@master
Patch Set: Created 5 years, 3 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
« lib/src/bootloader.dart ('K') | « lib/src/bootloader.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/plugin_options.yaml
diff --git a/test/data/plugin_options.yaml b/test/data/plugin_options.yaml
index a2bba9bceb94007f852f447366e13866cadf1ed4..483e76f2a9e7e01a0ef26b9edcc4eb9c5844aa59 100644
--- a/test/data/plugin_options.yaml
+++ b/test/data/plugin_options.yaml
@@ -1,4 +1,7 @@
analyzer:
plugins:
- my_plugin1: any
+ my_plugin1:
+ version: any
+ library_uri: 'package:my_plugin/my_plugin.dart'
+ class_name: MyPlugin
« lib/src/bootloader.dart ('K') | « lib/src/bootloader.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698