From 3629a5f0e4b329a278c4c698b6e01cca5e4c04dc Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Thu, 14 Apr 2022 13:50:13 +0200 Subject: [PATCH] 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 Commit-Queue: Florent Castelli Cr-Commit-Position: refs/heads/main@{#36618} --- modules/video_coding/BUILD.gn | 1 + video/BUILD.gn | 2 ++ 2 files changed, 3 insertions(+) diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn index e1b525c188..9581941ba7 100644 --- a/modules/video_coding/BUILD.gn +++ b/modules/video_coding/BUILD.gn @@ -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", diff --git a/video/BUILD.gn b/video/BUILD.gn index 513bc55d97..ef49f14a03 100644 --- a/video/BUILD.gn +++ b/video/BUILD.gn @@ -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",