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

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

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
« no previous file with comments | « chrome/browser/pdf/DEPS ('k') | chrome/browser/supervised_user/DEPS » ('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",
11 "+chrome/browser/policy", 11 "+chrome/browser/policy",
12 "+chrome/browser/policy/cloud",
13 "+components/invalidation", 12 "+components/invalidation",
14 ] 13 ]
15 14
16 specific_include_rules = { 15 specific_include_rules = {
17 # These files will stay. 16 # These files will stay.
18 r"(cloud_policy_browsertest|" 17 r"(cloud_policy_browsertest|"
19 r"cloud_policy_manager_browsertest|" 18 r"cloud_policy_manager_browsertest|"
20 r"component_cloud_policy_browsertest|" 19 r"component_cloud_policy_browsertest|"
21 r"device_management_service_browsertest|" 20 r"device_management_service_browsertest|"
22 r"test_request_interceptor|" 21 r"test_request_interceptor|"
(...skipping 14 matching lines...) Expand all
37 "+content/public/common", 36 "+content/public/common",
38 "+content/public/test", 37 "+content/public/test",
39 ], 38 ],
40 39
41 r"(cloud_policy_invalidator_unittest|" 40 r"(cloud_policy_invalidator_unittest|"
42 r"remote_commands_invalidator_unittest)" 41 r"remote_commands_invalidator_unittest)"
43 r"\.cc": [ 42 r"\.cc": [
44 "+chrome/browser/invalidation/fake_invalidation_service.h", 43 "+chrome/browser/invalidation/fake_invalidation_service.h",
45 ], 44 ],
46 } 45 }
OLDNEW
« no previous file with comments | « chrome/browser/pdf/DEPS ('k') | chrome/browser/supervised_user/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698