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

Unified Diff: webrtc/pc/DEPS

Issue 2961723004: Allow an external audio processing module to be used in WebRTC (Closed)
Patch Set: Moved creation of APMs from CreateVoiceEngines 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
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/pc/createpeerconnectionfactory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/DEPS
diff --git a/webrtc/pc/DEPS b/webrtc/pc/DEPS
index 4468e6ba108d5cdb657e637dc0891b967a828f97..d77d2797697a3a6601bce9e8126224ba55d34ab8 100644
--- a/webrtc/pc/DEPS
+++ b/webrtc/pc/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"+webrtc/logging/rtc_event_log",
"+webrtc/media",
"+webrtc/modules/audio_device",
+ "+webrtc/modules/audio_processing",
"+webrtc/modules/rtp_rtcp",
"+webrtc/modules/video_coding",
"+webrtc/modules/video_render",
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/pc/createpeerconnectionfactory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698