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

Unified Diff: chrome/browser/ui/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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index f65f89c91c15d438a5f641056024c88a7fc2e3d3..009082874cff34ce0ebb01c4bdc56ae569d57893 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -530,7 +530,6 @@ split_static_library("ui") {
"//components/search_engines",
"//components/security_interstitials/core",
"//components/security_state",
- "//components/session_manager/core",
"//components/sessions",
"//components/signin/core/account_id",
"//components/signin/core/browser",
@@ -1399,6 +1398,7 @@ split_static_library("ui") {
"//ash/common/strings",
"//ash/public/cpp",
"//ash/public/interfaces",
+ "//components/session_manager/core",
"//components/user_manager",
"//services/ui/public/cpp",
"//ui/app_list/presenter",
« no previous file with comments | « chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698