aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorArtem Titov <titovartem@webrtc.org>2018-03-05 15:36:09 +0000
committerCommit Bot <commit-bot@chromium.org>2018-03-05 15:36:23 +0000
commit6723cdc8a471becc9cf4c5b34ca7b4c433183f14 (patch)
tree04ca87e608f805e8ee977976f3661cd1d6f5f5fc /call/BUILD.gn
parentf9f71b91ae073fdd2b89ff9df1204835aa3137eb (diff)
downloadwebrtc-6723cdc8a471becc9cf4c5b34ca7b4c433183f14.tar.gz
Revert "Separate test/fake_audio_device on API and implementation."
This reverts commit 8ea5f9ae5b757aa3a0e6abe46f5c9ef3aaf4b337. Reason for revert: breaks downstream project Original change's description: > Separate test/fake_audio_device on API and implementation. > > Adding ability of injecting audio in end to end tests, that are using > WebRTC. For this purpose as a 1st step test/fake_audio_device will > be moved to production part of WebRTC source code and renamed to > test_audio_device_module. Old header is replaced with alias to the > new one and will be deleted after a while. > > Change-Id: I5284d1dd46ce9bf86cf43268e855520606fa8c5c > > Bug: webrtc:8946 > Change-Id: I5284d1dd46ce9bf86cf43268e855520606fa8c5c > Reviewed-on: https://webrtc-review.googlesource.com/58086 > Commit-Queue: Artem Titov <titovartem@webrtc.org> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#22289} TBR=kwiberg@webrtc.org,titovartem@webrtc.org Change-Id: I88d9c4f09cc576ed7c9182dcf0a873d25a8bab54 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:8946 Reviewed-on: https://webrtc-review.googlesource.com/59720 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22291}
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 6f0fd9750e..697ab196cc 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -283,7 +283,6 @@ 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",
@@ -292,6 +291,7 @@ 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",