| Index: webrtc/build/mb_config.pyl
|
| diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
|
| index 7e572980217bcb13eacd0d0232e3d799183969c6..0d0215e32abe07d363dbf9108bad2b318ead0a72 100644
|
| --- a/webrtc/build/mb_config.pyl
|
| +++ b/webrtc/build/mb_config.pyl
|
| @@ -111,6 +111,8 @@
|
|
|
| # Windows
|
| 'Win64 Debug (swarming)': 'gn_debug_bot_x64',
|
| + 'Win64 Debug (Win8)': 'gn_debug_bot_x64',
|
| + 'Win64 Debug (Win10)': 'gn_debug_bot_x64',
|
| },
|
| 'tryserver.webrtc': {
|
| # iOS
|
| @@ -187,6 +189,8 @@
|
| 'win_asan': 'win_gn_syzyasan_release_bot_x86',
|
| 'win_baremetal': 'gn_release_bot_x86',
|
| 'win_swarming': 'swarming_gn_debug_bot_x64',
|
| + 'win_x64_win8': 'gn_debug_bot_x64',
|
| + 'win_x64_win10': 'gn_debug_bot_x64',
|
| 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
|
| 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
|
| }
|
|
|