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

Side by Side Diff: chrome/browser/autofill/DEPS

Issue 10843067: Move AutocompleteHistoryManager into chrome/browser/autofill/ as it is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Autofill is being made into a Browser Component, so we have these 2 # Autofill is being made into a Browser Component, so we have these
3 # two basic rules followed by temporary exceptions. Please don't 3 # two basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions! 4 # add to the list of exceptions!
5 "-chrome/browser", 5 "-chrome/browser",
6 "+chrome/browser/api", 6 "+chrome/browser/api",
7 "+chrome/browser/autofill", 7 "+chrome/browser/autofill",
8 8
9 # TODO(joi): Bring this list to zero. 9 # TODO(joi): Bring this list to zero.
10 # 10 #
11 # Do not add to the list of temporarily-allowed dependencies below, 11 # Do not add to the list of temporarily-allowed dependencies below,
12 # and please do not introduce more #includes of these files. 12 # and please do not introduce more #includes of these files.
13 "!chrome/browser/autocomplete_history_manager.h",
14 "!chrome/browser/browser_process.h", 13 "!chrome/browser/browser_process.h",
15 "!chrome/browser/feedback/proto/extension.pb.h", 14 "!chrome/browser/feedback/proto/extension.pb.h",
16 "!chrome/browser/infobars/infobar_tab_helper.h", 15 "!chrome/browser/infobars/infobar_tab_helper.h",
17 "!chrome/browser/password_manager/encryptor.h", 16 "!chrome/browser/password_manager/encryptor.h",
18 "!chrome/browser/password_manager/password_manager.h", 17 "!chrome/browser/password_manager/password_manager.h",
19 "!chrome/browser/prefs/pref_change_registrar.h", 18 "!chrome/browser/prefs/pref_change_registrar.h",
19 "!chrome/browser/prefs/pref_member.h",
20 "!chrome/browser/prefs/pref_service.h", 20 "!chrome/browser/prefs/pref_service.h",
21 "!chrome/browser/profiles/profile.h", 21 "!chrome/browser/profiles/profile.h",
22 "!chrome/browser/profiles/profile_dependency_manager.h", 22 "!chrome/browser/profiles/profile_dependency_manager.h",
23 "!chrome/browser/profiles/profile_keyed_service.h", 23 "!chrome/browser/profiles/profile_keyed_service.h",
24 "!chrome/browser/profiles/profile_keyed_service_factory.h", 24 "!chrome/browser/profiles/profile_keyed_service_factory.h",
25 "!chrome/browser/sync/profile_sync_service.h", 25 "!chrome/browser/sync/profile_sync_service.h",
26 "!chrome/browser/sync/profile_sync_service_factory.h", 26 "!chrome/browser/sync/profile_sync_service_factory.h",
27 "!chrome/browser/sync/profile_sync_service_observer.h", 27 "!chrome/browser/sync/profile_sync_service_observer.h",
28 "!chrome/browser/tab_contents/confirm_infobar_delegate.h", 28 "!chrome/browser/tab_contents/confirm_infobar_delegate.h",
29 "!chrome/browser/tab_contents/link_infobar_delegate.h", 29 "!chrome/browser/tab_contents/link_infobar_delegate.h",
(...skipping 12 matching lines...) Expand all
42 "!chrome/browser/webdata/autofill_entry.h", 42 "!chrome/browser/webdata/autofill_entry.h",
43 "!chrome/browser/webdata/web_data_service.h", 43 "!chrome/browser/webdata/web_data_service.h",
44 "!chrome/browser/webdata/web_data_service_factory.h", 44 "!chrome/browser/webdata/web_data_service_factory.h",
45 # Do not add to the list of temporarily-allowed dependencies above, 45 # Do not add to the list of temporarily-allowed dependencies above,
46 # and please do not introduce more #includes of these files. 46 # and please do not introduce more #includes of these files.
47 47
48 # TODO(akalin): Remove this dependency. 48 # TODO(akalin): Remove this dependency.
49 "+sync/util/data_encryption_win.h", 49 "+sync/util/data_encryption_win.h",
50 "+third_party/libphonenumber", # For phone number i18n. 50 "+third_party/libphonenumber", # For phone number i18n.
51 ] 51 ]
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete_history_manager_unittest.cc ('k') | chrome/browser/autofill/autocomplete_history_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698