Re-enabling 'gn check': modules/video_coding:objc_codec_factory_helper.

Bug: webrtc:8850
Change-Id: Ia00270b01fc143d470c5e814e4f31dfe2ce1fe78
Reviewed-on: https://webrtc-review.googlesource.com/54315
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22086}
This commit is contained in:
Mirko Bonadei 2018-02-19 09:58:00 +01:00 committed by Commit Bot
parent cbaaaed418
commit 111a0d17d7

View File

@ -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",
]