| Index: webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| index 6377eae378cc6eaf039a5bc79c7a3ede85ec9e2a..c3c66eb801aded73e3aed0cc9f13b212e92c8d40 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -46,8 +46,6 @@ rtc_source_set("remote_bitrate_estimator") {
|
| defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ]
|
| }
|
|
|
| - public_configs = [ "../..:common_inherited_config" ]
|
| -
|
| if (is_clang) {
|
| # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163).
|
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
| @@ -99,8 +97,6 @@ if (rtc_include_tests) {
|
| defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ]
|
| }
|
|
|
| - public_configs = [ "../..:common_inherited_config" ]
|
| -
|
| if (is_clang) {
|
| # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163).
|
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
|
|