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). |
11 'configs': { | 11 'configs': { |
12 'android_gn_release_bot': ['android', 'gn', 'release_bot'], | 12 'android_gn_release_bot': ['android', 'gn', 'release_bot'], |
13 'android_gn_debug_bot': ['android', 'gn', 'debug_static_bot'], | 13 'android_gn_debug_bot': ['android', 'gn', 'debug_bot'], |
14 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], | 14 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], |
15 'android_gyp_debug_bot': ['android', 'gyp', 'debug_bot'], | 15 'android_gyp_debug_bot': ['android', 'gyp', 'debug_bot'], |
16 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'], | 16 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'], |
17 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], | 17 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], |
18 'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'], | 18 'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'], |
19 'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'], | 19 'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'], |
20 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], | 20 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], |
21 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], | 21 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], |
22 'dev_gn_release': ['gn', 'release', 'shared'], | 22 'dev_gn_release': ['gn', 'release', 'shared'], |
23 'dev_gyp_release': ['gyp', 'release', 'shared'], | 23 'dev_gyp_release': ['gyp', 'release', 'shared'], |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', | 195 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', |
196 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 196 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
197 'win8_chromium_gn_upload': 'gn_release_bot', | 197 'win8_chromium_gn_upload': 'gn_release_bot', |
198 }, | 198 }, |
199 'tryserver.v8': { | 199 'tryserver.v8': { |
200 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 200 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
201 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 201 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
202 }, | 202 }, |
203 }, | 203 }, |
204 } | 204 } |
OLD | NEW |