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

Unified Diff: dart/samples/webcomponents/game_of_life/pubspec.yaml

Issue 10918082: adding game_of_life sample (Closed) Base URL: git@github.com:samhopkins/bleeding_edge.git@master
Patch Set: addressing sigmund's remarks Created 8 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
Index: dart/samples/webcomponents/game_of_life/pubspec.yaml
diff --git a/dart/samples/webcomponents/game_of_life/pubspec.yaml b/dart/samples/webcomponents/game_of_life/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e98e246dd41532d06619cd433192e125d08b09e7
--- /dev/null
+++ b/dart/samples/webcomponents/game_of_life/pubspec.yaml
@@ -0,0 +1,6 @@
+name: game-of-life
+dependencies:
+ dart-web-components:
+ git: git://github.com/dart-lang/dart-web-components.git
+ unittest:
+ sdk: unittest
« no previous file with comments | « dart/samples/webcomponents/game_of_life/index.html ('k') | dart/samples/webcomponents/game_of_life/styles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698