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

Unified Diff: runtime/bin/io_natives.cc

Issue 11365149: Move Platform class to dartlib_io target. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Delete duplicate copies of moved lines. Created 8 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
« no previous file with comments | « 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 c73ca95cc85cf8247a081174645da52d4b077ca9..549ab41d1b5a67e7439a3dae1aa95b6b5cbc2ae7 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -21,6 +21,11 @@
V(Crypto_GetRandomBytes, 1) \
V(EventHandler_Start, 1) \
V(EventHandler_SendData, 4) \
+ V(Platform_NumberOfProcessors, 0) \
+ V(Platform_OperatingSystem, 0) \
+ V(Platform_PathSeparator, 0) \
+ V(Platform_LocalHostname, 0) \
+ V(Platform_Environment, 0) \
V(Process_Start, 10) \
V(Process_Kill, 3) \
V(ServerSocket_CreateBindListen, 4) \
« no previous file with comments | « runtime/bin/io_impl_sources.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698