| 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',
|
|
|