Index: webrtc/pc/BUILD.gn |
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn |
index 821257782a593b0e49c887331c23cb54b6a60d66..16d5890379827b281bdd753851bee1127de3266c 100644 |
--- a/webrtc/pc/BUILD.gn |
+++ b/webrtc/pc/BUILD.gn |
@@ -63,10 +63,7 @@ rtc_source_set("rtc_pc") { |
deps += [ "//third_party/libsrtp" ] |
} |
- public_configs = [ |
- "..:common_inherited_config", |
- ":rtc_pc_config", |
- ] |
+ public_configs = [ ":rtc_pc_config" ] |
if (is_clang) { |
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
@@ -100,7 +97,6 @@ if (rtc_include_tests) { |
include_dirs = [ "//third_party/libsrtp/srtp" ] |
configs += [ ":rtc_pc_unittests_config" ] |
- public_configs = [ "..:common_inherited_config" ] |
if (is_clang) { |
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |