Index: webrtc/voice_engine/DEPS |
diff --git a/webrtc/voice_engine/DEPS b/webrtc/voice_engine/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..224eeee676eb5f7fd2e68103cdddf8ab31e289a1 |
--- /dev/null |
+++ b/webrtc/voice_engine/DEPS |
@@ -0,0 +1,14 @@ |
+include_rules = [ |
+ "+webrtc/base", |
+ "+webrtc/call", |
+ "+webrtc/common_audio", |
+ "+webrtc/modules/audio_coding", |
+ "+webrtc/modules/audio_conference_mixer", |
+ "+webrtc/modules/audio_device", |
+ "+webrtc/modules/audio_processing", |
+ "+webrtc/modules/media_file", |
+ "+webrtc/modules/pacing", |
+ "+webrtc/modules/rtp_rtcp", |
+ "+webrtc/modules/utility", |
+ "+webrtc/system_wrappers", |
+] |