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

Unified Diff: runtime/bin/builtin_in.cc

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/builtin_in.cc
diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc
index aaf9b21eee3285394ce5b640d82e8630625b1ecd..c104dbc23287f2621680ea6a00d67274e8b2f894 100644
--- a/runtime/bin/builtin_in.cc
+++ b/runtime/bin/builtin_in.cc
@@ -46,6 +46,8 @@ static const char Builtin_source_[] = {
V(Platform_NumberOfProcessors, 0) \
V(Platform_OperatingSystem, 0) \
V(Platform_PathSeparator, 0) \
+ V(FilePath_IsDirectory, 1) \
+ V(FilePath_List, 1) \
V(Process_Start, 8) \
V(Process_Kill, 2) \
V(Process_Exit, 2) \

Powered by Google App Engine
This is Rietveld 408576698