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

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

Issue 2516433004: Add wrapper shell script to invoke dartk with checked-in binary (Closed)
Patch Set: Created 4 years, 1 month 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/dartk_wrappers/dartk ('k') | no next file » | 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 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(
« no previous file with comments | « tools/dartk_wrappers/dartk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698