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

Unified Diff: pkg/front_end/lib/src/fasta/compiler_command_line.dart

Issue 2972323002: Add 'flutter_release' patch_sdk mode to patch_sdk (Closed)
Patch Set: Replace flag with dedicated target Created 3 years, 5 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/lib/target/flutter.dart » ('j') | pkg/kernel/lib/target/flutter.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/compiler_command_line.dart
diff --git a/pkg/front_end/lib/src/fasta/compiler_command_line.dart b/pkg/front_end/lib/src/fasta/compiler_command_line.dart
index 8fc042009bbf00c5a99962de759f5d6fc7815495..2ad1e11903adb7c07b8117bd5af1e99518a4b5a3 100644
--- a/pkg/front_end/lib/src/fasta/compiler_command_line.dart
+++ b/pkg/front_end/lib/src/fasta/compiler_command_line.dart
@@ -195,7 +195,7 @@ Supported options:
Read the SDK platform from <file>, which should be in Dill/Kernel IR format
and contain the Dart SDK.
- --target=none|vm|vmcc|vmreify|flutter
+ --target=none|vm|vm_fasta|vmcc|vmreify|flutter|flutter_fasta|flutter_fasta_release
ahe 2017/07/10 13:19:02 Perhaps we should change this to: --target=TARG
aam 2017/07/10 22:11:37 Done.
Specify the target configuration.
--verify
« no previous file with comments | « no previous file | pkg/kernel/lib/target/flutter.dart » ('j') | pkg/kernel/lib/target/flutter.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698