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

Unified Diff: webrtc/ortc/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/ortc/BUILD.gn ('k') | webrtc/ortc/ortcfactory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/ortc/DEPS
diff --git a/webrtc/ortc/DEPS b/webrtc/ortc/DEPS
index de152dd01af69c98673b0f201310fbe54b7533b6..4e182440fb724f465eac0d72c768888bcc59d744 100644
--- a/webrtc/ortc/DEPS
+++ b/webrtc/ortc/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"+webrtc/logging/rtc_event_log",
"+webrtc/media",
"+webrtc/modules/audio_coding",
+ "+webrtc/modules/audio_processing",
"+webrtc/p2p",
"+webrtc/pc",
« no previous file with comments | « webrtc/ortc/BUILD.gn ('k') | webrtc/ortc/ortcfactory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698