Chromium Code Reviews| Index: chrome/renderer/autofill/DEPS |
| diff --git a/chrome/renderer/autofill/DEPS b/chrome/renderer/autofill/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d7867aa156c2cc6b838f6245059a053777d8600d |
| --- /dev/null |
| +++ b/chrome/renderer/autofill/DEPS |
| @@ -0,0 +1,7 @@ |
| +specific_include_rules = { |
| + # TODO(estark): remove this when the Form-Not-Secure feature is fully |
| + # launched. https://crbug.com/677295 |
| + "password_autofill_agent_browsertest\.cc" : [ |
| + "+components/security_state/core", |
| + ], |
| +} |