diff options
Diffstat (limited to 'tools/checkdeps/testdata/checkdeps_test/DEPS')
-rw-r--r-- | tools/checkdeps/testdata/checkdeps_test/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/checkdeps/testdata/checkdeps_test/DEPS b/tools/checkdeps/testdata/checkdeps_test/DEPS new file mode 100644 index 0000000..91a9b99 --- /dev/null +++ b/tools/checkdeps/testdata/checkdeps_test/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + "-disallowed", + "+allowed", + "-third_party/explicitly_disallowed", +] |