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

Unified Diff: runtime/bin/vmservice_impl.cc

Issue 27530002: Reorganize VM Service client (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/bin/vmservice/gen_resources_sources.sh ('k') | runtime/tools/create_resources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice_impl.cc
diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc
index a1c9213d10a91ad78d02d068484ae9edbbb25211..2a45192c7d421880e19cf6d416fc82342c8777f7 100644
--- a/runtime/bin/vmservice_impl.cc
+++ b/runtime/bin/vmservice_impl.cc
@@ -47,7 +47,7 @@ static const char* kVMServiceIOLibraryScriptResourceName =
static const char* kVMServiceLibraryName =
kLibraryResourceNamePrefix "/vmservice.dart";
-#define kClientResourceNamePrefix "/vmservice/client"
+#define kClientResourceNamePrefix "/vmservice/client/out/web"
Dart_Isolate VmService::isolate_ = NULL;
Dart_Port VmService::port_ = ILLEGAL_PORT;
« no previous file with comments | « runtime/bin/vmservice/gen_resources_sources.sh ('k') | runtime/tools/create_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698