| 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", | 9 "-chromeos", |
| 10 "-content", | 10 "-content", |
| 11 "+chrome/browser/policy", | 11 "+chrome/browser/policy", |
| 12 "+chrome/browser/policy/cloud", | 12 "+chrome/browser/policy/cloud", |
| 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"test_request_interceptor|" | 21 r"test_request_interceptor|" |
| 22 r"policy_header_service_factory|" |
| 23 r"policy_header_service_unittest|" |
| 22 r"user_cloud_policy_invalidator|" | 24 r"user_cloud_policy_invalidator|" |
| 23 r"user_cloud_policy_invalidator_factory|" | 25 r"user_cloud_policy_invalidator_factory|" |
| 24 r"user_cloud_policy_manager_factory|" | 26 r"user_cloud_policy_manager_factory|" |
| 25 r"user_policy_signin_service_android|" | 27 r"user_policy_signin_service_android|" |
| 26 r"user_policy_signin_service_base|" | 28 r"user_policy_signin_service_base|" |
| 27 r"user_policy_signin_service|" | 29 r"user_policy_signin_service|" |
| 28 r"user_policy_signin_service_factory|" | 30 r"user_policy_signin_service_factory|" |
| 29 r"user_policy_signin_service_unittest)" | 31 r"user_policy_signin_service_unittest)" |
| 30 r"\.(cc|h)": [ | 32 r"\.(cc|h)": [ |
| 31 "+chrome", | 33 "+chrome", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 46 | 48 |
| 47 # TODO(joaodasilva): remove these exceptions. | 49 # TODO(joaodasilva): remove these exceptions. |
| 48 r"cloud_policy_invalidator\.cc": [ | 50 r"cloud_policy_invalidator\.cc": [ |
| 49 "+chrome/browser/invalidation/invalidation_service.h", | 51 "+chrome/browser/invalidation/invalidation_service.h", |
| 50 ], | 52 ], |
| 51 | 53 |
| 52 r"cloud_policy_invalidator_unittest\.cc": [ | 54 r"cloud_policy_invalidator_unittest\.cc": [ |
| 53 "+chrome/browser/invalidation/fake_invalidation_service.h", | 55 "+chrome/browser/invalidation/fake_invalidation_service.h", |
| 54 ], | 56 ], |
| 55 } | 57 } |
| OLD | NEW |