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

Side by Side Diff: components/autofill/core/browser/DEPS

Issue 190213003: Eliminate BrowserThread dependency from WebDataAutofillServiceTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | components/autofill/core/browser/autofill_download_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 "+components/webdata/common", 2 "+components/webdata/common",
3 "+crypto/random.h", 3 "+crypto/random.h",
4 "+google_apis/gaia", 4 "+google_apis/gaia",
5 "+google_apis/google_api_keys.h", 5 "+google_apis/google_api_keys.h",
6 "+net", 6 "+net",
7 "+sql", 7 "+sql",
8 "+third_party/libjingle", 8 "+third_party/libjingle",
9 "+third_party/libphonenumber", # For phone number i18n. 9 "+third_party/libphonenumber", # For phone number i18n.
10 ] 10 ]
11
12 specific_include_rules = {
13 'autofill_test_utils\.cc': [
14 # TODO(blundell): Bring this list to zero.
15 #
16 # Do not add to the list of temporarily-allowed dependencies below,
17 # and please do not introduce more #includes of these files.
18 "!components/user_prefs/user_prefs.h",
19 "!content/public/browser/browser_context.h",
20 ],
21 '.*_[a-z]*test\.cc': [
22 # TODO(blundell): Bring this list to zero.
23 #
24 # Do not add to the list of temporarily-allowed dependencies below,
25 # and please do not introduce more #includes of these files.
26 "!components/user_prefs/user_prefs.h",
27 "!content/public/browser/browser_context.h",
28 "!content/public/browser/browser_thread.h",
29 "!content/public/test",
30
31 # TODO(joi): Bring this list to zero.
32 #
33 # Do not add to the list of temporarily-allowed dependencies below,
34 # and please do not introduce more #includes of these files.
35 "!chrome/browser/autofill/autofill_cc_infobar_delegate.h",
36 "!chrome/browser/autofill/personal_data_manager_factory.h",
37 "!chrome/browser/password_manager/chrome_password_manager_client.h",
38 "!chrome/browser/password_manager/password_manager.h",
39 "!chrome/browser/profiles/profile.h",
40 "!chrome/browser/sync/profile_sync_service.h",
41 "!chrome/browser/sync/profile_sync_service_factory.h",
42 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
43 "!chrome/browser/webdata/web_data_service_factory.h",
44 "!chrome/test/base/chrome_render_view_host_test_harness.h",
45 "!chrome/test/base/testing_profile.h",
46 ],
47 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_download_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698