| Index: webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| index b4d4af987ad71168ce9d78f1ef3e89c9e19cbba8..938777e249208c432e59f5fe99a850fd28880112 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -10,8 +10,10 @@ source_set("remote_bitrate_estimator") {
|
| sources = [
|
| "include/bwe_defines.h",
|
| "include/remote_bitrate_estimator.h",
|
| + "include/send_time_history.h",
|
| "rate_statistics.cc",
|
| "rate_statistics.h",
|
| + "send_time_history.cc",
|
| ]
|
|
|
| configs += [ "../../:common_inherited_config" ]
|
|
|