Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Side by Side Diff: chrome/browser/policy/cloud/DEPS

Issue 23592017: Fix policy invalidator lifecycle bugs for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "+chrome/common/chrome_switches.h", 50 "+chrome/common/chrome_switches.h",
51 ], 51 ],
52 52
53 r"cloud_policy_core_unittest\.cc": [ 53 r"cloud_policy_core_unittest\.cc": [
54 "+chrome/browser/prefs/browser_prefs.h", 54 "+chrome/browser/prefs/browser_prefs.h",
55 "+chrome/common/pref_names.h", 55 "+chrome/common/pref_names.h",
56 ], 56 ],
57 57
58 r"cloud_policy_invalidator\.cc": [ 58 r"cloud_policy_invalidator\.cc": [
59 "+chrome/browser/invalidation/invalidation_service.h", 59 "+chrome/browser/invalidation/invalidation_service.h",
60 "+chrome/browser/invalidation/invalidation_service_factory.h",
61 "+chrome/common/chrome_switches.h", 60 "+chrome/common/chrome_switches.h",
62 ], 61 ],
63 62
64 r"cloud_policy_invalidator_unittest\.cc": [ 63 r"cloud_policy_invalidator_unittest\.cc": [
65 "+chrome/browser/invalidation/fake_invalidation_service.h", 64 "+chrome/browser/invalidation/fake_invalidation_service.h",
66 ], 65 ],
67 66
68 r"cloud_policy_manager_unittest\.cc": [ 67 r"cloud_policy_manager_unittest\.cc": [
69 "+chrome/browser/invalidation/fake_invalidation_service.h", 68 "+chrome/browser/invalidation/fake_invalidation_service.h",
70 ], 69 ],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 ], 110 ],
112 111
113 r"test_request_interceptor\.cc": [ 112 r"test_request_interceptor\.cc": [
114 "+content/public/browser/browser_thread.h", 113 "+content/public/browser/browser_thread.h",
115 "+content/public/test/test_utils.h", 114 "+content/public/test/test_utils.h",
116 "+content/test/net/url_request_mock_http_job.h", 115 "+content/test/net/url_request_mock_http_job.h",
117 ], 116 ],
118 117
119 r"user_cloud_policy_invalidator\.cc": [ 118 r"user_cloud_policy_invalidator\.cc": [
120 "+chrome/browser/chrome_notification_types.h", 119 "+chrome/browser/chrome_notification_types.h",
120 "+chrome/browser/invalidation/invalidation_service_factory.h",
121 "+content/public/browser/notification_source.h", 121 "+content/public/browser/notification_source.h",
122 ], 122 ],
123 123
124 r"user_cloud_policy_invalidator_factory\.cc": [ 124 r"user_cloud_policy_invalidator_factory\.cc": [
125 "+chrome/browser/invalidation/invalidation_service_factory.h", 125 "+chrome/browser/invalidation/invalidation_service_factory.h",
126 "+chrome/browser/profiles/profile.h", 126 "+chrome/browser/profiles/profile.h",
127 "+chrome/common/chrome_switches.h", 127 "+chrome/common/chrome_switches.h",
128 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h", 128 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h",
129 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos. h", 129 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos. h",
130 ], 130 ],
(...skipping 21 matching lines...) Expand all
152 152
153 r"user_cloud_policy_store_unittest\.cc": [ 153 r"user_cloud_policy_store_unittest\.cc": [
154 "+chrome/browser/signin/fake_signin_manager.h", 154 "+chrome/browser/signin/fake_signin_manager.h",
155 "+chrome/browser/signin/signin_manager.h", 155 "+chrome/browser/signin/signin_manager.h",
156 "+chrome/browser/signin/signin_manager_factory.h", 156 "+chrome/browser/signin/signin_manager_factory.h",
157 "+chrome/common/pref_names.h", 157 "+chrome/common/pref_names.h",
158 "+chrome/test/base/testing_profile.h", 158 "+chrome/test/base/testing_profile.h",
159 "+content/public/test/test_browser_thread.h", 159 "+content/public/test/test_browser_thread.h",
160 ], 160 ],
161 } 161 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc ('k') | chrome/browser/policy/cloud/cloud_policy_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698