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

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: 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/language/extends_test_lib.dart b/pkg/watcher/lib/watcher.dart
similarity index 65%
copy from tests/language/extends_test_lib.dart
copy to pkg/watcher/lib/watcher.dart
index d62ca8f7da480b38ac34aed6411d25acba5ae339..1f22ebaea73e820ee5f334fab5acc64580df3e17 100644
--- a/tests/language/extends_test_lib.dart
+++ b/pkg/watcher/lib/watcher.dart
@@ -2,8 +2,8 @@
// 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 ExtendsTestLib;
+library watcher;
-class A {
- var y = "class A from library";
-}
+export 'src/change_type.dart';
+export 'src/watch_event.dart';
+export 'src/directory_watcher.dart';

Powered by Google App Engine
This is Rietveld 408576698