Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: webrtc/modules/congestion_controller/BUILD.gn

Issue 2695923004: Add logging of delay-based bandwidth estimate. (Closed)
Patch Set: Only log BWE update if bitrate or state has changed. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index a20339cd782b4309d767ab2d6b8969c40e02b18e..787464aae22f73db0f1fe71b43b8fa5c611b2e4d 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -47,6 +47,7 @@ rtc_static_library("congestion_controller") {
"../../base:rtc_base",
"../../base:rtc_base_approved",
"../../base:rtc_numerics",
+ "../../logging:rtc_event_log_api",
"../../system_wrappers",
"../bitrate_controller",
"../pacing",

Powered by Google App Engine
This is Rietveld 408576698