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