| Index: tools/checkdeps/testdata/allowed/DEPS
|
| diff --git a/tools/checkdeps/testdata/allowed/DEPS b/tools/checkdeps/testdata/allowed/DEPS
|
| index ae750e22c8d9ba2c8f4e11d03ed51cd32e787fc0..362623c2c13c0cc7e46274fce6d2ae0508f1d7a4 100644
|
| --- a/tools/checkdeps/testdata/allowed/DEPS
|
| +++ b/tools/checkdeps/testdata/allowed/DEPS
|
| @@ -3,3 +3,9 @@ include_rules = [
|
| "!tools/checkdeps/testdata/disallowed/temporarily_allowed.h",
|
| "+third_party/allowed_may_use",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + ".*_unittest\.cc": [
|
| + "+tools/checkdeps/testdata/disallowed/teststuff",
|
| + ]
|
| +}
|
|
|