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

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

Issue 2579613003: Add TransportFeedbackPacketLossTracker. (Closed)
Patch Set: episode duration -> consecutive packet loss Created 4 years 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/remote_bitrate_estimator/BUILD.gn
diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
index 67aa7c8fd4d7303a7af7150117e6438c1dc78278..3bc1be1051386777339d1612e3bd6be37c6db0aa 100644
--- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
+++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
@@ -30,6 +30,8 @@ rtc_static_library("remote_bitrate_estimator") {
"remote_estimator_proxy.h",
"send_time_history.cc",
"test/bwe_test_logging.h",
+ "transport_feedback_packet_loss_tracker.cc",
+ "transport_feedback_packet_loss_tracker.h",
]
if (rtc_enable_bwe_test_logging) {

Powered by Google App Engine
This is Rietveld 408576698