| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi | 
| index 5f4ed85bd66ba3b36ab0bc4579b467c888062e2a..dbc58824561a34b77181604747710469e9ac5ee0 100644 | 
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi | 
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi | 
| @@ -39,6 +39,8 @@ | 
| 'remote_estimator_proxy.cc', | 
| 'remote_estimator_proxy.h', | 
| 'send_time_history.cc', | 
| +        'transport_feedback_adapter.cc', | 
| +        'transport_feedback_adapter.h', | 
| 'test/bwe_test_logging.cc', | 
| 'test/bwe_test_logging.h', | 
| ], # source | 
|  |