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

Unified Diff: webrtc/video/BUILD.gn

Issue 2474913002: Logging basic bad call detection (Closed)
Patch Set: Comments Created 4 years 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/quality_threshold.h » ('j') | no next file with comments »
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 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",
« no previous file with comments | « no previous file | webrtc/video/quality_threshold.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698