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:
Florent Castelli
2022-04-19 17:18:36 +02:00
committed by WebRTC LUCI CQ
parent 7606375b1a
commit a876a92d31
6 changed files with 24 additions and 1 deletions

View File

@ -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",