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

Unified Diff: webrtc/video/BUILD.gn

Issue 2474913002: Logging basic bad call detection (Closed)
Patch Set: Logging on state change Created 4 years, 1 month 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
« no previous file with comments | « no previous file | webrtc/video/bad_call_threshold.h » ('j') | webrtc/video/bad_call_threshold.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | webrtc/video/bad_call_threshold.h » ('j') | webrtc/video/bad_call_threshold.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698