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

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

Issue 11185011: Remove TabContents from autofill unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: de(r)ps Created 8 years, 1 month 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/autocomplete_history_manager_unittest.cc » ('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 2 # Autofill is being made into a Browser Component, so we have these
3 # three basic rules followed by temporary exceptions. Please don't 3 # three 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 "+chrome/browser/common", 8 "+chrome/browser/common",
9 9
10 # Permanently-allowed DEPS beyond the standard Browser 10 # Permanently-allowed DEPS beyond the standard Browser
11 # Components-like DEPS above go here. 11 # Components-like DEPS above go here.
12 "+third_party/libphonenumber", # For phone number i18n. 12 "+third_party/libphonenumber", # For phone number i18n.
13 13
14 # TODO(joi): May be able to remove this if PKS is moved to c/b/api. 14 # TODO(joi): May be able to remove this if PKS is moved to c/b/api.
15 "!chrome/browser/profiles/profile_keyed_service.h", 15 "!chrome/browser/profiles/profile_keyed_service.h",
16 16
17 # TODO(akalin): Remove this dependency. 17 # TODO(akalin): Remove this dependency.
18 "!sync/util/data_encryption_win.h", 18 "!sync/util/data_encryption_win.h",
19 ] 19 ]
20 20
21 specific_include_rules = { 21 specific_include_rules = {
22 # TODO(joi): Bring this list to zero. 22 # TODO(joi): Bring this list to zero.
23 # 23 #
24 # Do not add to the list of temporarily-allowed dependencies below, 24 # Do not add to the list of temporarily-allowed dependencies below,
25 # and please do not introduce more #includes of these files. 25 # and please do not introduce more #includes of these files.
26 '.*_[a-z]*test\.cc': [ 26 '.*_[a-z]*test\.cc': [
27 "!chrome/browser/infobars/infobar_tab_helper.h",
27 "!chrome/browser/password_manager/encryptor.h", 28 "!chrome/browser/password_manager/encryptor.h",
29 "!chrome/browser/password_manager/password_manager.h",
30 "!chrome/browser/password_manager/password_manager_delegate_impl.h",
28 "!chrome/browser/profiles/profile.h", 31 "!chrome/browser/profiles/profile.h",
29 "!chrome/browser/sync/profile_sync_service.h", 32 "!chrome/browser/sync/profile_sync_service.h",
30 "!chrome/browser/sync/profile_sync_service_factory.h", 33 "!chrome/browser/sync/profile_sync_service_factory.h",
31 "!chrome/browser/translate/translate_infobar_delegate.h", 34 "!chrome/browser/translate/translate_infobar_delegate.h",
32 "!chrome/browser/translate/translate_manager.h", 35 "!chrome/browser/translate/translate_manager.h",
33 "!chrome/browser/webdata/autofill_web_data_service_impl.h", 36 "!chrome/browser/webdata/autofill_web_data_service_impl.h",
34 "!chrome/browser/webdata/web_data_service.h", 37 "!chrome/browser/webdata/web_data_service.h",
35 "!chrome/browser/webdata/web_data_service_factory.h", 38 "!chrome/browser/webdata/web_data_service_factory.h",
36 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", 39 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
37 "!chrome/browser/ui/browser.h", 40 "!chrome/browser/ui/browser.h",
38 "!chrome/browser/ui/browser_tabstrip.h", 41 "!chrome/browser/ui/browser_tabstrip.h",
39 "!chrome/browser/ui/browser_window.h", 42 "!chrome/browser/ui/browser_window.h",
40 "!chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h",
41 "!chrome/browser/ui/tab_contents/tab_contents.h",
42 "!chrome/browser/ui/tab_contents/test_tab_contents.h",
43 ], 43 ],
44 44
45 # TODO(joi): May be able to get rid of the need for this by moving 45 # TODO(joi): May be able to get rid of the need for this by moving
46 # PersonalDataManagerFactory to chrome/browser/profiles. 46 # PersonalDataManagerFactory to chrome/browser/profiles.
47 'personal_data_manager_factory\.(h|cc)': [ 47 'personal_data_manager_factory\.(h|cc)': [
48 "!chrome/browser/profiles/profile_dependency_manager.h", 48 "!chrome/browser/profiles/profile_dependency_manager.h",
49 "!chrome/browser/profiles/profile_keyed_service_factory.h", 49 "!chrome/browser/profiles/profile_keyed_service_factory.h",
50 "!chrome/browser/profiles/profile.h", 50 "!chrome/browser/profiles/profile.h",
51 "!chrome/browser/webdata/web_data_service_factory.h", 51 "!chrome/browser/webdata/web_data_service_factory.h",
52 ], 52 ],
53 } 53 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/autocomplete_history_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698