| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 | 44 |
| 45 r"cloud_policy_constants\.cc": [ | 45 r"cloud_policy_constants\.cc": [ |
| 46 "+chrome/common/chrome_switches.h", | 46 "+chrome/common/chrome_switches.h", |
| 47 ], | 47 ], |
| 48 | 48 |
| 49 r"cloud_policy_core_unittest\.cc": [ | 49 r"cloud_policy_core_unittest\.cc": [ |
| 50 "+chrome/browser/prefs/browser_prefs.h", | 50 "+chrome/browser/prefs/browser_prefs.h", |
| 51 "+chrome/common/pref_names.h", | 51 "+chrome/common/pref_names.h", |
| 52 ], | 52 ], |
| 53 | 53 |
| 54 r"cloud_policy_invalidator\.h": [ |
| 55 "+sync/internal_api/public/base/invalidation.h", |
| 56 ], |
| 57 |
| 54 r"cloud_policy_invalidator\.cc": [ | 58 r"cloud_policy_invalidator\.cc": [ |
| 55 "+chrome/browser/invalidation/invalidation_service.h", | 59 "+chrome/browser/invalidation/invalidation_service.h", |
| 56 "+chrome/common/chrome_switches.h", | 60 "+chrome/common/chrome_switches.h", |
| 57 ], | 61 ], |
| 58 | 62 |
| 59 r"cloud_policy_invalidator_unittest\.cc": [ | 63 r"cloud_policy_invalidator_unittest\.cc": [ |
| 60 "+chrome/browser/invalidation/fake_invalidation_service.h", | 64 "+chrome/browser/invalidation/fake_invalidation_service.h", |
| 61 ], | 65 ], |
| 62 | 66 |
| 63 r"cloud_policy_manager_unittest\.cc": [ | 67 r"cloud_policy_manager_unittest\.cc": [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 | 148 |
| 145 r"user_cloud_policy_store_unittest\.cc": [ | 149 r"user_cloud_policy_store_unittest\.cc": [ |
| 146 "+chrome/browser/signin/fake_signin_manager.h", | 150 "+chrome/browser/signin/fake_signin_manager.h", |
| 147 "+chrome/browser/signin/signin_manager.h", | 151 "+chrome/browser/signin/signin_manager.h", |
| 148 "+chrome/browser/signin/signin_manager_factory.h", | 152 "+chrome/browser/signin/signin_manager_factory.h", |
| 149 "+chrome/common/pref_names.h", | 153 "+chrome/common/pref_names.h", |
| 150 "+chrome/test/base/testing_profile.h", | 154 "+chrome/test/base/testing_profile.h", |
| 151 "+content/public/test/test_browser_thread.h", | 155 "+content/public/test/test_browser_thread.h", |
| 152 ], | 156 ], |
| 153 } | 157 } |
| OLD | NEW |