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

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

Issue 26972003: Added a policy_switches.cc file in the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/policy/cloud/cloud_policy_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 28 matching lines...) Expand all
39 # TODO(joaodasilva): remove these exceptions. 39 # TODO(joaodasilva): remove these exceptions.
40 r"cloud_external_data_manager_base_unittest\.cc": [ 40 r"cloud_external_data_manager_base_unittest\.cc": [
41 "+content/public/test/test_browser_thread_bundle.h", 41 "+content/public/test/test_browser_thread_bundle.h",
42 ], 42 ],
43 43
44 r"cloud_policy_client_registration_helper\.cc": [ 44 r"cloud_policy_client_registration_helper\.cc": [
45 "+chrome/browser/signin/android_profile_oauth2_token_service.h", 45 "+chrome/browser/signin/android_profile_oauth2_token_service.h",
46 "+chrome/browser/signin/oauth2_token_service.h", 46 "+chrome/browser/signin/oauth2_token_service.h",
47 ], 47 ],
48 48
49 r"cloud_policy_constants\.cc": [
50 "+chrome/common/chrome_switches.h",
51 ],
52
53 r"cloud_policy_core_unittest\.cc": [ 49 r"cloud_policy_core_unittest\.cc": [
54 "+chrome/browser/prefs/browser_prefs.h", 50 "+chrome/browser/prefs/browser_prefs.h",
55 "+chrome/common/pref_names.h", 51 "+chrome/common/pref_names.h",
56 ], 52 ],
57 53
58 r"cloud_policy_invalidator\.cc": [ 54 r"cloud_policy_invalidator\.cc": [
59 "+chrome/browser/invalidation/invalidation_service.h", 55 "+chrome/browser/invalidation/invalidation_service.h",
60 "+chrome/common/chrome_switches.h",
61 ], 56 ],
62 57
63 r"cloud_policy_invalidator_unittest\.cc": [ 58 r"cloud_policy_invalidator_unittest\.cc": [
64 "+chrome/browser/invalidation/fake_invalidation_service.h", 59 "+chrome/browser/invalidation/fake_invalidation_service.h",
65 ], 60 ],
66 61
67 r"cloud_policy_manager_unittest\.cc": [ 62 r"cloud_policy_manager_unittest\.cc": [
68 "+chrome/browser/invalidation/fake_invalidation_service.h", 63 "+chrome/browser/invalidation/fake_invalidation_service.h",
69 ], 64 ],
70 65
71 r"cloud_policy_refresh_scheduler\.cc": [ 66 r"cloud_policy_refresh_scheduler\.cc": [
72 "+chrome/browser/chrome_notification_types.h", 67 "+chrome/browser/chrome_notification_types.h",
73 "+chrome/common/chrome_switches.h",
74 "+content/public/browser/notification_details.h", 68 "+content/public/browser/notification_details.h",
75 ], 69 ],
76 70
77 r"cloud_policy_refresh_scheduler_unittest\.cc": [ 71 r"cloud_policy_refresh_scheduler_unittest\.cc": [
78 "+chrome/browser/prefs/browser_prefs.h", 72 "+chrome/browser/prefs/browser_prefs.h",
79 ], 73 ],
80 74
81 r"cloud_policy_validator\.cc": [ 75 r"cloud_policy_validator\.cc": [
82 "+content/public/browser/browser_thread.h", 76 "+content/public/browser/browser_thread.h",
83 ], 77 ],
(...skipping 15 matching lines...) Expand all
99 93
100 r"user_cloud_policy_invalidator\.cc": [ 94 r"user_cloud_policy_invalidator\.cc": [
101 "+chrome/browser/chrome_notification_types.h", 95 "+chrome/browser/chrome_notification_types.h",
102 "+chrome/browser/invalidation/invalidation_service_factory.h", 96 "+chrome/browser/invalidation/invalidation_service_factory.h",
103 "+content/public/browser/notification_source.h", 97 "+content/public/browser/notification_source.h",
104 ], 98 ],
105 99
106 r"user_cloud_policy_invalidator_factory\.cc": [ 100 r"user_cloud_policy_invalidator_factory\.cc": [
107 "+chrome/browser/invalidation/invalidation_service_factory.h", 101 "+chrome/browser/invalidation/invalidation_service_factory.h",
108 "+chrome/browser/profiles/profile.h", 102 "+chrome/browser/profiles/profile.h",
109 "+chrome/common/chrome_switches.h",
110 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h", 103 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h",
111 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos. h", 104 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos. h",
112 ], 105 ],
113 106
114 r"user_cloud_policy_invalidator\.h": [ 107 r"user_cloud_policy_invalidator\.h": [
115 "+content/public/browser/notification_observer.h", 108 "+content/public/browser/notification_observer.h",
116 "+content/public/browser/notification_registrar.h", 109 "+content/public/browser/notification_registrar.h",
117 ], 110 ],
118 111
119 r"user_cloud_policy_manager\.cc": [ 112 r"user_cloud_policy_manager\.cc": [
120 "+chrome/common/pref_names.h", 113 "+chrome/common/pref_names.h",
121 ], 114 ],
122 115
123 r"user_cloud_policy_manager_factory\.cc": [ 116 r"user_cloud_policy_manager_factory\.cc": [
124 "+chrome/browser/profiles/profile.h", 117 "+chrome/browser/profiles/profile.h",
125 "+chrome/common/chrome_switches.h",
126 ], 118 ],
127 119
128 r"user_cloud_policy_store\.cc": [ 120 r"user_cloud_policy_store\.cc": [
129 "+chrome/browser/profiles/profile.h", 121 "+chrome/browser/profiles/profile.h",
130 "+chrome/browser/signin/signin_manager.h", 122 "+chrome/browser/signin/signin_manager.h",
131 "+chrome/browser/signin/signin_manager_factory.h", 123 "+chrome/browser/signin/signin_manager_factory.h",
132 "+content/public/browser/browser_thread.h", 124 "+content/public/browser/browser_thread.h",
133 ], 125 ],
134 126
135 r"user_cloud_policy_store_unittest\.cc": [ 127 r"user_cloud_policy_store_unittest\.cc": [
136 "+chrome/browser/signin/fake_signin_manager.h", 128 "+chrome/browser/signin/fake_signin_manager.h",
137 "+chrome/browser/signin/signin_manager.h", 129 "+chrome/browser/signin/signin_manager.h",
138 "+chrome/browser/signin/signin_manager_factory.h", 130 "+chrome/browser/signin/signin_manager_factory.h",
139 "+chrome/common/pref_names.h", 131 "+chrome/common/pref_names.h",
140 "+chrome/test/base/testing_profile.h", 132 "+chrome/test/base/testing_profile.h",
141 "+content/public/test/test_browser_thread.h", 133 "+content/public/test/test_browser_thread.h",
142 ], 134 ],
143 } 135 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/cloud/cloud_policy_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698