Move histogram_percentile_counter out of rtc_base_approved
Bug: webrtc:9838 Change-Id: I90b3060871ab671e7949632fe6001421465b219a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258774 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36618}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
7e11ea2d30
commit
3629a5f0e4
@ -1262,6 +1262,7 @@ if (rtc_include_tests) {
|
||||
"../../media:rtc_media_base",
|
||||
"../../rtc_base",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:histogram_percentile_counter",
|
||||
"../../rtc_base:location",
|
||||
"../../rtc_base:platform_thread",
|
||||
"../../rtc_base:random",
|
||||
|
@ -111,6 +111,7 @@ rtc_library("video") {
|
||||
"../modules/video_processing",
|
||||
"../rtc_base:atomicops",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:histogram_percentile_counter",
|
||||
"../rtc_base:location",
|
||||
"../rtc_base:logging",
|
||||
"../rtc_base:macromagic",
|
||||
@ -209,6 +210,7 @@ rtc_source_set("video_legacy") {
|
||||
"../modules/video_coding:video_coding_utility",
|
||||
"../modules/video_coding/deprecated:nack_module",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:histogram_percentile_counter",
|
||||
"../rtc_base:location",
|
||||
"../rtc_base:logging",
|
||||
"../rtc_base:macromagic",
|
||||
|
Reference in New Issue
Block a user