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

Unified Diff: chrome/browser/profiles/DEPS

Issue 2753753007: Introduce Identity Service and its initial usage (Closed)
Patch Set: Self-review Created 3 years, 9 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
Index: chrome/browser/profiles/DEPS
diff --git a/chrome/browser/profiles/DEPS b/chrome/browser/profiles/DEPS
index b6f5425f2ae47720f0e6fc722374504f0f82c768..4198da4343993e490bf8c978272cc886a1f8d262 100644
--- a/chrome/browser/profiles/DEPS
+++ b/chrome/browser/profiles/DEPS
@@ -3,3 +3,11 @@ include_rules = [
"+components/cookie_config",
"+components/user_manager",
]
+
+specific_include_rules = {
+ "profile_impl.cc": [
+ # Profile embeds the Identity Service, but the dependence
+ # should be used *only* for Identity Service creation.
+ "+services/identity",
Ken Rockot(use gerrit already) 2017/03/21 14:53:09 This could be more specifically "+services/identit
blundell 2017/03/24 09:37:59 Done.
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698