Remove check_includes=false from audio_device_impl.
Bug: webrtc:8850, 824831 Change-Id: I89f089e09214ef189fca97c3f1062a0cd8476687 Reviewed-on: https://webrtc-review.googlesource.com/97622 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24548}
This commit is contained in:

committed by
Commit Bot

parent
4092cd6db4
commit
944ba82905
@ -210,12 +210,15 @@ rtc_source_set("audio_device_impl") {
|
|||||||
"../../common_audio:common_audio_c",
|
"../../common_audio:common_audio_c",
|
||||||
"../../rtc_base:checks",
|
"../../rtc_base:checks",
|
||||||
"../../rtc_base:deprecation",
|
"../../rtc_base:deprecation",
|
||||||
|
"../../rtc_base:rtc_base",
|
||||||
"../../rtc_base:rtc_base_approved",
|
"../../rtc_base:rtc_base_approved",
|
||||||
"../../rtc_base:rtc_task_queue",
|
"../../rtc_base:rtc_task_queue",
|
||||||
|
"../../rtc_base/system:arch",
|
||||||
"../../rtc_base/system:file_wrapper",
|
"../../rtc_base/system:file_wrapper",
|
||||||
"../../system_wrappers",
|
"../../system_wrappers",
|
||||||
"../../system_wrappers:metrics_api",
|
"../../system_wrappers:metrics_api",
|
||||||
"../utility",
|
"../utility",
|
||||||
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
]
|
]
|
||||||
if (rtc_include_internal_audio_device && is_ios) {
|
if (rtc_include_internal_audio_device && is_ios) {
|
||||||
deps += [ ":audio_device_ios_objc" ]
|
deps += [ ":audio_device_ios_objc" ]
|
||||||
@ -247,8 +250,6 @@ rtc_source_set("audio_device_impl") {
|
|||||||
defines += [ "AUDIO_DEVICE_INCLUDE_ANDROID_AAUDIO" ]
|
defines += [ "AUDIO_DEVICE_INCLUDE_ANDROID_AAUDIO" ]
|
||||||
}
|
}
|
||||||
if (rtc_include_internal_audio_device) {
|
if (rtc_include_internal_audio_device) {
|
||||||
# TODO(bugs.webrtc.org/8850): remove this when the circular dependency will be fixed.
|
|
||||||
check_includes = false
|
|
||||||
sources += [
|
sources += [
|
||||||
"audio_device_data_observer.cc",
|
"audio_device_data_observer.cc",
|
||||||
"audio_device_impl.cc",
|
"audio_device_impl.cc",
|
||||||
|
Reference in New Issue
Block a user