Chromium Code Reviews

Unified Diff: webrtc/call/DEPS

Issue 2454373002: Added an empty AudioTransportProxy to AudioState. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/call/DEPS
diff --git a/webrtc/call/DEPS b/webrtc/call/DEPS
index 4256b589ffc800d72423aeb04065a95400fa8286..02c0934598c2d7cf3ef1a75cc2a9912e9d243150 100644
--- a/webrtc/call/DEPS
+++ b/webrtc/call/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+webrtc/base",
"+webrtc/logging/rtc_event_log",
"+webrtc/modules/audio_coding",
+ "+webrtc/modules/audio_device",
"+webrtc/modules/bitrate_controller",
"+webrtc/modules/congestion_controller",
"+webrtc/modules/pacing",

Powered by Google App Engine