Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: chrome/browser/autofill/DEPS

Issue 10825134: Start the process of making Autofill into a Browser Component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autofill/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/autofill/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698