From 7fc0259160e392fee830c91e7746a58ed5c0c74f Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 6 Feb 2018 14:08:01 +0100 Subject: [PATCH] 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 Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#21914} --- modules/audio_device/BUILD.gn | 2 ++ modules/video_coding/BUILD.gn | 2 ++ 2 files changed, 4 insertions(+) diff --git a/modules/audio_device/BUILD.gn b/modules/audio_device/BUILD.gn index 11ac8a8d5d..09732202e2 100644 --- a/modules/audio_device/BUILD.gn +++ b/modules/audio_device/BUILD.gn @@ -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", diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn index 0dcb40e60a..59cffa37bb 100644 --- a/modules/video_coding/BUILD.gn +++ b/modules/video_coding/BUILD.gn @@ -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",