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

Unified Diff: client/samples/total/bin/start-server

Issue 8341103: build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in th... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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 | « no previous file | client/tools/buildbot_annotated_steps.py » ('j') | samples/chat/README » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/total/bin/start-server
===================================================================
--- client/samples/total/bin/start-server (revision 881)
+++ client/samples/total/bin/start-server (working copy)
@@ -29,8 +29,7 @@
# Build dartc
if subprocess.call([
'../tools/build.py',
- '--mode=%s' % mode,
- '--arch=dartc'],
+ '--mode=%s' % mode],
cwd = rootPath('compiler')) != 0:
return False
if subprocess.call([
« no previous file with comments | « no previous file | client/tools/buildbot_annotated_steps.py » ('j') | samples/chat/README » ('J')

Powered by Google App Engine
This is Rietveld 408576698