Chromium Code Reviews| Index: components/autofill/content/common/DEPS |
| diff --git a/components/autofill/core/DEPS b/components/autofill/content/common/DEPS |
| similarity index 57% |
| copy from components/autofill/core/DEPS |
| copy to components/autofill/content/common/DEPS |
| index 14d2f7be5c85c1a462573576963460a3b997f0ec..5ba43bd6db127d6d94edaede89e0541705348c7b 100644 |
| --- a/components/autofill/core/DEPS |
| +++ b/components/autofill/content/common/DEPS |
| @@ -1,12 +1,6 @@ |
| include_rules = [ |
| "!content/public/common/common_param_traits.h", |
|
blundell
2013/12/11 13:32:53
These can now be +'s instead of !'s and the TODO(b
jeanfrancois
2013/12/11 15:01:19
Done.
|
| - # TODO(joi): Perhaps PrefRegistrySyncable should be a separate |
| - # component since it is currently in the same component as |
| - # UserPrefs, which uses content::BrowserContext. |
| - "+components/user_prefs/pref_registry_syncable.h", |
| - "+components/webdata/encryptor", |
| - |
| # TODO(blundell): Bring this list to zero. |
| # |
| # Do not add to the list of temporarily-allowed dependencies below, |