| 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 28 matching lines...) Expand all Loading... |
| 78 ], | 82 ], |
| 79 | 83 |
| 80 r"user_cloud_policy_store_unittest\.cc": [ | 84 r"user_cloud_policy_store_unittest\.cc": [ |
| 81 "+chrome/browser/signin/fake_signin_manager.h", | 85 "+chrome/browser/signin/fake_signin_manager.h", |
| 82 "+chrome/browser/signin/signin_manager.h", | 86 "+chrome/browser/signin/signin_manager.h", |
| 83 "+chrome/browser/signin/signin_manager_factory.h", | 87 "+chrome/browser/signin/signin_manager_factory.h", |
| 84 "+chrome/common/pref_names.h", | 88 "+chrome/common/pref_names.h", |
| 85 "+chrome/test/base/testing_profile.h", | 89 "+chrome/test/base/testing_profile.h", |
| 86 ], | 90 ], |
| 87 } | 91 } |
| OLD | NEW |