| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 8c7f7ba4c36c899132d6bccaef0e81c0aeb9d22d..9c776d38913f0610e64cbeb39ce0901137930b39 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -198,6 +198,8 @@
|
| "ios/voice_processing_audio_unit.h",
|
| "ios/voice_processing_audio_unit.mm",
|
| ]
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| +
|
| libs = [
|
| "AudioToolbox.framework",
|
| "AVFoundation.framework",
|
| @@ -295,6 +297,7 @@
|
| }
|
| if (is_ios) {
|
| sources += [ "ios/objc/RTCAudioSessionTest.mm" ]
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| if (target_cpu != "x64") {
|
| sources += [ "ios/audio_device_unittest_ios.cc" ]
|
| }
|
|
|