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

Unified Diff: tools/make_bundle.py

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
Index: tools/make_bundle.py
===================================================================
--- tools/make_bundle.py (revision 881)
+++ tools/make_bundle.py (working copy)
@@ -31,7 +31,7 @@
self._debug_build_root = utils.GetBuildRoot(self._os, mode='debug',
arch='ia32')
self._dartc_build_root = utils.GetBuildRoot(self._os, mode='release',
- arch='dartc')
+ arch='ia32')
@staticmethod
def BuildOptions():
@@ -141,7 +141,7 @@
if not self._skip_build:
self._InvokeTool('runtime', 'build.py', '--arch=ia32',
'--mode=release,debug')
- self._InvokeTool('compiler', 'build.py', '--arch=dartc', '--mode=release')
+ self._InvokeTool('compiler', 'build.py', '--arch=ia32', '--mode=release')
self._InvokeTool('language', 'build.py', '--arch=ia32', '--mode=release')
release_vm = self._GetReleaseOutput('runtime', 'dart_bin')
« samples/chat/README ('K') | « samples/chat/README ('k') | tools/presubmit.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698