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

Unified Diff: runtime/bin/io_natives.cc

Issue 169753003: Don't depend on libdart_io in run_vm_tests and gen_snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup. Created 6 years, 10 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
« runtime/bin/bin.gypi ('K') | « runtime/bin/io_impl_sources.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 6a860b7d66da24c8c07e46dfa5f55f5c67972a58..90a6263c4cfe6a3f0055660165070ed8f0914b65 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -22,6 +22,13 @@ namespace bin {
#define IO_NATIVE_LIST(V) \
V(Crypto_GetRandomBytes, 1) \
Ivan Posva 2014/02/25 08:44:35 Shouldn't this move to builtin now?
Anders Johnsen 2014/02/25 08:50:25 Hmm, yeah. But IMO, this whole setup is kind of bo
V(EventHandler_SendData, 3) \
+ V(FileSystemWatcher_CloseWatcher, 1) \
+ V(FileSystemWatcher_GetSocketId, 2) \
+ V(FileSystemWatcher_InitWatcher, 0) \
+ V(FileSystemWatcher_IsSupported, 0) \
+ V(FileSystemWatcher_ReadEvents, 2) \
+ V(FileSystemWatcher_UnwatchPath, 2) \
+ V(FileSystemWatcher_WatchPath, 4) \
V(Filter_CreateZLibDeflate, 3) \
V(Filter_CreateZLibInflate, 1) \
V(Filter_End, 1) \
« runtime/bin/bin.gypi ('K') | « runtime/bin/io_impl_sources.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698