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

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

Issue 2300413002: GN Templates: Move common_config to the template. (Closed)
Patch Set: Add TODOs + tracking bugs. 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 d65b5f81b5673b848dbd5a1d43bdda45606c9a7e..3fb22680b3e7a5359696861479ac38400ede95fd 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -151,7 +151,6 @@ rtc_source_set("audio_processing") {
"voice_detection_impl.h",
]
- configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
defines = []
@@ -264,7 +263,6 @@ if (current_cpu == "x86" || current_cpu == "x64") {
cflags = [ "-msse2" ]
}
- configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
if (apm_debug_dump) {
@@ -301,7 +299,6 @@ if (rtc_build_with_neon) {
]
}
- configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
deps = [
@@ -323,7 +320,6 @@ if (rtc_include_tests) {
"test/process_test.cc",
]
- configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
deps = [
@@ -345,7 +341,6 @@ if (rtc_include_tests) {
"test/unpack.cc",
]
- configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
deps = [
@@ -371,7 +366,6 @@ if (rtc_include_tests) {
"test/wav_based_simulator.h",
]
- configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
deps = [
@@ -396,7 +390,6 @@ if (rtc_include_tests) {
"test/test_utils.h",
]
- configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
deps = [
« 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