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

Unified Diff: components/user_manager.gypi

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months 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: components/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
index d48b38f0946e683f67c53d63ec53290bbcae11d2..8492c77492b086771cfd22323cecc338992e4543 100644
--- a/components/user_manager.gypi
+++ b/components/user_manager.gypi
@@ -8,6 +8,7 @@
'user_manager_shared_sources': [
'user_manager/empty_user_info.cc',
'user_manager/empty_user_info.h',
+ 'user_manager/user_id.cc',
'user_manager/user_id.h',
'user_manager/user_info.cc',
'user_manager/user_info.h',

Powered by Google App Engine
This is Rietveld 408576698