Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
| index 16dd8908965ccadc5d14d618c39daf05352c4463..57a0049594043c21779c6ccb254a665a588fe872 100644 |
| --- a/tools/testing/dart/test_options.dart |
| +++ b/tools/testing/dart/test_options.dart |
| @@ -72,8 +72,8 @@ Controls how dart code is compiled and executed. |
| leg: Compile dart code by running leg on the standalone dart vm, and |
| run the resulting javascript on D8. |
| - frogsh: Compile dart code by running frog on node.js, and run the |
| - resulting javascript on the same instance of node.js. |
| + frogsh: Compile dart code by running frog as javascript in DumpRenderTree, |
|
ngeoffray
2012/03/06 07:14:20
frog as javascript -> frog compiled to javascript?
mattsh
2012/03/06 16:17:33
Done.
|
| + and run the resulting javascript in DumpRenderTree. |
| dartium: Run dart code in a type="application/dart" script tag in a |
| dartium build of DumpRenderTree. |