aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorArtem Titov <titovartem@webrtc.org>2018-03-07 14:44:00 +0100
committerCommit Bot <commit-bot@chromium.org>2018-03-12 16:14:39 +0000
commit3faa83224781e29ddc68890c3d5c0afa86643321 (patch)
treea8e13299b005456931d5566b01bd40b4e11bde05 /call/BUILD.gn
parent19704ec698f011be734f4602d8323097c191d2cc (diff)
downloadwebrtc-3faa83224781e29ddc68890c3d5c0afa86643321.tar.gz
Separate test/fake_audio_device on API and implementation. Step 2.
Switch WebRTC internal usage of FakeAudioDevice on TestAudioDeviceModule. Bug: webrtc:8946 Change-Id: I96b8b5d3b475d2197662e9007f836bd71f8ed04d Reviewed-on: https://webrtc-review.googlesource.com/60521 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22388}
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 6351a8ac90..61956a22d2 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -286,6 +286,7 @@ if (rtc_include_tests) {
"../api/audio_codecs:builtin_audio_encoder_factory",
"../logging:rtc_event_log_api",
"../modules/audio_coding",
+ "../modules/audio_device",
"../modules/audio_mixer:audio_mixer_impl",
"../modules/rtp_rtcp",
"../rtc_base:checks",
@@ -294,7 +295,6 @@ if (rtc_include_tests) {
"../system_wrappers:metrics_default",
"../system_wrappers:runtime_enabled_features_default",
"../test:direct_transport",
- "../test:fake_audio_device",
"../test:field_trial",
"../test:perf_test",
"../test:test_common",