| 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 f318433db7249754d145b59a020495c8ed15d12c..3bbd5039f1ccb66f092df19a8cd9fd0d768dca86 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| @@ -21,6 +21,7 @@
|
| 'sources': [
|
| 'include/bwe_defines.h',
|
| 'include/remote_bitrate_estimator.h',
|
| + 'include/send_time_history.h',
|
| 'aimd_rate_control.cc',
|
| 'aimd_rate_control.h',
|
| 'inter_arrival.cc',
|
| @@ -35,6 +36,7 @@
|
| 'remote_bitrate_estimator_abs_send_time.h',
|
| 'remote_bitrate_estimator_single_stream.cc',
|
| 'remote_bitrate_estimator_single_stream.h',
|
| + 'send_time_history.cc',
|
| 'test/bwe_test_logging.cc',
|
| 'test/bwe_test_logging.h',
|
| ], # source
|
|
|