diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn index 9d87d098a3..1bb0675a35 100644 --- a/modules/video_coding/BUILD.gn +++ b/modules/video_coding/BUILD.gn @@ -468,8 +468,6 @@ 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", @@ -485,6 +483,7 @@ if (rtc_include_tests) { "../../sdk:common_objc", "../../sdk:native_api", "../../sdk:peerconnectionfactory_base_objc", + "../../sdk:videocodec_objc", "../../sdk:videotoolbox_objc", "../../sdk:videotracksource_objc", ]