Chromium Code Reviews| Index: components/autofill/content/browser/DEPS |
| diff --git a/components/autofill/content/browser/DEPS b/components/autofill/content/browser/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6e19ad5b372a68a8ed9745ff8560f3eb35432b52 |
| --- /dev/null |
| +++ b/components/autofill/content/browser/DEPS |
| @@ -0,0 +1,9 @@ |
| +include_rules = [ |
| + "+content/public/browser", |
| + ] |
| + |
| +specific_include_rules = { |
| + '.*_[a-z]*test\.cc': [ |
| + "+content/public/test", |
| + ], |
| +} |