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