| 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 7dcf2360c2965d27dc5170bc03a6bfd4fbbcf401..bbf74aba7ccbcb06d55eb56275443291df7c9add 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -18,6 +18,7 @@ source_set("remote_bitrate_estimator") {
|
| sources = [
|
| "aimd_rate_control.cc",
|
| "aimd_rate_control.h",
|
| + "bwe_defines.cc",
|
| "include/bwe_defines.h",
|
| "include/remote_bitrate_estimator.h",
|
| "include/send_time_history.h",
|
|
|