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

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

Issue 23045003: Moved chrome/common/policy to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 84
85 r"cloud_policy_validator_unittest\.cc": [ 85 r"cloud_policy_validator_unittest\.cc": [
86 "+content/public/test/test_browser_thread.h", 86 "+content/public/test/test_browser_thread.h",
87 ], 87 ],
88 88
89 r"component_cloud_policy_service\.cc": [ 89 r"component_cloud_policy_service\.cc": [
90 "+content/public/browser/browser_thread.h", 90 "+content/public/browser/browser_thread.h",
91 ], 91 ],
92 92
93 r"component_cloud_policy_service_unittest\.cc": [ 93 r"component_cloud_policy_service_unittest\.cc": [
94 "+chrome/common/policy/policy_schema.h",
95 "+content/public/browser/browser_thread.h", 94 "+content/public/browser/browser_thread.h",
96 "+content/public/test/test_browser_thread.h", 95 "+content/public/test/test_browser_thread.h",
97 ], 96 ],
98 97
99 r"device_management_service\.cc": [ 98 r"device_management_service\.cc": [
100 "+chrome/browser/browser_process.h", 99 "+chrome/browser/browser_process.h",
101 "+chrome/browser/net/basic_http_user_agent_settings.h", 100 "+chrome/browser/net/basic_http_user_agent_settings.h",
102 "+chrome/browser/net/chrome_net_log.h", 101 "+chrome/browser/net/chrome_net_log.h",
103 "+chrome/common/chrome_version_info.h", 102 "+chrome/common/chrome_version_info.h",
104 "+content/public/browser/browser_thread.h", 103 "+content/public/browser/browser_thread.h",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 152
154 r"user_cloud_policy_store_unittest\.cc": [ 153 r"user_cloud_policy_store_unittest\.cc": [
155 "+chrome/browser/signin/fake_signin_manager.h", 154 "+chrome/browser/signin/fake_signin_manager.h",
156 "+chrome/browser/signin/signin_manager.h", 155 "+chrome/browser/signin/signin_manager.h",
157 "+chrome/browser/signin/signin_manager_factory.h", 156 "+chrome/browser/signin/signin_manager_factory.h",
158 "+chrome/common/pref_names.h", 157 "+chrome/common/pref_names.h",
159 "+chrome/test/base/testing_profile.h", 158 "+chrome/test/base/testing_profile.h",
160 "+content/public/test/test_browser_thread.h", 159 "+content/public/test/test_browser_thread.h",
161 ], 160 ],
162 } 161 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/DEPS ('k') | chrome/browser/policy/cloud/component_cloud_policy_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698