From b4f3204a23a6e99a4c191cfb170ded4e52c90f30 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Wed, 26 May 2021 14:18:05 +0200 Subject: [PATCH] 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 Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#34134} --- tools_webrtc/mb/mb_config.pyl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 13159a3d94..22a5e71fcd 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -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', },