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': [ |
Ilya Sherman
2013/08/30 21:55:47
Could you narrow this rule to allow only the speci
blundell
2013/09/02 10:52:56
This is the DEPS file for //components/autofill/co
Ilya Sherman
2013/09/03 22:39:18
Ah, I mistook this for a temporary exception. Nev
|
+ "+content/public/test", |
+ ], |
+} |