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", |
+ ], |
+} |