Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5670)

Unified Diff: chrome/browser/signin/DEPS

Issue 14367029: Introduce SigninManagerDelegate and use to eliminate CookieSettings dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/signin/chrome_signin_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
}
« no previous file with comments | « no previous file | chrome/browser/signin/chrome_signin_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698