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

Unified Diff: tools/testing/dart/compiler_configuration.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 | « runtime/vm/kernel_isolate.cc ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/compiler_configuration.dart
diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
index 69fb0db75ae802434e90b809ab4e4127d083a607..4b5be7d19e9a3911d971ee5d6734e9be0cda6277 100644
--- a/tools/testing/dart/compiler_configuration.dart
+++ b/tools/testing/dart/compiler_configuration.dart
@@ -223,7 +223,7 @@ class NoneCompilerConfiguration extends CompilerConfiguration {
CommandArtifact artifact) {
List<String> args = [];
if (useDFEIsolate) {
- args.add('--dfe=runtime/tools/kernel-service.dart');
+ args.add('--dfe=utils/kernel-service/kernel-service.dart');
}
if (isChecked) {
args.add('--enable_asserts');
« no previous file with comments | « runtime/vm/kernel_isolate.cc ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698