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

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

Issue 10828154: Remove autofill's dependency on BrowserProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to latest parent. 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/autofill_country.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 # 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/browser_process.h",
14 "!chrome/browser/feedback/proto/extension.pb.h", 13 "!chrome/browser/feedback/proto/extension.pb.h",
15 "!chrome/browser/infobars/infobar_tab_helper.h", 14 "!chrome/browser/infobars/infobar_tab_helper.h",
16 "!chrome/browser/password_manager/encryptor.h", 15 "!chrome/browser/password_manager/encryptor.h",
17 "!chrome/browser/password_manager/password_manager.h", 16 "!chrome/browser/password_manager/password_manager.h",
18 "!chrome/browser/prefs/pref_change_registrar.h", 17 "!chrome/browser/prefs/pref_change_registrar.h",
19 "!chrome/browser/prefs/pref_member.h", 18 "!chrome/browser/prefs/pref_member.h",
20 "!chrome/browser/prefs/pref_service.h", 19 "!chrome/browser/prefs/pref_service.h",
21 "!chrome/browser/profiles/profile.h", 20 "!chrome/browser/profiles/profile.h",
22 "!chrome/browser/profiles/profile_dependency_manager.h", 21 "!chrome/browser/profiles/profile_dependency_manager.h",
23 "!chrome/browser/profiles/profile_keyed_service.h", 22 "!chrome/browser/profiles/profile_keyed_service.h",
(...skipping 18 matching lines...) Expand all
42 "!chrome/browser/webdata/autofill_entry.h", 41 "!chrome/browser/webdata/autofill_entry.h",
43 "!chrome/browser/webdata/web_data_service.h", 42 "!chrome/browser/webdata/web_data_service.h",
44 "!chrome/browser/webdata/web_data_service_factory.h", 43 "!chrome/browser/webdata/web_data_service_factory.h",
45 # Do not add to the list of temporarily-allowed dependencies above, 44 # Do not add to the list of temporarily-allowed dependencies above,
46 # and please do not introduce more #includes of these files. 45 # and please do not introduce more #includes of these files.
47 46
48 # TODO(akalin): Remove this dependency. 47 # TODO(akalin): Remove this dependency.
49 "+sync/util/data_encryption_win.h", 48 "+sync/util/data_encryption_win.h",
50 "+third_party/libphonenumber", # For phone number i18n. 49 "+third_party/libphonenumber", # For phone number i18n.
51 ] 50 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_country.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698