| Index: tools/bots/compiler.py
|
| ===================================================================
|
| --- tools/bots/compiler.py (revision 27237)
|
| +++ tools/bots/compiler.py (working copy)
|
| @@ -118,8 +118,8 @@
|
| def UseBrowserController(runtime, system):
|
| supported_platforms = {
|
| 'linux': ['ff', 'chromeOnAndroid', 'chrome'],
|
| - 'mac': ['safari'],
|
| - 'windows': ['ie9', 'ie10', 'ff']
|
| + 'mac': ['safari', 'chrome'],
|
| + 'windows': ['ie9', 'ie10', 'ff', 'chrome']
|
| }
|
| # Platforms that we run on the fyi waterfall only.
|
| fyi_supported_platforms = {
|
|
|