Index: webrtc/video/BUILD.gn |
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn |
index 863f2f5740157a5fe6d9b5ab4dc031a9ac99a4f1..b3e9cdbbc78daab71da7bc4c327a15c091301fc9 100644 |
--- a/webrtc/video/BUILD.gn |
+++ b/webrtc/video/BUILD.gn |
@@ -10,6 +10,8 @@ import("../build/webrtc.gni") |
rtc_static_library("video") { |
sources = [ |
+ "bad_call_threshold.cc", |
+ "bad_call_threshold.h", |
"call_stats.cc", |
"call_stats.h", |
"encoder_rtcp_feedback.cc", |
@@ -77,6 +79,7 @@ if (rtc_include_tests) { |
rtc_source_set("video_tests") { |
testonly = true |
sources = [ |
+ "bad_call_threshold_unittest.cc", |
"call_stats_unittest.cc", |
"encoder_rtcp_feedback_unittest.cc", |
"end_to_end_tests.cc", |