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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2126793002: Reset InterArrival if arrival time clock makes a jump. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Cleanup Created 4 years, 5 months 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
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index d1a45be19aa5d49fe79b9fd67dfa29cc25217dbf..1b1d9630aae347037960a588f77ed88c82d2afcb 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -145,6 +145,9 @@ if (rtc_include_tests) {
"bitrate_controller/bitrate_controller_unittest.cc",
"bitrate_controller/send_side_bandwidth_estimation_unittest.cc",
"congestion_controller/congestion_controller_unittest.cc",
+ "congestion_controller/delay_based_bwe_unittest.cc",
+ "congestion_controller/delay_based_bwe_unittest_helper.cc",
+ "congestion_controller/delay_based_bwe_unittest_helper.h",
"media_file/media_file_unittest.cc",
"module_common_types_unittest.cc",
"pacing/bitrate_prober_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698