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

Unified Diff: chrome/browser/profiles/DEPS

Issue 2753753007: Introduce Identity Service and its initial usage (Closed)
Patch Set: Response to reviews 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..c1d3b9ffcc6c1d8d68c9ced5184a86538e5e65b3 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/identity_service.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698