OLD | NEW |
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 "+third_party/libaddressinput/src/cpp/include", # For address i18n. |
10 | 11 |
11 # TODO(blundell): Bring this list to zero. | 12 # TODO(blundell): Bring this list to zero. |
12 # | 13 # |
13 # Do not add to the list of temporarily-allowed dependencies below, | 14 # Do not add to the list of temporarily-allowed dependencies below, |
14 # and please do not introduce more #includes of these files. | 15 # and please do not introduce more #includes of these files. |
15 "!content/public/browser/browser_context.h", | 16 "!content/public/browser/browser_context.h", |
16 "!content/public/browser/render_view_host.h", | 17 "!content/public/browser/render_view_host.h", |
17 "!content/public/browser/web_contents.h", | 18 "!content/public/browser/web_contents.h", |
18 "!third_party/WebKit/public/web/WebAutofillClient.h", | 19 "!third_party/WebKit/public/web/WebAutofillClient.h", |
19 ] | 20 ] |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "!chrome/browser/sync/profile_sync_service.h", | 53 "!chrome/browser/sync/profile_sync_service.h", |
53 "!chrome/browser/sync/profile_sync_service_factory.h", | 54 "!chrome/browser/sync/profile_sync_service_factory.h", |
54 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", | 55 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", |
55 "!chrome/browser/webdata/web_data_service_factory.h", | 56 "!chrome/browser/webdata/web_data_service_factory.h", |
56 "!chrome/common/chrome_paths.h", | 57 "!chrome/common/chrome_paths.h", |
57 "!chrome/test/base/chrome_render_view_host_test_harness.h", | 58 "!chrome/test/base/chrome_render_view_host_test_harness.h", |
58 "!chrome/test/base/testing_profile.h", | 59 "!chrome/test/base/testing_profile.h", |
59 "!third_party/WebKit/public/web/WebInputElement.h", | 60 "!third_party/WebKit/public/web/WebInputElement.h", |
60 ], | 61 ], |
61 } | 62 } |
OLD | NEW |