Index: webrtc/modules/audio_processing/BUILD.gn |
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn |
index 3fb22680b3e7a5359696861479ac38400ede95fd..71338ea50705dbafa34a7a530c84c5aba9624b72 100644 |
--- a/webrtc/modules/audio_processing/BUILD.gn |
+++ b/webrtc/modules/audio_processing/BUILD.gn |
@@ -151,8 +151,6 @@ rtc_source_set("audio_processing") { |
"voice_detection_impl.h", |
] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
defines = [] |
deps = [ |
"../..:webrtc_common", |
@@ -263,8 +261,6 @@ if (current_cpu == "x86" || current_cpu == "x64") { |
cflags = [ "-msse2" ] |
} |
- public_configs = [ "../..:common_inherited_config" ] |
- |
if (apm_debug_dump) { |
defines = [ "WEBRTC_APM_DEBUG_DUMP=1" ] |
} else { |
@@ -299,8 +295,6 @@ if (rtc_build_with_neon) { |
] |
} |
- public_configs = [ "../..:common_inherited_config" ] |
- |
deps = [ |
"../../common_audio", |
] |
@@ -320,8 +314,6 @@ if (rtc_include_tests) { |
"test/process_test.cc", |
] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
deps = [ |
":audio_processing", |
":audioproc_debug_proto", |
@@ -341,8 +333,6 @@ if (rtc_include_tests) { |
"test/unpack.cc", |
] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
deps = [ |
":audio_processing", |
":audioproc_debug_proto", |
@@ -366,8 +356,6 @@ if (rtc_include_tests) { |
"test/wav_based_simulator.h", |
] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
deps = [ |
":audio_processing", |
":audioproc_debug_proto", |
@@ -390,8 +378,6 @@ if (rtc_include_tests) { |
"test/test_utils.h", |
] |
- public_configs = [ "../..:common_inherited_config" ] |
- |
deps = [ |
"../../base:rtc_base_approved", |
"../../common_audio", |