Try UWP with msvc.

The UWP toolchain code appears to be broken with clang, so let's see
if we have better luck with MSVC.

Bug: webrtc:10050
Change-Id: If8d29e7a95a0780c310ccd665c99d7a3add1016a
Reviewed-on: https://webrtc-review.googlesource.com/c/112290
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25841}
This commit is contained in:
Patrik Höglund
2018-11-29 14:35:38 +01:00
committed by Commit Bot
parent 72e52ee619
commit bd0acdb2f2

View File

@ -352,7 +352,7 @@
], ],
'win_uwp_release_bot_x64': [ 'win_uwp_release_bot_x64': [
# UWP passes compiler flags that are not supported by goma. # UWP passes compiler flags that are not supported by goma.
'gn', 'clang', 'openh264', 'x64', 'winuwp', 'release_bot_no_goma' 'gn', 'no_clang', 'openh264', 'x64', 'winuwp', 'release_bot_no_goma'
], ],
# Mac # Mac
@ -500,6 +500,10 @@
'gn_args': 'use_goma=true', 'gn_args': 'use_goma=true',
}, },
'no_goma': {
'gn_args': 'use_goma=false',
},
'libfuzzer': { 'libfuzzer': {
'gn_args': 'use_libfuzzer=true', 'gn_args': 'use_libfuzzer=true',
}, },
@ -550,7 +554,7 @@
}, },
'release_bot_no_goma': { 'release_bot_no_goma': {
'mixins': ['release', 'dcheck_always_on'], 'mixins': ['release', 'no_goma', 'dcheck_always_on'],
}, },
'tsan': { 'tsan': {