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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/autofill/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Autofill is being made into a Browser Component, so we have these
3 # two basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions!
5 "-chrome/browser",
6 "+chrome/browser/api",
7 "+chrome/browser/autofill",
8
9 # TODO(joi): Bring this list to zero.
10 #
11 # Do not add to the list of temporarily-allowed dependencies below,
12 # and please do not introduce more #includes of these files.
13 "!chrome/browser/autocomplete_history_manager.h",
14 "!chrome/browser/browser_process.h",
15 "!chrome/browser/feedback/proto/extension.pb.h",
16 "!chrome/browser/infobars/infobar_tab_helper.h",
17 "!chrome/browser/password_manager/encryptor.h",
18 "!chrome/browser/password_manager/password_manager.h",
19 "!chrome/browser/prefs/pref_change_registrar.h",
20 "!chrome/browser/prefs/pref_service.h",
21 "!chrome/browser/profiles/profile.h",
22 "!chrome/browser/profiles/profile_dependency_manager.h",
23 "!chrome/browser/profiles/profile_keyed_service.h",
24 "!chrome/browser/profiles/profile_keyed_service_factory.h",
25 "!chrome/browser/sync/profile_sync_service.h",
26 "!chrome/browser/sync/profile_sync_service_factory.h",
27 "!chrome/browser/sync/profile_sync_service_observer.h",
28 "!chrome/browser/tab_contents/confirm_infobar_delegate.h",
29 "!chrome/browser/tab_contents/link_infobar_delegate.h",
30 "!chrome/browser/translate/translate_infobar_delegate.h",
31 "!chrome/browser/translate/translate_manager.h",
32 "!chrome/browser/ui/browser.h",
33 "!chrome/browser/ui/browser_finder.h",
34 "!chrome/browser/ui/browser_tabstrip.h",
35 "!chrome/browser/ui/browser_window.h",
36 "!chrome/browser/ui/chrome_pages.h",
37 "!chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h",
38 "!chrome/browser/ui/gtk/gtk_theme_service.h",
39 "!chrome/browser/ui/tab_contents/tab_contents.h",
40 "!chrome/browser/ui/tab_contents/test_tab_contents.h",
41 "!chrome/browser/ui/webui/feedback_ui.h",
42 "!chrome/browser/webdata/autofill_entry.h",
43 "!chrome/browser/webdata/web_data_service.h",
44 "!chrome/browser/webdata/web_data_service_factory.h",
45 # Do not add to the list of temporarily-allowed dependencies above,
46 # and please do not introduce more #includes of these files.
47
2 # TODO(akalin): Remove this dependency. 48 # TODO(akalin): Remove this dependency.
3 "+sync/util/data_encryption_win.h", 49 "+sync/util/data_encryption_win.h",
4 "+third_party/libphonenumber", # For phone number i18n. 50 "+third_party/libphonenumber", # For phone number i18n.
5 ] 51 ]
OLDNEW
« 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