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

Unified Diff: tools/run.py

Issue 8523024: Adding frogium: a frog-chromium architecture that runs tests in chromium that (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge with latest changes 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
Index: tools/run.py
diff --git a/tools/run.py b/tools/run.py
index 53ce07a6d4a5a452d7bb465ca980c5e6d8300824..8b4c528077402b7e3be2644e68ea1349c39691f1 100755
--- a/tools/run.py
+++ b/tools/run.py
@@ -21,7 +21,7 @@ import utils
def AreOptionsValid(options):
if not options.arch in ['ia32', 'x64', 'arm', 'simarm', 'dartc', 'dartium',
- 'chromium']:
+ 'chromium', 'frogium']:
print 'Unknown arch %s' % options.arch
return None

Powered by Google App Engine
This is Rietveld 408576698