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

Unified Diff: dart/tools/make_bundle.py

Issue 8408002: Add a new variable environment for testing, to replace the misusage of 'arch'. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
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: dart/tools/make_bundle.py
===================================================================
--- dart/tools/make_bundle.py (revision 813)
+++ dart/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')
+ FOOBAR='dartc')
@staticmethod
def BuildOptions():
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tools/test.py » ('j') | dart/tools/test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698