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

Unified Diff: examples/dart/hello_world/hello/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/lib/main.dart ('k') | examples/dart/hello_world/hello/test/hello_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/hello_world/hello/pubspec.yaml
diff --git a/examples/dart/hello_world/hello/pubspec.yaml b/examples/dart/hello_world/hello/pubspec.yaml
index 0756a3d496a7a0847b3583c07a5d5bae62bb2eca..6f1b88cba3771ca7afe2c6d3d47130b00e718fa5 100644
--- a/examples/dart/hello_world/hello/pubspec.yaml
+++ b/examples/dart/hello_world/hello/pubspec.yaml
@@ -1 +1,10 @@
name: mojo_dart_hello
+author: Chromium Authors <mojo-dev@googlegroups.com>
+description: A Hello World style Mojo example app.
+dependencies:
+ 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/lib/main.dart ('k') | examples/dart/hello_world/hello/test/hello_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698