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

Unified Diff: pkg/watcher/pubspec.yaml

Issue 18612013: File watching package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove reference to old unittest config. Created 7 years, 5 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: pkg/watcher/pubspec.yaml
diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3ca8eccdf90cfc7c42552088fd7ca969b6388fa8
--- /dev/null
+++ b/pkg/watcher/pubspec.yaml
@@ -0,0 +1,13 @@
+name: watcher
+author: "Dart Team <misc@dartlang.org>"
+homepage: http://www.dartlang.org
+description: >
+ A file watcher. It monitors (currently by polling) for changes to contents
+ of directories and notifies you when files have been added, removed, or
+ modified.
+dependencies:
+ crypto: any
+ pathos: any
+dev_dependencies:
+ scheduled_test: any
+ unittest: any

Powered by Google App Engine
This is Rietveld 408576698