diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn index b10b528c0e..4bcbe29d73 100644 --- a/webrtc/modules/video_coding/BUILD.gn +++ b/webrtc/modules/video_coding/BUILD.gn @@ -165,10 +165,6 @@ source_set("webrtc_vp8") { ] } - # TODO(kjellander): Remove once libvpx has changed it's libvpx_config to be - # in direct_dependent_configs. - configs += [ "$rtc_libvpx_dir:libvpx_config" ] - deps = [ ":video_coding_utility", "../..:webrtc_common", @@ -202,10 +198,6 @@ source_set("webrtc_vp9") { configs -= [ "//build/config/clang:find_bad_constructs" ] } - # TODO(kjellander): Remove once libvpx has changed it's libvpx_config to be - # in direct_dependent_configs. - configs += [ "$rtc_libvpx_dir:libvpx_config" ] - deps = [ ":video_coding_utility", "../../common_video",