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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/about_handler", 2 "+components/about_handler",
3 "+components/cookie_config", 3 "+components/cookie_config",
4 "+components/user_manager", 4 "+components/user_manager",
5 ] 5 ]
6
7 specific_include_rules = {
8 "profile_impl.cc": [
9 # Profile embeds the Identity Service, but the dependence
10 # should be used *only* for Identity Service creation.
11 "+services/identity/identity_service.h",
12 ],
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698