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

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

Issue 2669783002: Put tree-shaking behind a flag in dartk. (Closed)
Patch Set: Make named argument TargetFlags.treeShake default to false Created 3 years, 11 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 | « tools/testing/dart/compiler_configuration.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index d2b09b8eab4d3fdae7625812423728718e91c394..ba252ffae00dc05655f6a31ab0c4888405ee26ba 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -291,6 +291,9 @@ class TestOptionsParser {
'verify-ir', 'Verify kernel IR', ['--verify-ir'], [], false,
type: 'bool'),
new _TestOptionSpecification(
+ 'no-tree-shake', 'Disable kernel IR tree shaking', ['--no-tree-shake'], [], false,
+ type: 'bool'),
+ new _TestOptionSpecification(
'use-standalone-dartk', 'Generate Kernel binaries with a standalone dartk compiler', ['--use-standalone-dartk'], [], false,
type: 'bool'),
new _TestOptionSpecification(
« no previous file with comments | « tools/testing/dart/compiler_configuration.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698