Chromium Code Reviews| 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 = [ |
|
M-A Ruel
2012/07/26 18:30:07
Are you sure this directory won't trigger in norma
|
| + "-tools/checkdeps/testdata/disallowed", |
| + "+tools/checkdeps/testdata/allowed", |
| + "-third_party/explicitly_disallowed", |
| +] |