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

Unified Diff: samples/swarm/htmlconverter.py

Issue 9977011: get rid of dependency on htmlconverter for everything but swarm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
Index: samples/swarm/htmlconverter.py
===================================================================
--- samples/swarm/htmlconverter.py (revision 6010)
+++ samples/swarm/htmlconverter.py (working copy)
@@ -470,7 +470,7 @@
metavar="[js,chromium,dartium]",
default='chromium')
result.add_option("--extra-flags",
- help="Extra flags for dartc",
+ help="Extra flags for frogc",
type="string",
default="")
result.set_usage("htmlconverter.py input.html -o OUTDIR")

Powered by Google App Engine
This is Rietveld 408576698