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