| 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 5a4c688431fad775686dc6035711fb6ee5841bfc..92792dc111ff1f2dbf97ab6736d3d1121b64c395 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -245,5 +245,9 @@ if (rtc_include_tests) {
|
| "/wd4373", # virtual function override.
|
| ]
|
| }
|
| +
|
| + if (is_ios) {
|
| + deps += [ "../../rtc_base:rtc_base_apple" ]
|
| + }
|
| }
|
| }
|
|
|