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

Unified Diff: examples/dart/wget/pubspec.yaml

Issue 1571823002: Dart: Adds tests of a couple Dart examples. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Restore analyze-dart Created 4 years, 11 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 | « examples/dart/hello_world/hello/test/hello_test.dart ('k') | examples/dart/wget/test/wget_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/wget/pubspec.yaml
diff --git a/examples/dart/wget/pubspec.yaml b/examples/dart/wget/pubspec.yaml
index 8ae14c0eb889923fa49b84366357a446e549d65a..4ee26957cfd3744d4c7677c001b7b82a165f3d49 100644
--- a/examples/dart/wget/pubspec.yaml
+++ b/examples/dart/wget/pubspec.yaml
@@ -1,4 +1,10 @@
name: mojo_dart_wget
+author: Chromium Authors <mojo-dev@googlegroups.com>
+description: A Mojo example that fetches a URL.
dependencies:
- mojo: ^0.4.0
- mojo_services: ^0.4.0
+ mojo_sdk: 0.2.9
+dev_dependencies:
+ args: ^0.13.2
+ path: ^1.3.9
+ test: ^0.12.6
+version: 0.0.1
« no previous file with comments | « examples/dart/hello_world/hello/test/hello_test.dart ('k') | examples/dart/wget/test/wget_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698