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

Unified Diff: webrtc/modules/congestion_controller/congestion_controller.gypi

Issue 2340763004: Add AlrDetector (Closed)
Patch Set: Fix ASAN/TSAN failures Created 4 years, 3 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/congestion_controller/congestion_controller.gypi
diff --git a/webrtc/modules/congestion_controller/congestion_controller.gypi b/webrtc/modules/congestion_controller/congestion_controller.gypi
index 5c7ddf2784792171d107e82cab5eca8508efdb11..af3cd68e455ce0d2f5fd2c9c89e14a293e3bc8a3 100644
--- a/webrtc/modules/congestion_controller/congestion_controller.gypi
+++ b/webrtc/modules/congestion_controller/congestion_controller.gypi
@@ -17,6 +17,8 @@
'<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator',
],
'sources': [
+ 'alr_detector.cc',
+ 'alr_detector.h',
'congestion_controller.cc',
'delay_based_bwe.cc',
'delay_based_bwe.h',

Powered by Google App Engine
This is Rietveld 408576698