OLD | NEW |
1 # The //chrome/browser/policy code is being converted into a component at | 1 # The //chrome/browser/policy code is being converted into a component at |
2 # //components/policy. This DEPS file is temporarily restricting the include | 2 # //components/policy. This DEPS file is temporarily restricting the include |
3 # rules for this code; once all the exceptions are fixed then the code will | 3 # rules for this code; once all the exceptions are fixed then the code will |
4 # be moved, and this file will be removed. | 4 # be moved, and this file will be removed. |
5 # http://crbug.com/271392 | 5 # http://crbug.com/271392 |
6 | 6 |
7 include_rules = [ | 7 include_rules = [ |
8 "-chrome", | 8 "-chrome", |
9 "-chromeos", | 9 "-chromeos", |
10 "-content", | 10 "-content", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.
h", | 66 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.
h", |
67 ], | 67 ], |
68 | 68 |
69 r"user_cloud_policy_invalidator\.h": [ | 69 r"user_cloud_policy_invalidator\.h": [ |
70 "+content/public/browser/notification_observer.h", | 70 "+content/public/browser/notification_observer.h", |
71 "+content/public/browser/notification_registrar.h", | 71 "+content/public/browser/notification_registrar.h", |
72 ], | 72 ], |
73 | 73 |
74 r"user_cloud_policy_manager_factory\.cc": [ | 74 r"user_cloud_policy_manager_factory\.cc": [ |
75 "+chrome/browser/profiles/profile.h", | 75 "+chrome/browser/profiles/profile.h", |
| 76 "+content/public/browser/browser_context.h", |
76 ], | 77 ], |
77 | 78 |
78 r"user_cloud_policy_store\.cc": [ | 79 r"user_cloud_policy_store\.cc": [ |
79 "+chrome/browser/profiles/profile.h", | 80 "+chrome/browser/profiles/profile.h", |
80 "+chrome/browser/signin/signin_manager.h", | 81 "+chrome/browser/signin/signin_manager.h", |
81 "+chrome/browser/signin/signin_manager_factory.h", | 82 "+chrome/browser/signin/signin_manager_factory.h", |
82 ], | 83 ], |
83 | 84 |
84 r"user_cloud_policy_store_unittest\.cc": [ | 85 r"user_cloud_policy_store_unittest\.cc": [ |
85 "+chrome/browser/signin/fake_signin_manager.h", | 86 "+chrome/browser/signin/fake_signin_manager.h", |
86 "+chrome/browser/signin/signin_manager.h", | 87 "+chrome/browser/signin/signin_manager.h", |
87 "+chrome/browser/signin/signin_manager_factory.h", | 88 "+chrome/browser/signin/signin_manager_factory.h", |
88 "+chrome/common/pref_names.h", | 89 "+chrome/common/pref_names.h", |
89 "+chrome/test/base/testing_profile.h", | 90 "+chrome/test/base/testing_profile.h", |
90 ], | 91 ], |
91 } | 92 } |
OLD | NEW |