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

Unified Diff: dart/utils/template/temploptions.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/utils/css/cssoptions.dart ('k') | dart/utils/tests/pub/pub.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/template/temploptions.dart
diff --git a/dart/utils/template/temploptions.dart b/dart/utils/template/temploptions.dart
index 020d12c6953260e3d4e841d5438635b190619376..33e02560deb53c0747fed4822036adabaf3fb71c 100644
--- a/dart/utils/template/temploptions.dart
+++ b/dart/utils/template/temploptions.dart
@@ -46,7 +46,7 @@ class TemplateOptions {
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];
« no previous file with comments | « dart/utils/css/cssoptions.dart ('k') | dart/utils/tests/pub/pub.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698