| 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 19 matching lines...) Expand all Loading... |
| 30 "+content/public/browser", | 30 "+content/public/browser", |
| 31 "+content/public/common", | 31 "+content/public/common", |
| 32 "+content/public/test", | 32 "+content/public/test", |
| 33 "+content/test/net", | 33 "+content/test/net", |
| 34 ], | 34 ], |
| 35 | 35 |
| 36 r"cloud_policy_browsertest.cc": [ | 36 r"cloud_policy_browsertest.cc": [ |
| 37 "+sync/internal_api/public/base/invalidation.h", | 37 "+sync/internal_api/public/base/invalidation.h", |
| 38 ], | 38 ], |
| 39 | 39 |
| 40 r"cloud_policy_invalidator.h": [ |
| 41 "+sync/internal_api/public/base/invalidation.h", |
| 42 ], |
| 43 |
| 40 # TODO(joaodasilva): remove these exceptions. | 44 # TODO(joaodasilva): remove these exceptions. |
| 41 r"cloud_policy_invalidator\.cc": [ | 45 r"cloud_policy_invalidator\.cc": [ |
| 42 "+chrome/browser/invalidation/invalidation_service.h", | 46 "+chrome/browser/invalidation/invalidation_service.h", |
| 43 ], | 47 ], |
| 44 | 48 |
| 45 r"cloud_policy_invalidator_unittest\.cc": [ | 49 r"cloud_policy_invalidator_unittest\.cc": [ |
| 46 "+chrome/browser/invalidation/fake_invalidation_service.h", | 50 "+chrome/browser/invalidation/fake_invalidation_service.h", |
| 47 ], | 51 ], |
| 48 | 52 |
| 49 r"cloud_policy_manager_unittest\.cc": [ | 53 r"cloud_policy_manager_unittest\.cc": [ |
| (...skipping 15 matching lines...) Expand all Loading... |
| 65 | 69 |
| 66 r"user_cloud_policy_invalidator\.h": [ | 70 r"user_cloud_policy_invalidator\.h": [ |
| 67 "+content/public/browser/notification_observer.h", | 71 "+content/public/browser/notification_observer.h", |
| 68 "+content/public/browser/notification_registrar.h", | 72 "+content/public/browser/notification_registrar.h", |
| 69 ], | 73 ], |
| 70 | 74 |
| 71 r"user_cloud_policy_manager_factory\.cc": [ | 75 r"user_cloud_policy_manager_factory\.cc": [ |
| 72 "+content/public/browser/browser_context.h", | 76 "+content/public/browser/browser_context.h", |
| 73 ], | 77 ], |
| 74 } | 78 } |
| OLD | NEW |