From 6b3ccfc6a6e32edba3786f011dc4096eeaf0c68c Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Sat, 28 Mar 2015 18:28:36 +0100 Subject: [PATCH] GN: Cleanup no longer needed libvpx config. The includes this config provided are now present just by depending on libvpx. R=tfarina@chromium.org Review URL: https://webrtc-codereview.appspot.com/44949004 Cr-Commit-Position: refs/heads/master@{#8884} --- webrtc/modules/video_coding/BUILD.gn | 8 -------- 1 file changed, 8 deletions(-) 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",