| Index: webrtc/ortc/DEPS | 
| diff --git a/webrtc/ortc/DEPS b/webrtc/ortc/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..de152dd01af69c98673b0f201310fbe54b7533b6 | 
| --- /dev/null | 
| +++ b/webrtc/ortc/DEPS | 
| @@ -0,0 +1,17 @@ | 
| +include_rules = [ | 
| +  "+webrtc/api", | 
| +  "+webrtc/base", | 
| +  "+webrtc/call", | 
| +  "+webrtc/logging/rtc_event_log", | 
| +  "+webrtc/media", | 
| +  "+webrtc/modules/audio_coding", | 
| +  "+webrtc/p2p", | 
| +  "+webrtc/pc", | 
| + | 
| +  "+webrtc/modules/rtp_rtcp", | 
| +  "+webrtc/system_wrappers", | 
| + | 
| +  "+webrtc/modules/audio_device", | 
| +  "+webrtc/modules/video_coding", | 
| +  "+webrtc/modules/video_render", | 
| +] | 
|  |