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

Unified Diff: tools/testing/dart/test_runner.dart

Issue 2665753002: Reapply "Create an app snapshot of the Dart front end." (Closed)
Patch Set: merge Created 3 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 | « tools/testing/dart/compiler_configuration.dart ('k') | utils/kernel-service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 944d5892225d56e7ad0654eeff9433ba5fec3476..1680066f6a7c925f9256b86ee68383bb108f5f1b 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -2389,7 +2389,7 @@ class BatchDFEProcess {
Future _startProcess() async {
final executable = io.Platform.executable;
- final arguments = ['runtime/tools/kernel-service.dart', '--batch'];
+ final arguments = ['utils/kernel-service/kernel-service.dart', '--batch'];
try {
_port = -1;
« no previous file with comments | « tools/testing/dart/compiler_configuration.dart ('k') | utils/kernel-service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698