| Index: webrtc/system_wrappers/BUILD.gn
|
| diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
|
| index ff3fcb1c8f903543410940fe0beddcc73ffbff40..8087f69df79bacf7fa719642327cb864d64207e3 100644
|
| --- a/webrtc/system_wrappers/BUILD.gn
|
| +++ b/webrtc/system_wrappers/BUILD.gn
|
| @@ -75,8 +75,6 @@ rtc_source_set("system_wrappers") {
|
| "source/trace_win.h",
|
| ]
|
|
|
| - public_configs = [ "..:common_inherited_config" ]
|
| -
|
| if (rtc_enable_data_logging) {
|
| sources += [ "source/data_log.cc" ]
|
| } else {
|
| @@ -143,8 +141,6 @@ rtc_source_set("field_trial_default") {
|
| "include/field_trial_default.h",
|
| "source/field_trial_default.cc",
|
| ]
|
| -
|
| - public_configs = [ "..:common_inherited_config" ]
|
| }
|
|
|
| rtc_source_set("metrics_default") {
|
| @@ -152,13 +148,9 @@ rtc_source_set("metrics_default") {
|
| "include/metrics_default.h",
|
| "source/metrics_default.cc",
|
| ]
|
| -
|
| - public_configs = [ "..:common_inherited_config" ]
|
| }
|
|
|
| rtc_source_set("system_wrappers_default") {
|
| - public_configs = [ "..:common_inherited_config" ]
|
| -
|
| deps = [
|
| ":field_trial_default",
|
| ":metrics_default",
|
| @@ -172,7 +164,6 @@ if (is_android) {
|
| "source/cpu_features_android.c",
|
| ]
|
|
|
| - public_configs = [ "..:common_inherited_config" ]
|
| deps = [
|
| "//third_party/android_tools:cpu_features",
|
| ]
|
| @@ -184,8 +175,6 @@ if (is_linux) {
|
| sources = [
|
| "source/cpu_features_linux.c",
|
| ]
|
| -
|
| - public_configs = [ "..:common_inherited_config" ]
|
| }
|
| }
|
|
|
| @@ -217,8 +206,6 @@ if (rtc_include_tests) {
|
| ]
|
| }
|
|
|
| - public_configs = [ "..:common_inherited_config" ]
|
| -
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
| if (is_clang) {
|
|
|