Move test_audio_device_module to compile only without chromium
Bug: b/272350185, webrtc:15081 Change-Id: I1fea6652cb2acb359f3848d64918e5212e2e2a75 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/303841 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39965}
This commit is contained in:
parent
aee5b17f66
commit
cf95dd13a2
@ -177,7 +177,8 @@ rtc_source_set("audio_device_module_from_input_and_output") {
|
||||
}
|
||||
}
|
||||
|
||||
rtc_library("test_audio_device_module") {
|
||||
if (!build_with_chromium) {
|
||||
rtc_library("test_audio_device_module") {
|
||||
visibility = [ "*" ]
|
||||
sources = [
|
||||
"include/test_audio_device.cc",
|
||||
@ -205,6 +206,7 @@ rtc_library("test_audio_device_module") {
|
||||
"../../rtc_base/task_utils:repeating_task",
|
||||
]
|
||||
absl_deps = [ "//third_party/abseil-cpp/absl/strings" ]
|
||||
}
|
||||
}
|
||||
|
||||
# Contains default implementations of webrtc::AudioDeviceModule for Windows,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user