| Index: webrtc/video/BUILD.gn
|
| diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
|
| index 66191efb8a054d9767e53b560f3f4be2845e35ea..814643d9884c9a59513ffce2cd062e86de08b13d 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",
|
| @@ -150,6 +152,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",
|
|
|