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 | 10 |
11 # TODO(blundell): Bring this list to zero. | 11 # TODO(blundell): Bring this list to zero. |
12 # | 12 # |
13 # Do not add to the list of temporarily-allowed dependencies below, | 13 # Do not add to the list of temporarily-allowed dependencies below, |
14 # and please do not introduce more #includes of these files. | 14 # and please do not introduce more #includes of these files. |
15 "!chrome/browser/password_manager/password_generation_manager.h", | |
Garrett Casto
2013/08/29 22:45:13
I don't think that this is okay, but there should
Ilya Sherman
2013/08/29 23:08:13
This is not an acceptable dependency. Please find
zysxqn
2013/09/03 23:00:20
Done.
zysxqn
2013/09/03 23:00:20
Done.
| |
15 "!components/autofill/content/browser/autocheckout/whitelist_manager.h", | 16 "!components/autofill/content/browser/autocheckout/whitelist_manager.h", |
16 "!components/autofill/content/browser/autocheckout_manager.h", | 17 "!components/autofill/content/browser/autocheckout_manager.h", |
17 "!components/autofill/content/browser/autocheckout_page_meta_data.h", | 18 "!components/autofill/content/browser/autocheckout_page_meta_data.h", |
18 "!components/autofill/content/browser/autocheckout_steps.h", | 19 "!components/autofill/content/browser/autocheckout_steps.h", |
19 "!content/public/browser/android/content_view_core.h", | 20 "!content/public/browser/android/content_view_core.h", |
20 "!content/public/browser/browser_context.h", | 21 "!content/public/browser/browser_context.h", |
21 "!content/public/browser/browser_thread.h", | 22 "!content/public/browser/browser_thread.h", |
22 "!content/public/browser/render_view_host.h", | 23 "!content/public/browser/render_view_host.h", |
23 "!content/public/browser/web_contents.h", | 24 "!content/public/browser/web_contents.h", |
24 "!content/public/browser/web_contents_observer.h", | 25 "!content/public/browser/web_contents_observer.h", |
(...skipping 19 matching lines...) Expand all Loading... | |
44 "!chrome/browser/sync/profile_sync_service.h", | 45 "!chrome/browser/sync/profile_sync_service.h", |
45 "!chrome/browser/sync/profile_sync_service_factory.h", | 46 "!chrome/browser/sync/profile_sync_service_factory.h", |
46 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", | 47 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", |
47 "!chrome/browser/webdata/web_data_service.h", | 48 "!chrome/browser/webdata/web_data_service.h", |
48 "!chrome/browser/webdata/web_data_service_factory.h", | 49 "!chrome/browser/webdata/web_data_service_factory.h", |
49 "!chrome/common/chrome_paths.h", | 50 "!chrome/common/chrome_paths.h", |
50 "!chrome/test/base/chrome_render_view_host_test_harness.h", | 51 "!chrome/test/base/chrome_render_view_host_test_harness.h", |
51 "!chrome/test/base/testing_profile.h", | 52 "!chrome/test/base/testing_profile.h", |
52 ], | 53 ], |
53 } | 54 } |
OLD | NEW |