Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index b11016cc702d529f589e5324571023c0022b0b49..7401e4f71a6a22ac84f0f70c0e55f9b098ae4c80 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -326,9 +326,6 @@ if (!build_with_chromium) { |
| } else { |
| deps += [ "modules/video_capture:video_capture_tests" ] |
| } |
| - if (!is_ios) { |
| - deps += [ "voice_engine:voe_auto_test" ] |
| - } |
| if (rtc_enable_protobuf) { |
| deps += [ |
| "audio:low_bandwidth_audio_test", |