Move location out of rtc_base_approved

Bug: webrtc:9838
Change-Id: I3510f3d01df532cb228a6cc14be830f6ab81a8e1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258764
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36576}
This commit is contained in:
Florent Castelli
2022-04-14 13:13:56 +02:00
committed by WebRTC LUCI CQ
parent 6b6085937e
commit aa6d05d268
13 changed files with 63 additions and 2 deletions

View File

@ -444,6 +444,7 @@ rtc_library("video_coding_legacy") {
"../../common_video",
"../../modules/rtp_rtcp:rtp_video_header",
"../../rtc_base:checks",
"../../rtc_base:location",
"../../rtc_base:logging",
"../../rtc_base:macromagic",
"../../rtc_base:one_time_event",
@ -1259,6 +1260,7 @@ if (rtc_include_tests) {
"../../media:rtc_media_base",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:location",
"../../rtc_base:platform_thread",
"../../rtc_base:random",
"../../rtc_base:refcount",