OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Sign-in logic is being componentized (moved to //components, where | 2 # Sign-in logic is being componentized (moved to //components, where |
3 # it won't depend back on //chrome), so we have restrictive DEPS and | 3 # it won't depend back on //chrome), so we have restrictive DEPS and |
4 # are trying to get the list of temporarily-allowed (!-prefixed | 4 # are trying to get the list of temporarily-allowed (!-prefixed |
5 # rules) below to zero. | 5 # rules) below to zero. |
6 "-chrome/common", | 6 "-chrome/common", |
7 "-chrome/browser", | 7 "-chrome/browser", |
8 "+chrome/browser/signin", | 8 "+chrome/browser/signin", |
9 | 9 |
10 # TODO(joi): Get this list to zero. | 10 # TODO(joi): Get this list to zero. |
| 11 "!chrome/browser/chrome_notification_types.h", |
11 "!chrome/browser/policy/cloud/user_policy_signin_service.h", | 12 "!chrome/browser/policy/cloud/user_policy_signin_service.h", |
12 "!chrome/browser/policy/cloud/user_policy_signin_service_factory.h", | 13 "!chrome/browser/policy/cloud/user_policy_signin_service_factory.h", |
13 "!chrome/browser/profiles/profile.h", | 14 "!chrome/browser/profiles/profile.h", |
14 "!chrome/browser/profiles/profile_info_cache.h", | 15 "!chrome/browser/profiles/profile_info_cache.h", |
15 "!chrome/browser/profiles/profile_io_data.h", | 16 "!chrome/browser/profiles/profile_io_data.h", |
16 "!chrome/browser/profiles/profile_manager.h", | 17 "!chrome/browser/profiles/profile_manager.h", |
17 "!chrome/browser/sync/profile_sync_service.h", | 18 "!chrome/browser/sync/profile_sync_service.h", |
18 "!chrome/browser/sync/profile_sync_service_android.h", | 19 "!chrome/browser/sync/profile_sync_service_android.h", |
19 "!chrome/browser/sync/profile_sync_service_factory.h", | 20 "!chrome/browser/sync/profile_sync_service_factory.h", |
20 "!chrome/browser/sync/profile_sync_service_observer.h", | 21 "!chrome/browser/sync/profile_sync_service_observer.h", |
21 "!chrome/browser/sync/sync_global_error.h", | 22 "!chrome/browser/sync/sync_global_error.h", |
22 "!chrome/browser/sync/sync_prefs.h", | 23 "!chrome/browser/sync/sync_prefs.h", |
23 "!chrome/browser/ui/browser_commands.h", | 24 "!chrome/browser/ui/browser_commands.h", |
24 "!chrome/browser/ui/chrome_pages.h", | 25 "!chrome/browser/ui/chrome_pages.h", |
25 "!chrome/browser/ui/global_error/global_error.h", | 26 "!chrome/browser/ui/global_error/global_error.h", |
26 "!chrome/browser/ui/global_error/global_error_service.h", | 27 "!chrome/browser/ui/global_error/global_error_service.h", |
27 "!chrome/browser/ui/global_error/global_error_service_factory.h", | 28 "!chrome/browser/ui/global_error/global_error_service_factory.h", |
28 "!chrome/browser/ui/host_desktop.h", | 29 "!chrome/browser/ui/host_desktop.h", |
29 "!chrome/browser/ui/webui/signin/login_ui_service.h", | 30 "!chrome/browser/ui/webui/signin/login_ui_service.h", |
30 "!chrome/browser/ui/webui/signin/login_ui_service_factory.h", | 31 "!chrome/browser/ui/webui/signin/login_ui_service_factory.h", |
31 "!chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h", | 32 "!chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h", |
32 "!chrome/browser/ui/webui/signin_internals_ui.h", | 33 "!chrome/browser/ui/webui/signin_internals_ui.h", |
33 "!chrome/browser/webdata/token_web_data.h", | 34 "!chrome/browser/webdata/token_web_data.h", |
34 "!chrome/browser/webdata/web_data_service_factory.h", | 35 "!chrome/browser/webdata/web_data_service_factory.h", |
35 "!chrome/common/chrome_notification_types.h", | |
36 "!chrome/common/chrome_switches.h", | 36 "!chrome/common/chrome_switches.h", |
37 "!chrome/common/chrome_version_info.h", | 37 "!chrome/common/chrome_version_info.h", |
38 "!chrome/common/pref_names.h", | 38 "!chrome/common/pref_names.h", |
39 "!chrome/common/url_constants.h", | 39 "!chrome/common/url_constants.h", |
40 ] | 40 ] |
41 | 41 |
42 specific_include_rules = { | 42 specific_include_rules = { |
43 r".*_[a-z]*test\.cc": [ | 43 r".*_[a-z]*test\.cc": [ |
44 # TODO(joi): Get this list to zero. | 44 # TODO(joi): Get this list to zero. |
45 "!chrome/browser/browser_process.h", | 45 "!chrome/browser/browser_process.h", |
46 "!chrome/browser/prefs/browser_prefs.h", | 46 "!chrome/browser/prefs/browser_prefs.h", |
47 "!chrome/browser/sync/profile_sync_service_mock.h", | 47 "!chrome/browser/sync/profile_sync_service_mock.h", |
48 "!chrome/browser/ui/browser.h", | 48 "!chrome/browser/ui/browser.h", |
49 "!chrome/browser/ui/singleton_tabs.h", | 49 "!chrome/browser/ui/singleton_tabs.h", |
50 "!chrome/browser/ui/sync/sync_promo_ui.h", | 50 "!chrome/browser/ui/sync/sync_promo_ui.h", |
51 "!chrome/browser/ui/tabs/tab_strip_model.h", | 51 "!chrome/browser/ui/tabs/tab_strip_model.h", |
52 ], | 52 ], |
53 | 53 |
54 # These files are staying in //chrome so no need to limit. | 54 # These files are staying in //chrome so no need to limit. |
55 r"(chrome_signin_manager_delegate|" | 55 r"(chrome_signin_manager_delegate|" |
56 r"signin_names_io_thread.*|" | 56 r"signin_names_io_thread.*|" |
57 r"signin_manager_factory)" | 57 r"signin_manager_factory)" |
58 r"\.(h|cc)": [ | 58 r"\.(h|cc)": [ |
59 "+chrome/browser", | 59 "+chrome/browser", |
60 "+chrome/common", | 60 "+chrome/common", |
61 ], | 61 ], |
62 } | 62 } |
OLD | NEW |