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

Unified Diff: webrtc/BUILD.gn

Issue 3007383002: Replace voe_auto_test (Closed)
Patch Set: reviewer comment 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 bfdb53ba58b54228309b83c7cd41694512c03b0e..17de3a46160fd7109c85ccf54a342d8f004d2a2f 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