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

Unified Diff: webrtc/BUILD.gn

Issue 2716843002: Removing unused audio device tests (Closed)
Patch Set: Created 3 years, 10 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/modules/audio_device/BUILD.gn » ('j') | webrtc/modules/audio_device/BUILD.gn » ('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 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" ]
« no previous file with comments | « no previous file | webrtc/modules/audio_device/BUILD.gn » ('j') | webrtc/modules/audio_device/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698