| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index b917566891835d6ab3c51f7eb69787cf8e2f3b92..f8ffd49ee2c69ad170b4e1a18be465ba1fc55016 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -329,10 +329,7 @@ if (!build_with_chromium) {
|
| deps += [ "modules/video_capture:video_capture_tests" ]
|
| }
|
| if (!is_ios) {
|
| - deps += [
|
| - "modules/audio_device:audio_device_tests",
|
| - "voice_engine:voe_auto_test",
|
| - ]
|
| + deps += [ "voice_engine:voe_auto_test" ]
|
| }
|
| if (rtc_enable_protobuf) {
|
| deps += [
|
|
|