| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 3fa06b513901254b24429fab5ff405bebf383ae0..46f02821a254565dfb82a932edfc395ef8d68681 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -295,6 +295,7 @@ if (rtc_include_tests) {
|
| if (target_cpu != "x64") {
|
| sources += [ "ios/audio_device_unittest_ios.cc" ]
|
| }
|
| + deps += [ "//third_party/ocmock" ]
|
| }
|
| if (!build_with_chromium && is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
|
|