| Index: utils/compiler/buildbot.py
|
| ===================================================================
|
| --- utils/compiler/buildbot.py (revision 8058)
|
| +++ utils/compiler/buildbot.py (working copy)
|
| @@ -189,6 +189,10 @@
|
| # http://code.google.com/p/selenium/wiki/InternetExplorerDriver.
|
| flags = flags + ['-j1']
|
|
|
| + if system == 'linux' and runtime == 'chrome':
|
| + # TODO(ngeoffray): We should install selenium on the buildbot.
|
| + runtime = 'drt'
|
| +
|
| if compiler == 'dart2js':
|
| if option == 'checked': flags = flags + ['--host-checked']
|
|
|
|
|