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

Unified Diff: dart/frog/frog_options.dart

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 years, 8 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 | « dart/frog/frog.py ('k') | dart/frog/js_evaluator_node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/frog_options.dart
diff --git a/dart/frog/frog_options.dart b/dart/frog/frog_options.dart
index 46e1020b14a05015d3d5de0866d2dade761e4dbd..d90f4e6df462adf754a63ab5bf59a49b30e5147b 100644
--- a/dart/frog/frog_options.dart
+++ b/dart/frog/frog_options.dart
@@ -77,7 +77,7 @@ class FrogOptions {
childArgs = [];
// Start from 2 to skip arguments representing the compiler command
- // (node/python followed by frogsh/frog.py).
+ // (python followed by frog.py).
loop: for (int i = 2; i < args.length; i++) {
var arg = args[i];
if (tryParseSimpleOption(arg)) continue;
« no previous file with comments | « dart/frog/frog.py ('k') | dart/frog/js_evaluator_node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698