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