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

Unified Diff: webrtc/sdk/android/BUILD.gn

Issue 2948763002: Allow an external audio processing module to be used in WebRTC (Closed)
Patch Set: tracking linux32_rel issue Created 3 years, 6 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
Index: webrtc/sdk/android/BUILD.gn
diff --git a/webrtc/sdk/android/BUILD.gn b/webrtc/sdk/android/BUILD.gn
index adac2a82146b6a7e894897c4d299ef52e6ee196e..bc29ef69a8bbe3a9ace06954ca978221cb0a80cd 100644
--- a/webrtc/sdk/android/BUILD.gn
+++ b/webrtc/sdk/android/BUILD.gn
@@ -168,6 +168,7 @@ rtc_static_library("media_jni") {
"//webrtc/call:call_interfaces",
"//webrtc/logging:rtc_event_log_api",
"//webrtc/media:rtc_audio_video",
+ "//webrtc/modules/audio_processing:audio_processing",
]
if (is_clang) {

Powered by Google App Engine
This is Rietveld 408576698