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

Unified Diff: pkg/fletchc/lib/src/verbs/actions.dart

Issue 1422853009: Add mDNS discovery to the Fletch compiler (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Fixed warning in test Created 5 years, 1 month 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/fletchc/lib/src/driver/developer.dart ('k') | pkg/fletchc/lib/src/verbs/documentation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/src/verbs/actions.dart
diff --git a/pkg/fletchc/lib/src/verbs/actions.dart b/pkg/fletchc/lib/src/verbs/actions.dart
index bffc5cfce1d2f139a805899cb3bc575582c969b9..fa08f3f79cbe5bfb041fbfc3f59c96724534f0cd 100644
--- a/pkg/fletchc/lib/src/verbs/actions.dart
+++ b/pkg/fletchc/lib/src/verbs/actions.dart
@@ -22,6 +22,9 @@ import 'create_verb.dart' show
import 'debug_verb.dart' show
debugAction;
+import 'x_discover_verb.dart' show
+ discoverAction;
+
import 'export_verb.dart' show
exportAction;
@@ -117,6 +120,7 @@ const Map<String, Action> uncommonActions = const <String, Action>{
"compile": compileAction,
"create": createAction,
"debug": debugAction,
+ "x-discover": discoverAction,
"shutdown": shutdownAction,
"x-end": endAction,
"x-servicec": servicecAction,
« no previous file with comments | « pkg/fletchc/lib/src/driver/developer.dart ('k') | pkg/fletchc/lib/src/verbs/documentation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698