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

Unified Diff: components/session_manager/core/BUILD.gn

Issue 2468483002: session_manager: Tracks user sessions (Closed)
Patch Set: replace func overload with better names Created 4 years, 1 month 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 | « components/session_manager/DEPS ('k') | components/session_manager/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/session_manager/core/BUILD.gn
diff --git a/components/session_manager/core/BUILD.gn b/components/session_manager/core/BUILD.gn
index 7137f6fbfe48e0fea95f02bb493f5a2c57e8ae72..c115d3db8c32f8b19168c59ef7efe72254d2f4a3 100644
--- a/components/session_manager/core/BUILD.gn
+++ b/components/session_manager/core/BUILD.gn
@@ -10,6 +10,9 @@ component("core") {
deps = [
"//base",
"//components/session_manager:base",
+ "//components/signin/core/account_id",
+ "//components/user_manager",
+ "//skia",
]
defines = [ "SESSION_IMPLEMENTATION" ]
}
« no previous file with comments | « components/session_manager/DEPS ('k') | components/session_manager/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698