check_includes=fase on audio_device_generic & objc_codec_factory_helper.
TBR=phoglund@webrtc.org Bug: webrtc:8850 Change-Id: Iebc55a12d3a021aafe753778069ac8c90ccf4d3a No-Try: True No-Presubmit: true Reviewed-on: https://webrtc-review.googlesource.com/48621 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21914}
This commit is contained in:
committed by
Commit Bot
parent
c6b224abc0
commit
7fc0259160
@ -163,6 +163,8 @@ rtc_source_set("audio_device_generic") {
|
||||
defines += [ "AUDIO_DEVICE_PLAYS_SINUS_TONE" ]
|
||||
}
|
||||
if (rtc_include_internal_audio_device) {
|
||||
# TODO(bugs.webrtc.org/8850): remove this when the circular dependency will be fixed.
|
||||
check_includes = false
|
||||
sources += [
|
||||
"audio_device_data_observer.cc",
|
||||
"audio_device_impl.cc",
|
||||
|
||||
@ -471,6 +471,8 @@ if (rtc_include_tests) {
|
||||
|
||||
if (is_ios || is_mac) {
|
||||
rtc_static_library("objc_codec_factory_helper") {
|
||||
# TODO(bugs.webrtc.org/8850): remove this when the circular dependency will be fixed.
|
||||
check_includes = false
|
||||
sources = [
|
||||
"codecs/test/objc_codec_factory_helper.h",
|
||||
"codecs/test/objc_codec_factory_helper.mm",
|
||||
|
||||
Reference in New Issue
Block a user