Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: webrtc/modules/audio_processing/BUILD.gn

Issue 2311843002: GN Templates: Move common_inherited_config to the template. (Closed)
Patch Set: Added comment for rtc_common_inherited_config. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/audio_mixer/BUILD.gn ('k') | webrtc/modules/bitrate_controller/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « webrtc/modules/audio_mixer/BUILD.gn ('k') | webrtc/modules/bitrate_controller/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698