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

Unified Diff: webrtc/BUILD.gn

Issue 2721433002: Revert of 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') | 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 6853f8e46685e520c600237334c3e2efeb5aab56..8c8cba6c1694bc7c3139bd4f98fcdb4bc8abaf84 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -320,7 +320,10 @@
deps += [ "modules/video_capture:video_capture_tests" ]
}
if (!is_ios) {
- deps += [ "voice_engine:voe_auto_test" ]
+ deps += [
+ "modules/audio_device:audio_device_tests",
+ "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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698