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

Unified Diff: frog/frog.py

Issue 8597016: - Remove uses of the dart_bin binary. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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 | « frog/dart-frog.gyp ('k') | samples/chat/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/frog.py
===================================================================
--- frog/frog.py (revision 1711)
+++ frog/frog.py (working copy)
@@ -135,7 +135,7 @@
if not exists(dart):
print("Dart VM not configured in %s," % dart),
print "run the following command from the dart directory"
- print " tools/build.py -m release dart_bin"
+ print " tools/build.py -m release"
return 1
if subprocess.call("node --help >/dev/null 2>&1", shell=True):
« no previous file with comments | « frog/dart-frog.gyp ('k') | samples/chat/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698