Index: chrome/browser/signin/DEPS |
diff --git a/chrome/browser/signin/DEPS b/chrome/browser/signin/DEPS |
index a0b0de5e0a157e6a218d9ba92d4d501c1fa2e383..9f4d6abab99b1cd5dd64c3f453e9e2b03218f05e 100644 |
--- a/chrome/browser/signin/DEPS |
+++ b/chrome/browser/signin/DEPS |
@@ -9,7 +9,6 @@ include_rules = [ |
# TODO(joi): Get this list to zero. |
"!chrome/browser/browser_process.h", |
- "!chrome/browser/content_settings/cookie_settings.h", |
"!chrome/browser/policy/cloud/user_policy_signin_service.h", |
"!chrome/browser/policy/cloud/user_policy_signin_service_factory.h", |
"!chrome/browser/profiles/profile.h", |
@@ -46,7 +45,7 @@ include_rules = [ |
] |
specific_include_rules = { |
- '.*_[a-z]*test\.cc': [ |
+ r".*_[a-z]*test\.cc": [ |
# TODO(joi): Get this list to zero. |
"!chrome/browser/prefs/browser_prefs.h", |
"!chrome/browser/sync/profile_sync_service_mock.h", |
@@ -55,4 +54,10 @@ specific_include_rules = { |
"!chrome/browser/ui/tabs/tab_strip_model.h", |
"!chrome/browser/ui/webui/sync_promo/sync_promo_ui.h", |
], |
+ |
+ # These files are staying in //chrome so no need to limit. |
+ r"chrome_signin_manager_delegate\.(h|cc)": [ |
+ "+chrome/browser", |
+ "+chrome/common", |
+ ], |
} |