 Chromium Code Reviews
 Chromium Code Reviews 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/
    
  
    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/| Index: samples/belay/buzzer/start-server | 
| =================================================================== | 
| --- samples/belay/buzzer/start-server (revision 881) | 
| +++ samples/belay/buzzer/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([ |