 Chromium Code Reviews
 Chromium Code Reviews Issue 1804333002:
  Reland "Add check_deps rules in DEPS files."  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc.git@master
    
  
    Issue 1804333002:
  Reland "Add check_deps rules in DEPS files."  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc.git@master| Index: webrtc/pc/DEPS | 
| diff --git a/webrtc/pc/DEPS b/webrtc/pc/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..ca4f789db9dccc374f22440ef03f50792a17cca8 | 
| --- /dev/null | 
| +++ b/webrtc/pc/DEPS | 
| @@ -0,0 +1,13 @@ | 
| +include_rules = [ | 
| + "+webrtc/api", | 
| + "+webrtc/base", | 
| + "+webrtc/media", | 
| + "+webrtc/p2p", | 
| + "+third_party/libsrtp" | 
| +] | 
| + | 
| +specific_include_rules = { | 
| + "srtpfilter_unittest\.cc": [ | 
| + "+crypto", | 
| + ], | 
| +} |