| 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 1e42ce9aa65f46e16260573ee2cc9179ae5353e2..ea0e214bdc2f45dd2a735a04c6245e62f036faee 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -8,7 +8,7 @@
|
|
|
| import("../../build/webrtc.gni")
|
|
|
| -rtc_source_set("remote_bitrate_estimator") {
|
| +rtc_static_library("remote_bitrate_estimator") {
|
| sources = [
|
| "aimd_rate_control.cc",
|
| "aimd_rate_control.h",
|
| @@ -56,7 +56,7 @@ rtc_source_set("remote_bitrate_estimator") {
|
| }
|
|
|
| if (rtc_include_tests) {
|
| - rtc_source_set("bwe_simulator") {
|
| + rtc_static_library("bwe_simulator") {
|
| testonly = true
|
| sources = [
|
| "bwe_simulations.cc",
|
|
|