| 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 21 matching lines...) Expand all Loading... |
| 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 "+content/test/net", | 39 "+content/test/net", |
| 40 ], | 40 ], |
| 41 | 41 |
| 42 r"cloud_policy_browsertest.cc": [ | |
| 43 "+sync/internal_api/public/base/invalidation.h", | |
| 44 ], | |
| 45 | |
| 46 r"cloud_policy_invalidator.h": [ | |
| 47 "+sync/internal_api/public/base/invalidation.h", | |
| 48 ], | |
| 49 | |
| 50 r"cloud_policy_invalidator_unittest\.cc": [ | 42 r"cloud_policy_invalidator_unittest\.cc": [ |
| 51 "+chrome/browser/invalidation/fake_invalidation_service.h", | 43 "+chrome/browser/invalidation/fake_invalidation_service.h", |
| 52 "+sync/internal_api/public/base/invalidation_util.h", | |
| 53 ], | 44 ], |
| 54 } | 45 } |
| OLD | NEW |