summaryrefslogtreecommitdiffstats
path: root/tools/checkdeps/testdata/allowed/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkdeps/testdata/allowed/DEPS')
-rw-r--r--tools/checkdeps/testdata/allowed/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/checkdeps/testdata/allowed/DEPS b/tools/checkdeps/testdata/allowed/DEPS
new file mode 100644
index 0000000..ae750e2
--- /dev/null
+++ b/tools/checkdeps/testdata/allowed/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+tools/checkdeps/testdata/disallowed/allowed",
+ "!tools/checkdeps/testdata/disallowed/temporarily_allowed.h",
+ "+third_party/allowed_may_use",
+]