| Index: webrtc/stats/BUILD.gn
|
| diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn
|
| index af531c7788dab9b3cd6017fb39e00e9666ca28fc..16b61586289ceb7f45a1db8b40449ff2fb355bc4 100644
|
| --- a/webrtc/stats/BUILD.gn
|
| +++ b/webrtc/stats/BUILD.gn
|
| @@ -25,8 +25,6 @@ rtc_source_set("rtc_stats") {
|
| "rtcstatsreport.cc",
|
| ]
|
|
|
| - public_configs = [ "..:common_inherited_config" ]
|
| -
|
| if (is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
| @@ -47,8 +45,6 @@ if (rtc_include_tests) {
|
| "rtcstatsreport_unittest.cc",
|
| ]
|
|
|
| - public_configs = [ "..:common_inherited_config" ]
|
| -
|
| if (is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
|
|