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

Unified Diff: webrtc/modules/audio_mixer/DEPS

Issue 2111293003: Removed callback between old AudioConferenceMixer and OutputMixer. The audio frame with mixed audio… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@new_mixer_format
Patch Set: Removed asserts, decreased lock holding time & minor changes. Created 4 years, 5 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/modules/audio_mixer/DEPS
diff --git a/webrtc/voice_engine/DEPS b/webrtc/modules/audio_mixer/DEPS
similarity index 93%
copy from webrtc/voice_engine/DEPS
copy to webrtc/modules/audio_mixer/DEPS
index 224eeee676eb5f7fd2e68103cdddf8ab31e289a1..2290dc6efa87b5193210d5eceffe4cec266d1c58 100644
--- a/webrtc/voice_engine/DEPS
+++ b/webrtc/modules/audio_mixer/DEPS
@@ -11,4 +11,5 @@ include_rules = [
"+webrtc/modules/rtp_rtcp",
"+webrtc/modules/utility",
"+webrtc/system_wrappers",
+ "+webrtc/voice_engine",
]

Powered by Google App Engine
This is Rietveld 408576698