diff --git a/common_video/BUILD.gn b/common_video/BUILD.gn index 7dfac4fa6a..3e06cb8765 100644 --- a/common_video/BUILD.gn +++ b/common_video/BUILD.gn @@ -8,10 +8,6 @@ import("../webrtc.gni") -config("common_video_config") { - include_dirs = [ "include" ] -} - rtc_static_library("common_video") { visibility = [ "*" ] @@ -45,10 +41,6 @@ rtc_static_library("common_video") { "video_render_frames.h", ] - include_dirs = [ "../modules/interface" ] - - public_configs = [ ":common_video_config" ] - deps = [ "..:webrtc_common", "../:typedefs",