Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: webrtc/pc/DEPS

Issue 1796413002: Add check_deps rules in DEPS files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed nit Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/p2p/DEPS ('k') | webrtc/sound/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
+}
« no previous file with comments | « webrtc/p2p/DEPS ('k') | webrtc/sound/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698