OLD | NEW |
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", | |
10 "-content", | 9 "-content", |
11 "+chrome/browser/policy", | 10 "+chrome/browser/policy", |
12 "+chrome/browser/policy/cloud", | 11 "+chrome/browser/policy/cloud", |
| 12 "+chromeos", |
13 ] | 13 ] |
14 | 14 |
15 specific_include_rules = { | 15 specific_include_rules = { |
16 # These files will stay. | 16 # These files will stay. |
17 r"(cloud_policy_browsertest|" | 17 r"(cloud_policy_browsertest|" |
18 r"cloud_policy_manager_browsertest|" | 18 r"cloud_policy_manager_browsertest|" |
19 r"component_cloud_policy_browsertest|" | 19 r"component_cloud_policy_browsertest|" |
20 r"device_management_service_browsertest|" | 20 r"device_management_service_browsertest|" |
21 r"user_policy_signin_service_android|" | 21 r"user_policy_signin_service_android|" |
22 r"user_policy_signin_service_base|" | 22 r"user_policy_signin_service_base|" |
23 r"user_policy_signin_service|" | 23 r"user_policy_signin_service|" |
24 r"user_policy_signin_service_factory|" | 24 r"user_policy_signin_service_factory|" |
25 r"user_policy_signin_service_unittest)" | 25 r"user_policy_signin_service_unittest)" |
26 r"\.(cc|h)": [ | 26 r"\.(cc|h)": [ |
27 "+chrome", | 27 "+chrome", |
28 "+chromeos", | |
29 "+content/public/browser", | 28 "+content/public/browser", |
30 "+content/public/common", | 29 "+content/public/common", |
31 "+content/public/test", | 30 "+content/public/test", |
32 "+content/test/net", | 31 "+content/test/net", |
33 ], | 32 ], |
34 | 33 |
35 # TODO(joaodasilva): remove these exceptions. | 34 # TODO(joaodasilva): remove these exceptions. |
36 r"cloud_external_data_manager_base_unittest\.cc": [ | 35 r"cloud_external_data_manager_base_unittest\.cc": [ |
37 "+content/public/test/test_browser_thread_bundle.h", | 36 "+content/public/test/test_browser_thread_bundle.h", |
38 ], | 37 ], |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 | 129 |
131 r"user_cloud_policy_store_unittest\.cc": [ | 130 r"user_cloud_policy_store_unittest\.cc": [ |
132 "+chrome/browser/signin/fake_signin_manager.h", | 131 "+chrome/browser/signin/fake_signin_manager.h", |
133 "+chrome/browser/signin/signin_manager.h", | 132 "+chrome/browser/signin/signin_manager.h", |
134 "+chrome/browser/signin/signin_manager_factory.h", | 133 "+chrome/browser/signin/signin_manager_factory.h", |
135 "+chrome/common/pref_names.h", | 134 "+chrome/common/pref_names.h", |
136 "+chrome/test/base/testing_profile.h", | 135 "+chrome/test/base/testing_profile.h", |
137 "+content/public/test/test_browser_thread.h", | 136 "+content/public/test/test_browser_thread.h", |
138 ], | 137 ], |
139 } | 138 } |
OLD | NEW |