Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+tools/checkdeps/testdata/disallowed/allowed", | 2 "+tools/checkdeps/testdata/disallowed/allowed", |
| 3 "!tools/checkdeps/testdata/disallowed/temporarily_allowed.h", | 3 "!tools/checkdeps/testdata/disallowed/temporarily_allowed.h", |
| 4 "+third_party/allowed_may_use", | 4 "+third_party/allowed_may_use", |
| 5 ] | 5 ] |
| 6 | |
| 7 specific_include_rules = { | |
| 8 ".*_unittest\.cc": [ | |
| 9 "+tools/checkdeps/testdata/disallowed/teststuff", | |
| 10 ] | |
| 11 } | |
| OLD | NEW |