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

Unified Diff: pkg/watcher/lib/watcher.dart

Issue 18612013: File watching package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revised and added example script. 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/lib/watcher.dart
diff --git a/tests/standalone/http_launch_data/packages/simple/simple.dart b/pkg/watcher/lib/watcher.dart
similarity index 71%
copy from tests/standalone/http_launch_data/packages/simple/simple.dart
copy to pkg/watcher/lib/watcher.dart
index b571f9d53d583067fa97ba4d61d852a0656f0e76..c4824b8ec86518a118e48104d01b1efeb8a31680 100644
--- a/tests/standalone/http_launch_data/packages/simple/simple.dart
+++ b/pkg/watcher/lib/watcher.dart
@@ -2,6 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library simple;
+library watcher;
-String getSimpleString() => 'hello';
+export 'src/watch_event.dart';
+export 'src/directory_watcher.dart';

Powered by Google App Engine
This is Rietveld 408576698