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

Unified Diff: lib/src/runner/vm/platform.dart

Issue 2184543002: Use the package_resolver package. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 5 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 | « lib/src/runner/configuration/args.dart ('k') | lib/src/util/dart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/vm/platform.dart
diff --git a/lib/src/runner/vm/platform.dart b/lib/src/runner/vm/platform.dart
index 41ffd414c41651d59205ead62c31869a3938491f..78ce654bbfde94fe12c41e6f36a2d6992c984875 100644
--- a/lib/src/runner/vm/platform.dart
+++ b/lib/src/runner/vm/platform.dart
@@ -69,7 +69,7 @@ class VMPlatform extends PlatformPlugin {
});
new IsolateChannel.connectSend(message).pipe(channel);
}
- ''', message, packageRoot: p.toUri(_config.packageRoot), checked: true);
+ ''', message, checked: true);
}
var url = _config.pubServeUrl.resolveUri(
« no previous file with comments | « lib/src/runner/configuration/args.dart ('k') | lib/src/util/dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698