| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 { | 103 { |
| 104 'master': 'ChromiumWin', | 104 'master': 'ChromiumWin', |
| 105 'builder': 'Win8 GN (dbg)', | 105 'builder': 'Win8 GN (dbg)', |
| 106 'hostname': 'vm876-m1', | 106 'hostname': 'vm876-m1', |
| 107 'os': 'win', | 107 'os': 'win', |
| 108 'version': 'win8', | 108 'version': 'win8', |
| 109 'bits': '64', | 109 'bits': '64', |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 'master': 'ChromiumWin', | 112 'master': 'ChromiumWin', |
| 113 'builder': 'WinClang64 (dbg)', |
| 114 'hostname': 'build2-m1', |
| 115 'os': 'win', |
| 116 'version': 'win7', |
| 117 'bits': '64', |
| 118 }, |
| 119 { |
| 120 'master': 'ChromiumWin', |
| 113 'builder': 'Win10 Tests x64', | 121 'builder': 'Win10 Tests x64', |
| 114 'hostname': 'vm6-m1', | 122 'hostname': 'vm6-m1', |
| 115 'os': 'win', | 123 'os': 'win', |
| 116 'version': 'win10', | 124 'version': 'win10', |
| 117 'bits': '64', | 125 'bits': '64', |
| 118 }, | 126 }, |
| 119 ] | 127 ] |
| OLD | NEW |