Index: tools/checkdeps/testdata/DEPS |
diff --git a/tools/checkdeps/testdata/DEPS b/tools/checkdeps/testdata/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8cb5054df5c31dd56b3fc305fe6eb9e35c5ac64a |
--- /dev/null |
+++ b/tools/checkdeps/testdata/DEPS |
@@ -0,0 +1,5 @@ |
+include_rules = [ |
+ "-tools/checkdeps/testdata/disallowed", |
+ "+tools/checkdeps/testdata/allowed", |
+ "-third_party/explicitly_disallowed", |
+] |