OLD | NEW |
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 Loading... |
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 ] |
OLD | NEW |