Chromium Code Reviews| Index: tools/bots/compiler.py |
| =================================================================== |
| --- tools/bots/compiler.py (revision 27192) |
| +++ tools/bots/compiler.py (working copy) |
| @@ -119,7 +119,7 @@ |
| supported_platforms = { |
| 'linux': ['ff', 'chromeOnAndroid', 'chrome'], |
| 'mac': ['safari'], |
| - 'windows': ['ie9', 'ie10'] |
| + 'windows': ['ie9', 'ie10', 'ff'] |
| } |
| # Platforms that we run on the fyi waterfall only. |
| fyi_supported_platforms = { |