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

Unified Diff: webrtc/video/BUILD.gn

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

Powered by Google App Engine
This is Rietveld 408576698