| 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/common", | 30 "+content/public/common", |
| 31 "+content/public/test", | 31 "+content/public/test", |
| 32 "+content/test/net", | 32 "+content/test/net", |
| 33 ], | 33 ], |
| 34 | 34 |
| 35 r"cloud_policy_browsertest.cc": [ | 35 r"cloud_policy_browsertest.cc": [ |
| 36 "+sync/internal_api/public/base/invalidation.h", | 36 "+sync/internal_api/public/base/invalidation.h", |
| 37 ], | 37 ], |
| 38 | 38 |
| 39 # TODO(joaodasilva): remove these exceptions. | 39 # TODO(joaodasilva): remove these exceptions. |
| 40 r"cloud_external_data_manager_base_unittest\.cc": [ | |
| 41 "+content/public/test/test_browser_thread_bundle.h", | |
| 42 ], | |
| 43 | |
| 44 r"cloud_policy_client_registration_helper\.cc": [ | |
| 45 "+chrome/browser/signin/android_profile_oauth2_token_service.h", | |
| 46 "+chrome/browser/signin/oauth2_token_service.h", | |
| 47 ], | |
| 48 | |
| 49 r"cloud_policy_core_unittest\.cc": [ | |
| 50 "+chrome/browser/prefs/browser_prefs.h", | |
| 51 "+chrome/common/pref_names.h", | |
| 52 ], | |
| 53 | |
| 54 r"cloud_policy_invalidator\.cc": [ | 40 r"cloud_policy_invalidator\.cc": [ |
| 55 "+chrome/browser/invalidation/invalidation_service.h", | 41 "+chrome/browser/invalidation/invalidation_service.h", |
| 56 ], | 42 ], |
| 57 | 43 |
| 58 r"cloud_policy_invalidator_unittest\.cc": [ | 44 r"cloud_policy_invalidator_unittest\.cc": [ |
| 59 "+chrome/browser/invalidation/fake_invalidation_service.h", | 45 "+chrome/browser/invalidation/fake_invalidation_service.h", |
| 60 ], | 46 ], |
| 61 | 47 |
| 62 r"cloud_policy_manager_unittest\.cc": [ | 48 r"cloud_policy_manager_unittest\.cc": [ |
| 63 "+chrome/browser/invalidation/fake_invalidation_service.h", | 49 "+chrome/browser/invalidation/fake_invalidation_service.h", |
| 64 ], | 50 ], |
| 65 | 51 |
| 66 r"cloud_policy_refresh_scheduler\.cc": [ | 52 r"cloud_policy_refresh_scheduler\.cc": [ |
| 67 "+chrome/browser/chrome_notification_types.h", | 53 "+chrome/browser/chrome_notification_types.h", |
| 68 "+content/public/browser/notification_details.h", | 54 "+content/public/browser/notification_details.h", |
| 69 ], | 55 ], |
| 70 | 56 |
| 71 r"cloud_policy_refresh_scheduler_unittest\.cc": [ | |
| 72 "+chrome/browser/prefs/browser_prefs.h", | |
| 73 ], | |
| 74 | |
| 75 r"cloud_policy_validator\.cc": [ | 57 r"cloud_policy_validator\.cc": [ |
| 76 "+content/public/browser/browser_thread.h", | 58 "+content/public/browser/browser_thread.h", |
| 77 ], | 59 ], |
| 78 | 60 |
| 79 r"cloud_policy_validator_unittest\.cc": [ | 61 r"cloud_policy_validator_unittest\.cc": [ |
| 80 "+content/public/test/test_browser_thread.h", | 62 "+content/public/test/test_browser_thread.h", |
| 81 ], | 63 ], |
| 82 | 64 |
| 83 r"component_cloud_policy_service_unittest\.cc": [ | 65 r"component_cloud_policy_service_unittest\.cc": [ |
| 84 "+content/public/browser/browser_thread.h", | 66 "+content/public/browser/browser_thread.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 102 "+chrome/browser/profiles/profile.h", | 84 "+chrome/browser/profiles/profile.h", |
| 103 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h", | 85 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h", |
| 104 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.
h", | 86 "+chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.
h", |
| 105 ], | 87 ], |
| 106 | 88 |
| 107 r"user_cloud_policy_invalidator\.h": [ | 89 r"user_cloud_policy_invalidator\.h": [ |
| 108 "+content/public/browser/notification_observer.h", | 90 "+content/public/browser/notification_observer.h", |
| 109 "+content/public/browser/notification_registrar.h", | 91 "+content/public/browser/notification_registrar.h", |
| 110 ], | 92 ], |
| 111 | 93 |
| 112 r"user_cloud_policy_manager\.cc": [ | |
| 113 "+chrome/common/pref_names.h", | |
| 114 ], | |
| 115 | |
| 116 r"user_cloud_policy_manager_factory\.cc": [ | 94 r"user_cloud_policy_manager_factory\.cc": [ |
| 117 "+chrome/browser/profiles/profile.h", | 95 "+chrome/browser/profiles/profile.h", |
| 118 ], | 96 ], |
| 119 | 97 |
| 120 r"user_cloud_policy_store\.cc": [ | 98 r"user_cloud_policy_store\.cc": [ |
| 121 "+chrome/browser/profiles/profile.h", | 99 "+chrome/browser/profiles/profile.h", |
| 122 "+chrome/browser/signin/signin_manager.h", | 100 "+chrome/browser/signin/signin_manager.h", |
| 123 "+chrome/browser/signin/signin_manager_factory.h", | 101 "+chrome/browser/signin/signin_manager_factory.h", |
| 124 "+content/public/browser/browser_thread.h", | 102 "+content/public/browser/browser_thread.h", |
| 125 ], | 103 ], |
| 126 | 104 |
| 127 r"user_cloud_policy_store_unittest\.cc": [ | 105 r"user_cloud_policy_store_unittest\.cc": [ |
| 128 "+chrome/browser/signin/fake_signin_manager.h", | 106 "+chrome/browser/signin/fake_signin_manager.h", |
| 129 "+chrome/browser/signin/signin_manager.h", | 107 "+chrome/browser/signin/signin_manager.h", |
| 130 "+chrome/browser/signin/signin_manager_factory.h", | 108 "+chrome/browser/signin/signin_manager_factory.h", |
| 131 "+chrome/common/pref_names.h", | 109 "+chrome/common/pref_names.h", |
| 132 "+chrome/test/base/testing_profile.h", | 110 "+chrome/test/base/testing_profile.h", |
| 133 "+content/public/test/test_browser_thread.h", | 111 "+content/public/test/test_browser_thread.h", |
| 134 ], | 112 ], |
| 135 } | 113 } |
| OLD | NEW |