Adding WinUWP compilation support to WebRTC.
Windows UWP allows an application to be built that targets across all Windows 10 based systems and the Windows store. Change-Id: I69694bb7e83fb01ad6db2438b065b55738cf01fd Bug: webrtc:10046 Reviewed-on: https://webrtc-review.googlesource.com/c/110570 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25814}
This commit is contained in:

committed by
Commit Bot

parent
3bc24bcd3e
commit
ce1b140b8d
@ -47,12 +47,14 @@ group("examples") {
|
||||
|
||||
if (is_linux || is_win) {
|
||||
deps += [
|
||||
":peerconnection_client",
|
||||
":peerconnection_server",
|
||||
":relayserver",
|
||||
":stunserver",
|
||||
":turnserver",
|
||||
]
|
||||
if (current_os != "winuwp") {
|
||||
deps += [ ":peerconnection_client" ]
|
||||
}
|
||||
}
|
||||
|
||||
if (is_android || is_win) {
|
||||
|
Reference in New Issue
Block a user