Index: webrtc/modules/video_capture/BUILD.gn |
diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn |
index 68ceb1a70a12dbd1a969c4bfe7e712ec006483cb..d6e7dce45a364697d29f7d4f8e1308e853f3a25c 100644 |
--- a/webrtc/modules/video_capture/BUILD.gn |
+++ b/webrtc/modules/video_capture/BUILD.gn |
@@ -33,8 +33,6 @@ rtc_source_set("video_capture_module") { |
"../utility", |
] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
if (is_clang) { |
# Suppress warnings from Chrome's Clang plugins. |
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
@@ -53,8 +51,6 @@ rtc_source_set("video_capture") { |
"../../system_wrappers", |
] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
if (is_clang) { |
# Suppress warnings from Chrome's Clang plugins. |
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
@@ -177,8 +173,6 @@ if (!build_with_chromium) { |
all_dependent_configs = [ ":video_capture_internal_impl_config" ] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
if (is_clang) { |
# Suppress warnings from Chrome's Clang plugins. |
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |