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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2274713005: GN: Fix Windows Clang errors (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: It works! Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
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',
« tools/gyp_flag_compare.py ('K') | « webrtc/base/BUILD.gn ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698