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

Unified Diff: pkg/kernel/bin/dartk.dart

Issue 2697873007: Merge the work on Generic Types Reification from 'dart-lang/reify' repo (Closed)
Patch Set: Get back parameter erroneously removed by previous commit Created 3 years, 10 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 | « no previous file | pkg/kernel/bin/reified_dart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/bin/dartk.dart
diff --git a/pkg/kernel/bin/dartk.dart b/pkg/kernel/bin/dartk.dart
index 84fbf77a4d0e6627cfb4ea944b56c6c767ab4e4e..b195bdaf206ce684ea808bbbdd01b98780b2298e 100755
--- a/pkg/kernel/bin/dartk.dart
+++ b/pkg/kernel/bin/dartk.dart
@@ -305,6 +305,7 @@ Future<CompilerOutcome> batchMain(
TargetFlags targetFlags = new TargetFlags(
strongMode: options['strong'],
treeShake: options['tree-shake'],
+ kernelRuntime: Platform.script.resolve('../runtime/'),
programRoots: programRoots);
Target target = getTarget(options['target'], targetFlags);
« no previous file with comments | « no previous file | pkg/kernel/bin/reified_dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698