Chromium Code Reviews| Index: components/autofill/renderer/DEPS |
| diff --git a/components/autofill/renderer/DEPS b/components/autofill/renderer/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3279b26f7a2da99d247fdc8ad2e636d3cabd6c5b |
| --- /dev/null |
| +++ b/components/autofill/renderer/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + # TODO(joi): Get rid of this dependency. |
| + "!chrome/common/password_generation_util.h", |
| + |
| + "+content/public/common", |
| + "+content/public/renderer", |
| +] |