| 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 bfa75a068d49f33735fbee92e6d2e6197df41710..e8a5387f91faadfaf0a1a6d241ce0701d3a49a1f 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -66,6 +66,8 @@ if (rtc_include_tests) {
|
| "test/bwe_test_framework.cc",
|
| "test/bwe_test_framework.h",
|
| "test/bwe_test_logging.h",
|
| + "test/estimators/abs_send_time.cc",
|
| + "test/estimators/abs_send_time.h",
|
| "test/estimators/nada.cc",
|
| "test/estimators/nada.h",
|
| "test/estimators/remb.cc",
|
|
|