Chromium Code Reviews| Index: tools/testing/dart/compiler_configuration.dart |
| diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart |
| index 868c74c2115373b4ee7bafb540bdd85763e68b1f..f348318017c3756ac02c2279c18c7352861f2532 100644 |
| --- a/tools/testing/dart/compiler_configuration.dart |
| +++ b/tools/testing/dart/compiler_configuration.dart |
| @@ -217,7 +217,7 @@ class DartKCompilerConfiguration extends CompilerConfiguration { |
| @override |
| String computeCompilerPath(String buildDir) { |
| - return 'third_party/pkg/kernel/bin/dartk.dart'; |
| + return 'tools/dartk_wrappers/dartk$executableScriptSuffix'; |
|
kustermann
2016/11/18 16:32:39
At some point we will add a tools/dartk_wrappers/d
|
| } |
| CompilationCommand computeCompilationCommand( |