Move relay server code to a test-only target p2p_server_utils.
Bug: webrtc:9798 Change-Id: I5926cbb11922c7bd1adfa2099431dc461cc63f20 Reviewed-on: https://webrtc-review.googlesource.com/c/107361 Reviewed-by: Per Kjellander <perkj@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25347}
This commit is contained in:
@ -731,6 +731,7 @@ if (is_linux || is_win) {
|
||||
"relayserver/relayserver_main.cc",
|
||||
]
|
||||
deps = [
|
||||
"../p2p:p2p_server_utils",
|
||||
"../p2p:rtc_p2p",
|
||||
"../pc:rtc_pc",
|
||||
"../rtc_base:rtc_base",
|
||||
@ -747,6 +748,7 @@ if (is_linux || is_win) {
|
||||
"turnserver/turnserver_main.cc",
|
||||
]
|
||||
deps = [
|
||||
"../p2p:p2p_server_utils",
|
||||
"../p2p:rtc_p2p",
|
||||
"../pc:rtc_pc",
|
||||
"../rtc_base:rtc_base",
|
||||
@ -763,6 +765,7 @@ if (is_linux || is_win) {
|
||||
"stunserver/stunserver_main.cc",
|
||||
]
|
||||
deps = [
|
||||
"../p2p:p2p_server_utils",
|
||||
"../p2p:rtc_p2p",
|
||||
"../pc:rtc_pc",
|
||||
"../rtc_base:rtc_base",
|
||||
|
||||
Reference in New Issue
Block a user