Index: webrtc/modules/video_capture/BUILD.gn |
diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn |
index 23b978bf8f399bfbd3206dbac80887e90d014d1e..68ceb1a70a12dbd1a969c4bfe7e712ec006483cb 100644 |
--- a/webrtc/modules/video_capture/BUILD.gn |
+++ b/webrtc/modules/video_capture/BUILD.gn |
@@ -33,7 +33,6 @@ rtc_source_set("video_capture_module") { |
"../utility", |
] |
- configs += [ "../..:common_config" ] |
public_configs = [ "../..:common_inherited_config" ] |
if (is_clang) { |
@@ -54,7 +53,6 @@ rtc_source_set("video_capture") { |
"../../system_wrappers", |
] |
- configs += [ "../..:common_config" ] |
public_configs = [ "../..:common_inherited_config" ] |
if (is_clang) { |
@@ -179,7 +177,6 @@ if (!build_with_chromium) { |
all_dependent_configs = [ ":video_capture_internal_impl_config" ] |
- configs += [ "../..:common_config" ] |
public_configs = [ "../..:common_inherited_config" ] |
if (is_clang) { |