| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2006-2009 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'bits': '32', | 365 'bits': '32', |
| 366 }, | 366 }, |
| 367 { | 367 { |
| 368 'master': 'ChromiumFYI', | 368 'master': 'ChromiumFYI', |
| 369 'builder': 'Chromium Linux Debug Clang', | 369 'builder': 'Chromium Linux Debug Clang', |
| 370 'hostname': 'bunny', | 370 'hostname': 'bunny', |
| 371 'os': 'linux', | 371 'os': 'linux', |
| 372 'version': 'lucid', | 372 'version': 'lucid', |
| 373 'bits': '64', | 373 'bits': '64', |
| 374 }, | 374 }, |
| 375 { |
| 376 'master': 'ChromiumFYI', |
| 377 'builder': 'Chromium Mac Debug Clang', |
| 378 'hostname': 'codf62', |
| 379 'os': 'mac', |
| 380 'version': '10.6', |
| 381 }, |
| 375 ] | 382 ] |
| OLD | NEW |