summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org>2014-09-09 23:34:56 +0000
committerbrettw@chromium.org <brettw@chromium.org>2014-09-09 23:34:56 +0000
commitc398a47bdc9741e05fab69511dad436ae7487b05 (patch)
tree73395f51b5e25ca105f1f1c5a803f3027d83738a
parentf6cf22c8c8f78cfe794307446e97e05ba832c5f9 (diff)
downloadwebrtc-c398a47bdc9741e05fab69511dad436ae7487b05.tar.gz
Fix up configs applying to GN build.
The audio_processing target didn't have the build configs applying to it which led to some logging errors. TBR=kjellander Review URL: https://webrtc-codereview.appspot.com/22339004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7125 4adac7df-926f-26a2-2b94-8c16560cd09d
-rw-r--r--modules/audio_processing/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/audio_processing/BUILD.gn b/modules/audio_processing/BUILD.gn
index 950dfff3..9bf4da07 100644
--- a/modules/audio_processing/BUILD.gn
+++ b/modules/audio_processing/BUILD.gn
@@ -78,6 +78,9 @@ source_set("audio_processing") {
"voice_detection_impl.h",
]
+ configs += [ "../..:common_config" ]
+ direct_dependent_configs = [ "../..:common_inherited_config" ]
+
defines = []
deps = []