Move byte_order out of rtc_base_approved
Bug: webrtc:9838 Change-Id: Ieb2fbaad8831439ca04fc5249e295c8839f6890e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259309 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36633}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
7606375b1a
commit
a876a92d31
@ -99,6 +99,7 @@ rtc_source_set("stun_types") {
|
||||
|
||||
deps = [
|
||||
"../../api:array_view",
|
||||
"../../rtc_base:byte_order",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:ip_address",
|
||||
"../../rtc_base:logging",
|
||||
@ -141,6 +142,7 @@ if (rtc_include_tests) {
|
||||
deps = [
|
||||
":stun_types",
|
||||
"../../rtc_base",
|
||||
"../../rtc_base:byte_order",
|
||||
"../../rtc_base:macromagic",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:socket_address",
|
||||
|
||||
Reference in New Issue
Block a user