| Index: components/autofill/DEPS
|
| diff --git a/components/autofill/DEPS b/components/autofill/DEPS
|
| index bed4f0afd3c310a5cb7cb852b475ef52493fd06c..7e8eeb9db5eeb9f6fad7e5594f2348a5a6265063 100644
|
| --- a/components/autofill/DEPS
|
| +++ b/components/autofill/DEPS
|
| @@ -6,7 +6,11 @@ include_rules = [
|
| "+net",
|
| "+third_party/zlib/google",
|
| "+ui",
|
| +
|
| # Autofill is a layered component; subdirectories must explicitly introduce
|
| # the ability to use the content layer as appropriate.
|
| "-components/autofill/content",
|
| +
|
| + # This directory contains build flags and does not pull all of PPAPI in.
|
| + "+ppapi/features",
|
| ]
|
|
|