| Index: chrome/browser/autofill/DEPS
|
| diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
|
| index 0fb9b536316bfb93800fd0840c0f7ca74e99909c..bafff1067ea641c91068ecd5be365efdb0a7af0f 100644
|
| --- a/chrome/browser/autofill/DEPS
|
| +++ b/chrome/browser/autofill/DEPS
|
| @@ -11,23 +11,9 @@ include_rules = [
|
| # Components-like DEPS above go here.
|
| "+third_party/libphonenumber", # For phone number i18n.
|
|
|
| - # TODO(joi): Bring this list to zero.
|
| - #
|
| - # Do not add to the list of temporarily-allowed dependencies below,
|
| - # and please do not introduce more #includes of these files.
|
| -
|
| - # Moving to api
|
| + # TODO(joi): May be able to remove this if PKS is moved to c/b/api.
|
| "!chrome/browser/profiles/profile_keyed_service.h",
|
|
|
| - # Will go when PersonalDataManagerFactory moves to c/b/configuration.
|
| - "!chrome/browser/profiles/profile_dependency_manager.h",
|
| - "!chrome/browser/profiles/profile_keyed_service_factory.h",
|
| -
|
| - "!chrome/browser/ui/tab_contents/tab_contents.h",
|
| -
|
| - # Do not add to the list of temporarily-allowed dependencies above,
|
| - # and please do not introduce more #includes of these files.
|
| -
|
| # TODO(akalin): Remove this dependency.
|
| "!sync/util/data_encryption_win.h",
|
| ]
|
| @@ -52,12 +38,15 @@ specific_include_rules = {
|
| "!chrome/browser/ui/browser_tabstrip.h",
|
| "!chrome/browser/ui/browser_window.h",
|
| "!chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h",
|
| + "!chrome/browser/ui/tab_contents/tab_contents.h",
|
| "!chrome/browser/ui/tab_contents/test_tab_contents.h",
|
| ],
|
|
|
| - # TODO(joi): Get rid of the need for this by moving
|
| - # PersonalDataManagerFactory to chrome/browser/configuration.
|
| - 'personal_data_manager_factory\.cc': [
|
| + # TODO(joi): May be able to get rid of the need for this by moving
|
| + # PersonalDataManagerFactory to chrome/browser/profiles.
|
| + 'personal_data_manager_factory\.(h|cc)': [
|
| + "!chrome/browser/profiles/profile_dependency_manager.h",
|
| + "!chrome/browser/profiles/profile_keyed_service_factory.h",
|
| "!chrome/browser/profiles/profile.h",
|
| "!chrome/browser/webdata/web_data_service_factory.h",
|
| ],
|
|
|