Index: components/autofill/content/DEPS |
diff --git a/components/autofill/content/DEPS b/components/autofill/content/DEPS |
index bd7656f8b4e414f0f759f91628914db336e82059..4b94f27f56929f1732429e5199385ca9bfaa9629 100644 |
--- a/components/autofill/content/DEPS |
+++ b/components/autofill/content/DEPS |
@@ -4,3 +4,9 @@ include_rules = [ |
"+third_party/WebKit/public/platform", |
"+third_party/WebKit/public/web", |
] |
+ |
+specific_include_rules = { |
+ '.*_[a-z]*test\.cc': [ |
+ "+content/public/test", |
+ ], |
+} |