Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index 6581a3ccedcb393d8e6161bfe2a8dbc134eed321..a0a83a07fc9abbef22f59bb804c6a1ecde87835b 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -201,6 +201,7 @@ |
'Chromium_iOS_Device': 'ios_gyp', |
'Chromium_iOS_Device_(ninja)': 'ios_gyp', |
'Chromium_iOS_Simulator_(dbg)': 'ios_gyp', |
+ 'WinClang': 'win_clang_debug_bot', |
Dirk Pranke
2016/03/29 22:42:14
nit: please sort by builder name, so this probably
Nico
2016/03/30 02:15:34
Done.
|
'CrWinClang64(dbg)': 'win_clang_debug_bot', |
'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', |
'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', |
@@ -822,6 +823,7 @@ |
'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', |
'win_chromium_gn_x64_rel': 'gn_release_trybot', |
'win_chromium_x64_rel_ng': 'gn_release_trybot', |
+ 'win_clang': 'win_clang_debug_bot', |
'win_clang_x64_dbg': 'win_clang_debug_bot', |
'win_pgo': 'gyp_official_winpgo', |
}, |