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

Unified Diff: webrtc/BUILD.gn

Issue 2726433003: Removes usage audio_device_test_api (Closed)
Patch Set: Rebased Created 3 years, 4 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') | no next file with comments »
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 b917566891835d6ab3c51f7eb69787cf8e2f3b92..f8ffd49ee2c69ad170b4e1a18be465ba1fc55016 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -329,10 +329,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 += [
« no previous file with comments | « no previous file | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698