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

Unified Diff: components/session_manager/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 | « chrome/test/BUILD.gn ('k') | components/session_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/session_manager/BUILD.gn
diff --git a/components/session_manager/BUILD.gn b/components/session_manager/BUILD.gn
index 26fc39be0bf80ec7a2aa4611c5f3700de0d510fd..0bca2e4552d6541716b536b9a8e9a077d25cab29 100644
--- a/components/session_manager/BUILD.gn
+++ b/components/session_manager/BUILD.gn
@@ -7,4 +7,7 @@ source_set("base") {
"session_manager_export.h",
"session_manager_types.h",
]
+ deps = [
+ "//components/signin/core/account_id",
+ ]
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/session_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698