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

Unified Diff: utils/testrunner/options.dart

Issue 15755017: Switch from DRT to content shell. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « utils/apidoc/mdn/extractRunner.js ('k') | utils/testrunner/testrunner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/testrunner/options.dart
diff --git a/utils/testrunner/options.dart b/utils/testrunner/options.dart
index 0e736be1e4fd596f133959afbf77a780005dbdf0..3d5714f158cc6dd5364bf270083695eb65f19506 100644
--- a/utils/testrunner/options.dart
+++ b/utils/testrunner/options.dart
@@ -16,10 +16,12 @@ ArgParser getOptionParser() {
allowed: ['vm', 'drt-dart', 'drt-js'],
allowedHelp: {
'vm': 'Run Dart code natively on the standalone dart vm.',
+ // TODO(antonm): fix option name.
'drt-dart': 'Run Dart code natively in the headless version of\n'
- 'Chrome, DumpRenderTree.',
+ 'Chrome, Content shell.',
+ // TODO(antonm): fix option name.
'drt-js': 'Run Dart compiled to JavaScript in the headless version\n'
- 'of Chrome, DumpRenderTree.'
+ 'of Chrome, Content shell.'
});
parser.addFlag('checked', defaultsTo: false,
« no previous file with comments | « utils/apidoc/mdn/extractRunner.js ('k') | utils/testrunner/testrunner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698