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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2961723004: Allow an external audio processing module to be used in WebRTC (Closed)
Patch Set: Readded the audio_processing getter method 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 60d76ed239c07d9a03cd09891502c6ee83e37a02..5190a93cf51d6bd57bc122d5bbb4ac6dd73612d1 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -203,6 +203,7 @@ rtc_static_library("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