From 561a9eccc5ff42b8186eb223ed29d176d2697a1a Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 2 Sep 2014 09:39:35 +0000 Subject: [PATCH] Update checkedeps.py rules in DEPS. Add allow-rules as well in addition to the disallow-rule in r7014. BUG= TBR=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14279005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7020 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DEPS b/DEPS index 8794e15fe9..70877b74d2 100644 --- a/DEPS +++ b/DEPS @@ -40,6 +40,17 @@ include_rules = [ # Base is only used to build Android APK tests and may not be referenced by # WebRTC production code. "-base", + "-chromium", + '+net', + '+talk', + '+testing', + '+webrtc', +] + +# checkdeps.py shouldn't check include paths for files in these dirs: +skip_child_includes = [ + 'testing', + 'third_party', ] hooks = [