| Index: webrtc/build/mb_config.pyl
|
| diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
|
| index 6a69d077d6172020dc53027494fa4f73a430e662..b9e39e95a9780959e455ba959b5199d818a170f6 100644
|
| --- a/webrtc/build/mb_config.pyl
|
| +++ b/webrtc/build/mb_config.pyl
|
| @@ -82,7 +82,7 @@
|
| 'Win64 Release': 'gyp_release_bot_x64',
|
| 'Win64 Debug (GN)': 'gn_debug_bot_x64',
|
| 'Win64 Release (GN)': 'gn_release_bot_x64',
|
| - 'Win32 Debug (Clang)': 'win_gyp_clang_debug_bot_x86',
|
| + 'Win32 Debug (Clang)': 'win_gn_clang_debug_bot_x86',
|
| 'Win32 Release (Clang)': 'win_gyp_clang_release_bot_x86',
|
| 'Win64 Debug (Clang)': 'win_gyp_clang_debug_bot_x64',
|
| 'Win64 Release (Clang)': 'win_gyp_clang_release_bot_x64',
|
| @@ -162,7 +162,7 @@
|
| 'win_x64_rel': 'gyp_release_bot_x64',
|
| 'win_x64_gn_dbg': 'gn_debug_bot_x64',
|
| 'win_x64_gn_rel': 'gn_release_bot_x64',
|
| - 'win_clang_dbg': 'win_gyp_clang_debug_bot_x86',
|
| + 'win_clang_dbg': 'win_gn_clang_debug_bot_x86',
|
| 'win_clang_rel': 'win_gyp_clang_release_bot_x86',
|
| 'win_x64_clang_dbg': 'win_gyp_clang_debug_bot_x64',
|
| 'win_x64_clang_rel': 'win_gyp_clang_release_bot_x64',
|
| @@ -251,8 +251,8 @@
|
| ],
|
|
|
| # Windows
|
| - 'win_gyp_clang_debug_bot_x86': [
|
| - 'gyp', 'clang', 'openh264_debug_bot', 'x86',
|
| + 'win_gn_clang_debug_bot_x86': [
|
| + 'gn', 'clang', 'openh264_debug_bot', 'x86',
|
| ],
|
| 'win_gyp_clang_release_bot_x86': [
|
| 'gyp', 'clang', 'openh264_release_bot', 'x86',
|
|
|