Index: webrtc/video/BUILD.gn |
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn |
index b163e7ac8aac798a6669bec6d42ebae3a2b98154..443a524c008ed04aa1f8fceef5143e26e5857ca1 100644 |
--- a/webrtc/video/BUILD.gn |
+++ b/webrtc/video/BUILD.gn |
@@ -18,6 +18,8 @@ rtc_static_library("video") { |
"overuse_frame_detector.h", |
"payload_router.cc", |
"payload_router.h", |
+ "quality_threshold.cc", |
+ "quality_threshold.h", |
"receive_statistics_proxy.cc", |
"receive_statistics_proxy.h", |
"report_block_stats.cc", |
@@ -149,6 +151,7 @@ if (rtc_include_tests) { |
"end_to_end_tests.cc", |
"overuse_frame_detector_unittest.cc", |
"payload_router_unittest.cc", |
+ "quality_threshold_unittest.cc", |
"receive_statistics_proxy_unittest.cc", |
"report_block_stats_unittest.cc", |
"send_delay_stats_unittest.cc", |