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

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

Issue 50783008: Break WebDataServiceAutofillTest's chrome dependency. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 | components/autofill/core/browser/webdata/web_data_service_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
(...skipping 26 matching lines...) Expand all
37 # Do not add to the list of temporarily-allowed dependencies below, 37 # Do not add to the list of temporarily-allowed dependencies below,
38 # and please do not introduce more #includes of these files. 38 # and please do not introduce more #includes of these files.
39 "!chrome/browser/autofill/autofill_cc_infobar_delegate.h", 39 "!chrome/browser/autofill/autofill_cc_infobar_delegate.h",
40 "!chrome/browser/autofill/personal_data_manager_factory.h", 40 "!chrome/browser/autofill/personal_data_manager_factory.h",
41 "!chrome/browser/password_manager/password_manager.h", 41 "!chrome/browser/password_manager/password_manager.h",
42 "!chrome/browser/password_manager/password_manager_delegate_impl.h", 42 "!chrome/browser/password_manager/password_manager_delegate_impl.h",
43 "!chrome/browser/profiles/profile.h", 43 "!chrome/browser/profiles/profile.h",
44 "!chrome/browser/sync/profile_sync_service.h", 44 "!chrome/browser/sync/profile_sync_service.h",
45 "!chrome/browser/sync/profile_sync_service_factory.h", 45 "!chrome/browser/sync/profile_sync_service_factory.h",
46 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", 46 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
47 "!chrome/browser/webdata/web_data_service.h",
48 "!chrome/browser/webdata/web_data_service_factory.h", 47 "!chrome/browser/webdata/web_data_service_factory.h",
49 "!chrome/common/chrome_paths.h", 48 "!chrome/common/chrome_paths.h",
50 "!chrome/test/base/chrome_render_view_host_test_harness.h", 49 "!chrome/test/base/chrome_render_view_host_test_harness.h",
51 "!chrome/test/base/testing_profile.h", 50 "!chrome/test/base/testing_profile.h",
52 "!third_party/WebKit/public/web/WebInputElement.h", 51 "!third_party/WebKit/public/web/WebInputElement.h",
53 ], 52 ],
54 } 53 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/webdata/web_data_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698