Remove Win UWP mb config

Bug: webrtc:12803
Change-Id: Ia66efdf101645a2a0332662ff8b010a78024b0a6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220161
Commit-Queue: Christoffer Jansson <jansson@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34134}
This commit is contained in:
Christoffer Jansson
2021-05-26 14:18:05 +02:00
committed by WebRTC LUCI CQ
parent 940108b04f
commit b4f3204a23

View File

@ -91,7 +91,6 @@
'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
'Win64 ASan': 'win_asan_clang_release_bot_x64',
'Win64 UWP': 'win_uwp_release_bot_x64',
'Win (more configs)': {
'bwe_test_logging':
'bwe_test_logging_x86',
@ -233,7 +232,6 @@
'win_asan': 'win_asan_clang_release_bot_x64',
'win_x64_clang_dbg_win8': 'win_clang_debug_bot_x64',
'win_x64_clang_dbg_win10': 'win_clang_debug_bot_x64',
'win_x64_uwp': 'win_uwp_release_bot_x64',
'win_x86_more_configs': {
'bwe_test_logging':
'bwe_test_logging_x86',
@ -340,10 +338,6 @@
'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x64',
'win_fastlink',
],
'win_uwp_release_bot_x64': [
# UWP passes compiler flags that are not supported by goma.
'no_clang', 'openh264', 'x64', 'winuwp', 'release_bot_no_goma'
],
# Mac
'mac_asan_clang_release_bot_x64': [
@ -615,10 +609,6 @@
'gn_args': 'rtc_enable_sctp=false',
},
'winuwp': {
'gn_args': 'target_os="winuwp"',
},
'win_undef_unicode': {
'gn_args': 'rtc_win_undef_unicode=true',
},