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

Unified Diff: components/user_manager/BUILD.gn

Issue 1412813003: This CL replaces user_manager::UserID with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@468875--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Create-AccountID-structure-part2--user_names
Patch Set: Fix Win GN build. Created 5 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/user_manager.gypi ('k') | components/user_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/BUILD.gn
diff --git a/components/user_manager/BUILD.gn b/components/user_manager/BUILD.gn
index 0dfc8525cf5cdae415f7c1c9bca84199b43e211e..55ab2a2a17c633f4529c197476d2ebd0fcf43626 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -6,7 +6,6 @@ component("user_manager") {
sources = [
"empty_user_info.cc",
"empty_user_info.h",
- "user_id.h",
"user_info.cc",
"user_info.h",
"user_info_impl.cc",
@@ -16,6 +15,7 @@ component("user_manager") {
deps = [
"//base",
+ "//components/signin/core/account_id",
"//skia",
"//ui/gfx",
]
@@ -60,6 +60,7 @@ source_set("test_support") {
deps = [
":user_manager",
"//base",
+ "//components/signin/core/account_id",
"//skia",
"//ui/base",
]
« no previous file with comments | « components/user_manager.gypi ('k') | components/user_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698