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

Unified Diff: webrtc/pc/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/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 4719db64c0a4ba73b18787d5f62c89e710c32ca6..5a3334d8c3066cefc295616e205b3703d179f6ce 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -203,6 +203,7 @@ rtc_source_set("create_pc_factory") {
"../logging:rtc_event_log_api",
"../media:rtc_audio_video",
"../modules/audio_device:audio_device",
+ "../modules/audio_processing:audio_processing",
]
configs += [ ":libjingle_peerconnection_warnings_config" ]

Powered by Google App Engine
This is Rietveld 408576698