| 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..7370b78af585ab1771ece8e9c8ae6abeaa2946ea 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',
|
| + 'probing_calculator.cc',
|
| + 'probing_calculator.h',
|
| ],
|
| # TODO(jschuh): Bug 1348: fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
|
|