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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
42 r"cloud_policy_browsertest.cc": [ | 42 r"cloud_policy_browsertest.cc": [ |
43 "+sync/internal_api/public/base/invalidation.h", | 43 "+sync/internal_api/public/base/invalidation.h", |
44 ], | 44 ], |
45 | 45 |
46 r"cloud_policy_invalidator.h": [ | 46 r"cloud_policy_invalidator.h": [ |
47 "+sync/internal_api/public/base/invalidation.h", | 47 "+sync/internal_api/public/base/invalidation.h", |
48 ], | 48 ], |
49 | 49 |
50 # TODO(joaodasilva): remove these exceptions. | 50 # TODO(joaodasilva): remove these exceptions. |
51 r"cloud_policy_invalidator\.cc": [ | 51 r"cloud_policy_invalidator\.cc": [ |
52 "+chrome/browser/invalidation/invalidation_service.h", | 52 "+components/invalidation" |
bartfab (slow)
2014/05/05 12:11:39
Nit: Move this to the include_rules above. A depen
rlarocque
2014/05/05 17:39:10
Done.
| |
53 ], | 53 ], |
54 | 54 |
55 r"cloud_policy_invalidator_unittest\.cc": [ | 55 r"cloud_policy_invalidator_unittest\.cc": [ |
56 "+chrome/browser/invalidation/fake_invalidation_service.h", | 56 "+chrome/browser/invalidation/fake_invalidation_service.h", |
57 ], | 57 ], |
58 } | 58 } |
OLD | NEW |