| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 # Use of this source code is governed by a BSD-style license that can be | 5 # Use of this source code is governed by a BSD-style license that can be |
| 6 # found in the LICENSE file. | 6 # found in the LICENSE file. |
| 7 | 7 |
| 8 # See master.experimental/slaves.cfg for documentation. | 8 # See master.experimental/slaves.cfg for documentation. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'bits': '64', | 309 'bits': '64', |
| 310 }, | 310 }, |
| 311 { | 311 { |
| 312 'master': 'ChromiumWin', | 312 'master': 'ChromiumWin', |
| 313 'builder': 'Win Aura', | 313 'builder': 'Win Aura', |
| 314 'hostname': 'build10-m1', | 314 'hostname': 'build10-m1', |
| 315 'os': 'win', | 315 'os': 'win', |
| 316 'version': '2008', | 316 'version': '2008', |
| 317 'bits': '64', | 317 'bits': '64', |
| 318 }, | 318 }, |
| 319 { |
| 320 'master': 'ChromiumWin', |
| 321 'builder': 'Win8 Ash', |
| 322 'hostname': 'vm898-m1', |
| 323 'os': 'win', |
| 324 'version': 'win8', |
| 325 'bits': '64', |
| 326 }, |
| 319 ] | 327 ] |
| OLD | NEW |