| Index: webrtc/call/DEPS
 | 
| diff --git a/webrtc/call/DEPS b/webrtc/call/DEPS
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..0f9030853c39be464a798563fb4d788a4eb0978b
 | 
| --- /dev/null
 | 
| +++ b/webrtc/call/DEPS
 | 
| @@ -0,0 +1,13 @@
 | 
| +include_rules = [
 | 
| +  "+webrtc/audio",
 | 
| +  "+webrtc/base",
 | 
| +  "+webrtc/modules/audio_coding",
 | 
| +  "+webrtc/modules/bitrate_controller",
 | 
| +  "+webrtc/modules/congestion_controller",
 | 
| +  "+webrtc/modules/pacing",
 | 
| +  "+webrtc/modules/rtp_rtcp",
 | 
| +  "+webrtc/modules/utility",
 | 
| +  "+webrtc/system_wrappers",
 | 
| +  "+webrtc/voice_engine",
 | 
| +  "+webrtc/video",
 | 
| +]
 | 
| 
 |