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

Unified Diff: utils/testrunner/pubspec.yaml

Issue 11103015: Added the ability for testrunner to start the HTTP server with a random port and communicate that p… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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: utils/testrunner/pubspec.yaml
===================================================================
--- utils/testrunner/pubspec.yaml (revision 0)
+++ utils/testrunner/pubspec.yaml (revision 0)
@@ -0,0 +1,4 @@
+name: testrunner
Siggi Cherem (dart-lang) 2012/10/10 22:07:28 yay! awesome! There are a few other fields you sh
gram 2012/10/10 23:36:04 Done, apart from homepage, as I don't know yet wha
Siggi Cherem (dart-lang) 2012/10/10 23:39:51 for some reason the changes to this file didn't ge
+dependencies:
+ args: { sdk: args }
Siggi Cherem (dart-lang) 2012/10/10 22:07:28 probably also add unittest: { sdk: unittest } ?
gram 2012/10/10 23:36:04 Done.
gram 2012/10/10 23:36:04 Done that - and later this will mean that we can s
Siggi Cherem (dart-lang) 2012/10/10 23:39:51 you can probably just use 'package:unittest/unitte
+

Powered by Google App Engine
This is Rietveld 408576698