| 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", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 r"user_policy_signin_service_mobile|" | 31 r"user_policy_signin_service_mobile|" |
| 32 r"user_policy_signin_service_unittest)" | 32 r"user_policy_signin_service_unittest)" |
| 33 r"\.(cc|h|mm)": [ | 33 r"\.(cc|h|mm)": [ |
| 34 "+chrome", | 34 "+chrome", |
| 35 "+chromeos", | 35 "+chromeos", |
| 36 "+content/public/browser", | 36 "+content/public/browser", |
| 37 "+content/public/common", | 37 "+content/public/common", |
| 38 "+content/public/test", | 38 "+content/public/test", |
| 39 ], | 39 ], |
| 40 | 40 |
| 41 r"cloud_policy_invalidator_unittest\.cc": [ | 41 r"(cloud_policy_invalidator_unittest|" |
| 42 r"remote_commands_invalidator_unittest)" |
| 43 r"\.cc": [ |
| 42 "+chrome/browser/invalidation/fake_invalidation_service.h", | 44 "+chrome/browser/invalidation/fake_invalidation_service.h", |
| 43 ], | 45 ], |
| 44 } | 46 } |
| OLD | NEW |