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

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

Issue 2786083002: Read platform.dill in the VM. (Closed)
Patch Set: Allow main to be a field or getter. Created 3 years, 9 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
« runtime/vm/kernel_reader.cc ('K') | « runtime/vm/object_store.h ('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 d8863273c4d849c23b89f55804d71a082f3a992b..e88af22b3301fff13398a478225111dddff2c5b2 100644
--- a/tools/testing/dart/compiler_configuration.dart
+++ b/tools/testing/dart/compiler_configuration.dart
@@ -214,6 +214,7 @@ class NoneCompilerConfiguration extends CompilerConfiguration {
List<String> args = [];
if (useDFE) {
args.add('--dfe=${buildDir}/gen/kernel-service.dart.snapshot');
+ args.add('--platform=${buildDir}/patched_sdk/platform.dill');
ahe 2017/03/31 10:13:09 How about creating an outline of the platform file
Kevin Millikin (Google) 2017/04/25 18:20:29 That's an excellent suggestion. Let's discuss how
}
if (isChecked) {
args.add('--enable_asserts');
« runtime/vm/kernel_reader.cc ('K') | « runtime/vm/object_store.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698