| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 # This is the list of configs that you can pass to mb; each config | 6 # This is the list of configs that you can pass to mb; each config |
| 7 # represents a particular combination of GYP_DEFINES/gn args that | 7 # represents a particular combination of GYP_DEFINES/gn args that |
| 8 # we must support. A given config *may* be platform-specific but | 8 # we must support. A given config *may* be platform-specific but |
| 9 # is not necessarily so (i.e., we might have mac, win, and linux | 9 # is not necessarily so (i.e., we might have mac, win, and linux |
| 10 # bots all using the 'gn_release_bot' config). | 10 # bots all using the 'gn_release_bot' config). |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 }, | 147 }, |
| 148 'chromium.mac': { | 148 'chromium.mac': { |
| 149 'Mac GN': 'gn_release_bot', | 149 'Mac GN': 'gn_release_bot', |
| 150 'Mac GN (dbg)': 'gn_debug_static_bot', | 150 'Mac GN (dbg)': 'gn_debug_static_bot', |
| 151 }, | 151 }, |
| 152 'chromium.win': { | 152 'chromium.win': { |
| 153 'Win8 GN': 'gn_release_bot_x86', | 153 'Win8 GN': 'gn_release_bot_x86', |
| 154 'Win8 GN (dbg)': 'gn_debug_static_bot_x86', | 154 'Win8 GN (dbg)': 'gn_debug_static_bot_x86', |
| 155 }, | 155 }, |
| 156 'chromium.webkit': { | 156 'chromium.webkit': { |
| 157 'Android GN': 'gn_release_bot', | 157 'Android GN': 'android_gn_release_bot', |
| 158 'Android GN (dbg)': 'gn_debug_bot', | 158 'Android GN (dbg)': 'android_gn_debug_bot', |
| 159 'Linux GN': 'gn_release_bot', | 159 'Linux GN': 'gn_release_bot', |
| 160 'Linux GN (dbg)': 'gn_debug_bot' | 160 'Linux GN (dbg)': 'gn_debug_bot' |
| 161 }, | 161 }, |
| 162 'tryserver.blink': { | 162 'tryserver.blink': { |
| 163 'android_chromium_gn_compile_rel': 'android_gn_release_bot', | 163 'android_chromium_gn_compile_rel': 'android_gn_release_bot', |
| 164 'linux_chromium_gn_rel': 'gn_release_bot', | 164 'linux_chromium_gn_rel': 'gn_release_bot', |
| 165 }, | 165 }, |
| 166 'tryserver.chromium.linux': { | 166 'tryserver.chromium.linux': { |
| 167 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 167 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
| 168 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', | 168 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', |
| 169 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', | 169 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', |
| 170 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 170 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
| 171 'linux_chromium_gn_dbg': 'gn_debug_bot', | 171 'linux_chromium_gn_dbg': 'gn_debug_bot', |
| 172 'linux_chromium_gn_rel': 'gn_release_trybot', | 172 'linux_chromium_gn_rel': 'gn_release_trybot', |
| 173 'linux_chromium_gn_upload_x64': 'gn_release_bot', | 173 'linux_chromium_gn_upload_x64': 'gn_release_bot', |
| 174 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', | 174 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', |
| 175 }, | 175 }, |
| 176 'tryserver.chromium.mac': { | 176 'tryserver.chromium.mac': { |
| 177 'mac_chromium_gn_dbg': 'gn_debug_static_bot', | 177 'mac_chromium_gn_dbg': 'gn_debug_static_bot', |
| 178 'mac_chromium_gn_rel': 'gn_release_trybot', | 178 'mac_chromium_gn_rel': 'gn_release_trybot', |
| 179 'mac_chromium_gn_upload': 'gn_release_bot', | 179 'mac_chromium_gn_upload': 'gn_release_bot', |
| 180 }, | 180 }, |
| 181 'tryserver.chromium.win': { | 181 'tryserver.chromium.win': { |
| 182 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', | 182 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', |
| 183 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 183 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 184 'win8_chromium_gn_upload': 'gn_release_bot', | 184 'win8_chromium_gn_upload': 'gn_release_bot', |
| 185 }, | 185 }, |
| 186 }, | 186 }, |
| 187 } | 187 } |
| OLD | NEW |