| 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 c2531ab2975b81adf1f4b2b90b0b34a16392991d..5b23ae8d6ad934488441f19e77fe3f9c2c08dd27 100644
|
| --- a/webrtc/modules/congestion_controller/congestion_controller.gypi
|
| +++ b/webrtc/modules/congestion_controller/congestion_controller.gypi
|
| @@ -19,6 +19,8 @@
|
| 'sources': [
|
| 'congestion_controller.cc',
|
| 'include/congestion_controller.h',
|
| + 'delay_based_bwe.cc',
|
| + 'delay_based_bwe.h',
|
| ],
|
| # TODO(jschuh): Bug 1348: fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
|
|