Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1108973002: Flip the Android GN debug bots to shared builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698