| Index: chrome/browser/autofill/DEPS
|
| diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
|
| index e82cbe8bf7f5de21e7f101a616209e569b7014cb..36897d1a60f6e0a24009c1508b308f46c8c5ec36 100644
|
| --- a/chrome/browser/autofill/DEPS
|
| +++ b/chrome/browser/autofill/DEPS
|
| @@ -1,4 +1,50 @@
|
| include_rules = [
|
| + # Autofill is being made into a Browser Component, so we have these
|
| + # two basic rules followed by temporary exceptions. Please don't
|
| + # add to the list of exceptions!
|
| + "-chrome/browser",
|
| + "+chrome/browser/api",
|
| + "+chrome/browser/autofill",
|
| +
|
| + # 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.
|
| + "!chrome/browser/autocomplete_history_manager.h",
|
| + "!chrome/browser/browser_process.h",
|
| + "!chrome/browser/feedback/proto/extension.pb.h",
|
| + "!chrome/browser/infobars/infobar_tab_helper.h",
|
| + "!chrome/browser/password_manager/encryptor.h",
|
| + "!chrome/browser/password_manager/password_manager.h",
|
| + "!chrome/browser/prefs/pref_change_registrar.h",
|
| + "!chrome/browser/prefs/pref_service.h",
|
| + "!chrome/browser/profiles/profile.h",
|
| + "!chrome/browser/profiles/profile_dependency_manager.h",
|
| + "!chrome/browser/profiles/profile_keyed_service.h",
|
| + "!chrome/browser/profiles/profile_keyed_service_factory.h",
|
| + "!chrome/browser/sync/profile_sync_service.h",
|
| + "!chrome/browser/sync/profile_sync_service_factory.h",
|
| + "!chrome/browser/sync/profile_sync_service_observer.h",
|
| + "!chrome/browser/tab_contents/confirm_infobar_delegate.h",
|
| + "!chrome/browser/tab_contents/link_infobar_delegate.h",
|
| + "!chrome/browser/translate/translate_infobar_delegate.h",
|
| + "!chrome/browser/translate/translate_manager.h",
|
| + "!chrome/browser/ui/browser.h",
|
| + "!chrome/browser/ui/browser_finder.h",
|
| + "!chrome/browser/ui/browser_tabstrip.h",
|
| + "!chrome/browser/ui/browser_window.h",
|
| + "!chrome/browser/ui/chrome_pages.h",
|
| + "!chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h",
|
| + "!chrome/browser/ui/gtk/gtk_theme_service.h",
|
| + "!chrome/browser/ui/tab_contents/tab_contents.h",
|
| + "!chrome/browser/ui/tab_contents/test_tab_contents.h",
|
| + "!chrome/browser/ui/webui/feedback_ui.h",
|
| + "!chrome/browser/webdata/autofill_entry.h",
|
| + "!chrome/browser/webdata/web_data_service.h",
|
| + "!chrome/browser/webdata/web_data_service_factory.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",
|
| "+third_party/libphonenumber", # For phone number i18n.
|
|
|