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_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'], |
| 24 'gn_linux_upload': ['gn_linux_upload'], |
24 'gn_release_bot': ['gn', 'release_bot'], | 25 'gn_release_bot': ['gn', 'release_bot'], |
25 'gn_release_bot_x86': ['gn', 'release_bot', 'x86'], | 26 'gn_release_bot_x86': ['gn', 'release_bot', 'x86'], |
26 'gn_release_trybot': ['gn', 'release_trybot'], | 27 'gn_release_trybot': ['gn', 'release_trybot'], |
27 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], | 28 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], |
28 'gn_debug_bot': ['gn', 'debug_bot'], | 29 'gn_debug_bot': ['gn', 'debug_bot'], |
29 'gn_debug_bot_x86': ['gn', 'debug_bot', 'x86'], | 30 'gn_debug_bot_x86': ['gn', 'debug_bot', 'x86'], |
30 'gn_debug_static_bot': ['gn', 'debug_static_bot'], | 31 'gn_debug_static_bot': ['gn', 'debug_static_bot'], |
31 'gn_debug_static_bot_x86': ['gn', 'debug_static_bot', 'x86'], | 32 'gn_debug_static_bot_x86': ['gn', 'debug_static_bot', 'x86'], |
32 'gyp_release_bot': ['gyp', 'release_bot'], | 33 'gyp_release_bot': ['gyp', 'release_bot'], |
33 }, | 34 }, |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 | 83 |
83 'debug_static_bot': { | 84 'debug_static_bot': { |
84 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'] | 85 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'] |
85 }, | 86 }, |
86 | 87 |
87 'full_symbols': { | 88 'full_symbols': { |
88 'gn_args': 'symbol_level=2', | 89 'gn_args': 'symbol_level=2', |
89 'gyp_defines': 'fastbuild=0', | 90 'gyp_defines': 'fastbuild=0', |
90 }, | 91 }, |
91 | 92 |
| 93 'gn_linux_upload': { |
| 94 'type': 'gn', |
| 95 |
| 96 # We don't want to require a runtime dependency on glib in the |
| 97 # GN binary; ideally we could just turn glib off, but that doesn't |
| 98 # actually work, so we need to pretend to be doing an ozone build |
| 99 # in order for the flag to actually take effect. |
| 100 'gn_args': 'use_ozone=true use_glib=false', |
| 101 }, |
| 102 |
92 'gn': {'type': 'gn'}, | 103 'gn': {'type': 'gn'}, |
93 | 104 |
94 'goma': { | 105 'goma': { |
95 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"', | 106 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"', |
96 'gyp_defines': 'goma=1 gomadir=$(goma_dir)', | 107 'gyp_defines': 'goma=1 gomadir=$(goma_dir)', |
97 }, | 108 }, |
98 | 109 |
99 'gyp': {'type': 'gyp'}, | 110 'gyp': {'type': 'gyp'}, |
100 | 111 |
101 'minimal_symbols': { | 112 'minimal_symbols': { |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'android_chromium_gn_compile_rel': 'android_gn_release_bot', | 198 'android_chromium_gn_compile_rel': 'android_gn_release_bot', |
188 'linux_chromium_gn_rel': 'gn_release_bot', | 199 'linux_chromium_gn_rel': 'gn_release_bot', |
189 }, | 200 }, |
190 'tryserver.chromium.linux': { | 201 'tryserver.chromium.linux': { |
191 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 202 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
192 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', | 203 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', |
193 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', | 204 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', |
194 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 205 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
195 'linux_chromium_gn_dbg': 'gn_debug_bot', | 206 'linux_chromium_gn_dbg': 'gn_debug_bot', |
196 'linux_chromium_gn_rel': 'gn_release_trybot', | 207 'linux_chromium_gn_rel': 'gn_release_trybot', |
197 'linux_chromium_gn_upload': 'gn_release_bot', | 208 'linux_chromium_gn_upload': 'gn_linux_upload', |
198 'linux_chromium_gn_upload_x64': 'gn_release_bot', # TODO(dpranke): Remove
me. | |
199 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', # TODO(dpranke): Rem
ove me. | |
200 }, | 209 }, |
201 'tryserver.chromium.mac': { | 210 'tryserver.chromium.mac': { |
202 'mac_chromium_gn_dbg': 'gn_debug_static_bot', | 211 'mac_chromium_gn_dbg': 'gn_debug_static_bot', |
203 'mac_chromium_gn_rel': 'gn_release_trybot', | 212 'mac_chromium_gn_rel': 'gn_release_trybot', |
204 'mac_chromium_gn_upload': 'gn_release_bot', | 213 'mac_chromium_gn_upload': 'gn_release_bot', |
205 }, | 214 }, |
206 'tryserver.chromium.win': { | 215 'tryserver.chromium.win': { |
207 'win_chromium_gn_x64_dbg': 'gn_debug_static_bot', | 216 'win_chromium_gn_x64_dbg': 'gn_debug_static_bot', |
208 'win_chromium_gn_x64_rel': 'gn_release_trybot', | 217 'win_chromium_gn_x64_rel': 'gn_release_trybot', |
209 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', | 218 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', |
210 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 219 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
211 'win8_chromium_gn_upload': 'gn_release_bot', | 220 'win8_chromium_gn_upload': 'gn_release_bot', |
212 }, | 221 }, |
213 'tryserver.v8': { | 222 'tryserver.v8': { |
214 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 223 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
215 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 224 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
216 }, | 225 }, |
217 }, | 226 }, |
218 } | 227 } |
OLD | NEW |