| 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 515376b2b2b91c8cf50d460103c5a560f1b2578f..bfa75a068d49f33735fbee92e6d2e6197df41710 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -52,10 +52,9 @@ rtc_static_library("remote_bitrate_estimator") {
|
| }
|
|
|
| if (rtc_include_tests) {
|
| - rtc_static_library("bwe_simulator") {
|
| + rtc_static_library("bwe_simulator_lib") {
|
| testonly = true
|
| sources = [
|
| - "bwe_simulations.cc",
|
| "test/bwe.cc",
|
| "test/bwe.h",
|
| "test/bwe_test.cc",
|
|
|