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

Unified Diff: frog/lib/corelib.dart

Issue 8536006: rpc example for directory file listing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed header Created 9 years, 1 month 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: frog/lib/corelib.dart
diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
index 8c286ff4fac95a0e5e6440498a857608cb5e99a1..a28ad6b282376a14ba2fbc4773167b6dae91e56a 100644
--- a/frog/lib/corelib.dart
+++ b/frog/lib/corelib.dart
@@ -27,6 +27,7 @@
#source("num.dart"); // overriden to include int members on num - weird typing
#source("../../corelib/src/pattern.dart");
#source("../../corelib/src/promise.dart");
+#source("../../corelib/src/proxy.dart");
#source("../../corelib/src/queue.dart");
#source("../../corelib/src/regexp.dart");
#source("../../corelib/src/set.dart");

Powered by Google App Engine
This is Rietveld 408576698