summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/BUILD.gn
diff options
context:
space:
mode:
authorxians <xians@chromium.org>2014-09-25 08:29:51 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-25 15:30:11 +0000
commit6299e2dbff65201b71f159d185a95d539ee9e810 (patch)
tree01671a8f783ceee25dcf760e83cad6c7067f3774 /third_party/libjingle/BUILD.gn
parentfe3e9c08535896b6df71a685f495711aa2bca872 (diff)
downloadchromium_src-6299e2dbff65201b71f159d185a95d539ee9e810.zip
chromium_src-6299e2dbff65201b71f159d185a95d539ee9e810.tar.gz
chromium_src-6299e2dbff65201b71f159d185a95d539ee9e810.tar.bz2
The original review thread is in https://codereview.chromium.org/588523002/
Fix the way how we create webrtc::AudioProcessing in Chrome. TBR=tommi@chromium.org BUG=415935 TEST=all webrtc tests in all bots + manual test to verify the agc loggings exist. Review URL: https://codereview.chromium.org/597923002 Cr-Commit-Position: refs/heads/master@{#296709}
Diffstat (limited to 'third_party/libjingle/BUILD.gn')
-rw-r--r--third_party/libjingle/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index 02c2bf9..69a744e 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -548,6 +548,7 @@ if (enable_webrtc) {
deps = [
":libjingle_webrtc_common",
"//third_party/webrtc",
+ "//third_party/webrtc/modules/audio_processing",
"//third_party/webrtc/system_wrappers",
"//third_party/webrtc/voice_engine",
]