Chromium Code Reviews| Index: components/autofill/DEPS |
| diff --git a/components/autofill/DEPS b/components/autofill/DEPS |
| index bed4f0afd3c310a5cb7cb852b475ef52493fd06c..98e34f4968af827287aded94e0fbd7a555f955f6 100644 |
| --- a/components/autofill/DEPS |
| +++ b/components/autofill/DEPS |
| @@ -4,6 +4,7 @@ include_rules = [ |
| "+grit", # For generated headers |
| "+jni", |
| "+net", |
| + "+third_party/skia", # For SkColor in autofill_experiments |
|
Mathieu
2016/12/01 21:59:47
nit: wouldn't necessarily say why here
csashi
2016/12/02 05:15:29
Done.
|
| "+third_party/zlib/google", |
| "+ui", |
| # Autofill is a layered component; subdirectories must explicitly introduce |