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

Unified Diff: components/user_manager.gypi

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 | « chromeos/login/auth/user_context.cc ('k') | components/user_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
index de4297c515e779d3319549b5aa935e49d02b880b..67f090ddace1f1ef36fbc132b20029011c0bfc6b 100644
--- a/components/user_manager.gypi
+++ b/components/user_manager.gypi
@@ -8,7 +8,6 @@
'user_manager_shared_sources': [
'user_manager/empty_user_info.cc',
'user_manager/empty_user_info.h',
- 'user_manager/user_id.h',
'user_manager/user_info.cc',
'user_manager/user_info.h',
'user_manager/user_info_impl.cc',
@@ -36,6 +35,7 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/components/components.gyp:signin_core_account_id',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
],
« no previous file with comments | « chromeos/login/auth/user_context.cc ('k') | components/user_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698