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

Unified Diff: tools/ddbg_service/pubspec.yaml

Issue 575853002: Add tools/ddbg_service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 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
« no previous file with comments | « tools/ddbg_service/lib/terminfo.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ddbg_service/pubspec.yaml
diff --git a/tools/ddbg_service/pubspec.yaml b/tools/ddbg_service/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f6b93de91be58c92ae1e742d5063ecba3e8b5406
--- /dev/null
+++ b/tools/ddbg_service/pubspec.yaml
@@ -0,0 +1,8 @@
+name: ddbg
+description: A command-line Dart debugger
+dependencies:
+ logging: any
+ observatory:
+ path: /Users/turnidge/ws/dart-repo/dart/runtime/bin/vmservice/observatory
+#dev_dependencies:
+# unittest: any
« no previous file with comments | « tools/ddbg_service/lib/terminfo.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698