| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 8c8cba6c1694bc7c3139bd4f98fcdb4bc8abaf84..6853f8e46685e520c600237334c3e2efeb5aab56 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -320,10 +320,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 += [ "logging:rtc_event_log2rtp_dump" ]
|
|
|