summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS10
1 files changed, 10 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index bbefff9..d72ceb1 100644
--- a/DEPS
+++ b/DEPS
@@ -30,3 +30,13 @@ include_rules = [
# this should probably change.
"+unicode"
]
+
+# checkdeps.py shouldn't check include paths for files in these dirs:
+skip_child_includes = [
+ "breakpad",
+ "sdch",
+ "skia",
+ "testing",
+ "third_party",
+ "v8",
+]