Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: webrtc/BUILD.gn

Issue 3007383002: Replace voe_auto_test (Closed)
Patch Set: rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/audio/BUILD.gn » ('j') | webrtc/audio/audio_send_stream_tests.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | webrtc/audio/BUILD.gn » ('j') | webrtc/audio/audio_send_stream_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698