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

Unified Diff: runtime/bin/bin.gypi

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: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 1f4b824e5628cd714a8d1a87aae23a5b592d17aa..4c279db8ac9e86a3a61d55b0e56464b637dda5fc 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -24,6 +24,7 @@
'buffer_list.dart',
'directory.dart',
'directory_impl.dart',
+ 'directory_exp.dart',
'eventhandler.dart',
'file.dart',
'file_impl.dart',
@@ -78,6 +79,7 @@
'dartutils.cc',
'directory.h',
'directory.cc',
+ 'directory_exp.cc',
'directory_posix.cc',
'directory_win.cc',
'eventhandler.cc',

Powered by Google App Engine
This is Rietveld 408576698