| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 1ec74f9a3c0d8eac1042768e78c9118f8188c2f5..b532ded9a2763cca5b412a5b80cb9db06c21ab16 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -30,6 +30,9 @@
|
| 'gn_debug_static_bot': ['gn', 'debug_static_bot'],
|
| 'gn_debug_static_bot_x86': ['gn', 'debug_static_bot', 'x86'],
|
| 'gyp_release_bot': ['gyp', 'release_bot'],
|
| + # clang/win doesn't work with goma yet, so this can't use debug_bot:
|
| + 'win_clang_debug_bot':
|
| + ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'],
|
| },
|
|
|
| # This is a list of configs that do not actually exist on any bot
|
| @@ -68,6 +71,11 @@
|
| 'gyp_defines': 'chromeos=1',
|
| },
|
|
|
| + 'clang': {
|
| + 'gn_args': 'is_clang=true',
|
| + 'gyp_defines': 'clang=1',
|
| + },
|
| +
|
| 'dcheck_always_on': {
|
| 'gn_args': 'dcheck_always_on=true',
|
| 'gyp_defines': 'dcheck_always_on=1',
|
| @@ -167,6 +175,9 @@
|
| 'Linux GN': 'gn_release_bot',
|
| 'Linux GN (dbg)': 'gn_debug_bot'
|
| },
|
| + 'chromium.fyi': {
|
| + 'CrWinClang64(dbg)': 'win_clang_debug_bot',
|
| + },
|
| 'chromium.webrtc.fyi': {
|
| 'Android GN': 'android_gn_release_bot',
|
| 'Android GN (dbg)': 'android_gn_debug_bot',
|
|
|