| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index 92a8f177a02040fa175db389096617f8436a9576..64900c8950489b8a2fb571cebf793bf82b1fef89 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -757,6 +757,9 @@ if (rtc_include_tests) {
|
| "//testing/gtest",
|
| "//third_party/gflags:gflags",
|
| ]
|
| + if (is_ios) {
|
| + deps += [ "../../rtc_base:rtc_base_apple" ]
|
| + }
|
| } # audioproc_f
|
| }
|
|
|
| @@ -800,6 +803,9 @@ if (rtc_include_tests) {
|
| "//testing/gtest",
|
| "//third_party/gflags",
|
| ]
|
| + if (is_ios) {
|
| + deps += [ "../../rtc_base:rtc_base_apple" ]
|
| + }
|
| }
|
|
|
| rtc_executable("click_annotate") {
|
|
|