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

Unified Diff: components/user_manager/BUILD.gn

Issue 644613002: Groom user manager's code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | 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 0e10f4adab752f4dc1813aeb52a48a0bd5e5f9b5..67f6724cd6b7a6b9a0a95eb924a5e5f223ed0a9e 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -15,8 +15,17 @@ component("user_manager") {
if (is_chromeos) {
sources += [
+ "remove_user_delegate.h",
+ "user_image/default_user_images.cc",
+ "user_image/default_user_images.h",
"user_image/user_image.cc",
"user_image/user_image.h",
+ "user.cc",
+ "user.h",
+ "user_manager.cc",
+ "user_manager.h",
+ "user_manager_base.cc",
+ "user_manager_base.h",
"user_type.h",
]
}
« no previous file with comments | « no previous file | components/user_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698