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

Unified Diff: runtime/vm/service/vmservice.dart

Issue 125103004: Move service into VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
« no previous file with comments | « runtime/vm/service/running_isolates.dart ('k') | runtime/vm/service_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/vmservice.dart
diff --git a/runtime/bin/vmservice/vmservice.dart b/runtime/vm/service/vmservice.dart
similarity index 93%
rename from runtime/bin/vmservice/vmservice.dart
rename to runtime/vm/service/vmservice.dart
index 553242800cca94dde459c15b0703ebc0f13a835e..9b4e3a178a15d0fa11e3c824d051d52f1e394d55 100644
--- a/runtime/bin/vmservice/vmservice.dart
+++ b/runtime/vm/service/vmservice.dart
@@ -11,7 +11,6 @@ import 'dart:typed_data';
part 'client.dart';
part 'constants.dart';
-part 'resources.dart';
part 'running_isolate.dart';
part 'running_isolates.dart';
part 'message.dart';
@@ -87,5 +86,11 @@ class VMService extends MessageRouter {
}
}
+RawReceivePort boot() {
+ // Boot the VMService.
+ // Return the port we expect isolate startup and shutdown messages on.
+ return new VMService().receivePort;
+}
+
void sendServiceMessage(SendPort sp, Object m)
native "VMService_SendServiceMessage";
« no previous file with comments | « runtime/vm/service/running_isolates.dart ('k') | runtime/vm/service_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698