Index: webrtc/voice_engine/BUILD.gn |
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn |
index 6413c1842a27c172c71418078ebefdda3c93050a..d406ded80bc22a2df0fbd72fc9efea13cbbcccb4 100644 |
--- a/webrtc/voice_engine/BUILD.gn |
+++ b/webrtc/voice_engine/BUILD.gn |
@@ -38,6 +38,8 @@ rtc_static_library("voice_engine") { |
"statistics.h", |
"transmit_mixer.cc", |
"transmit_mixer.h", |
+ "transport_feedback_packet_loss_tracker.cc", |
+ "transport_feedback_packet_loss_tracker.h", |
"utility.cc", |
"utility.h", |
"voe_audio_processing_impl.cc", |
@@ -214,6 +216,7 @@ if (rtc_include_tests) { |
"test/channel_transport/udp_socket_wrapper_unittest.cc", |
"test/channel_transport/udp_transport_unittest.cc", |
"transmit_mixer_unittest.cc", |
+ "transport_feedback_packet_loss_tracker_unittest.cc", |
"utility_unittest.cc", |
"voe_audio_processing_unittest.cc", |
"voe_base_unittest.cc", |