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

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

Issue 44083005: policy: Remove UserCloudPolicyManagerFactory's dependency on Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 1 month 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 | Annotate | Revision Log
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h", 62 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h",
63 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos. h", 63 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos. h",
64 ], 64 ],
65 65
66 r"user_cloud_policy_invalidator\.h": [ 66 r"user_cloud_policy_invalidator\.h": [
67 "+content/public/browser/notification_observer.h", 67 "+content/public/browser/notification_observer.h",
68 "+content/public/browser/notification_registrar.h", 68 "+content/public/browser/notification_registrar.h",
69 ], 69 ],
70 70
71 r"user_cloud_policy_manager_factory\.cc": [ 71 r"user_cloud_policy_manager_factory\.cc": [
72 "+chrome/browser/profiles/profile.h", 72 "+content/public/browser/browser_context.h",
73 ], 73 ],
74 74
75 r"user_cloud_policy_store\.cc": [ 75 r"user_cloud_policy_store\.cc": [
76 "+chrome/browser/profiles/profile.h",
77 "+chrome/browser/signin/signin_manager.h", 76 "+chrome/browser/signin/signin_manager.h",
78 "+chrome/browser/signin/signin_manager_factory.h", 77 "+chrome/browser/signin/signin_manager_factory.h",
79 ], 78 ],
80 79
81 r"user_cloud_policy_store_unittest\.cc": [ 80 r"user_cloud_policy_store_unittest\.cc": [
82 "+chrome/browser/signin/fake_signin_manager.h", 81 "+chrome/browser/signin/fake_signin_manager.h",
83 "+chrome/browser/signin/signin_manager.h", 82 "+chrome/browser/signin/signin_manager.h",
84 "+chrome/browser/signin/signin_manager_factory.h", 83 "+chrome/browser/signin/signin_manager_factory.h",
85 "+chrome/common/pref_names.h", 84 "+chrome/common/pref_names.h",
86 "+chrome/test/base/testing_profile.h", 85 "+chrome/test/base/testing_profile.h",
87 ], 86 ],
88 } 87 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698