| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 46f02821a254565dfb82a932edfc395ef8d68681..da05f5f11f4dfb769579da76b1e142dacb3133e0 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -192,8 +192,6 @@ rtc_static_library("audio_device") {
|
| "ios/voice_processing_audio_unit.h",
|
| "ios/voice_processing_audio_unit.mm",
|
| ]
|
| - configs += [ "//build/config/compiler:enable_arc" ]
|
| -
|
| libs = [
|
| "AudioToolbox.framework",
|
| "AVFoundation.framework",
|
| @@ -291,7 +289,6 @@ if (rtc_include_tests) {
|
| }
|
| 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" ]
|
| }
|
|
|