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

Unified Diff: mojo/dart/apptest/pubspec.lock

Issue 1063233004: Teach dart_package to understand the packages/ subdirectory (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove dart-packages Created 5 years, 8 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: mojo/dart/apptest/pubspec.lock
diff --git a/mojo/dart/apptest/pubspec.lock b/mojo/dart/apptest/pubspec.lock
new file mode 100644
index 0000000000000000000000000000000000000000..d9eec107a0f8fb334d8c10bee328eb5cf93e19de
--- /dev/null
+++ b/mojo/dart/apptest/pubspec.lock
@@ -0,0 +1,19 @@
+# Generated by pub
tonyg 2015/04/08 13:52:37 It seems worth documenting the process of updating
blundell 2015/04/09 11:53:41 You update pubspec.yaml and then run "pub upgrade"
tonyg 2015/04/09 12:55:56 One idea for a follow-up patch would be to output
+# See http://pub.dartlang.org/doc/glossary.html#lockfile
+packages:
+ matcher:
+ description: matcher
+ source: hosted
+ version: "0.11.4+4"
+ path:
+ description: path
+ source: hosted
+ version: "1.3.4"
+ stack_trace:
+ description: stack_trace
+ source: hosted
+ version: "1.2.4"
+ unittest:
+ description: unittest
+ source: hosted
+ version: "0.11.5+4"

Powered by Google App Engine
This is Rietveld 408576698