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