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

Unified Diff: components/user_manager/BUILD.gn

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Fix build Created 4 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
Index: components/user_manager/BUILD.gn
diff --git a/components/user_manager/BUILD.gn b/components/user_manager/BUILD.gn
index cd49a37ba4b4bc588891186a16203edf1c073ca9..b0237805aa6ae853f9a57958fc8a748946758d5d 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -4,13 +4,13 @@
component("user_manager") {
sources = [
- "empty_user_info.cc",
- "empty_user_info.h",
"user_info.cc",
"user_info.h",
"user_info_impl.cc",
"user_info_impl.h",
"user_manager_export.h",
+ "user_names.cc",
+ "user_names.h",
]
deps = [
@@ -35,8 +35,6 @@ component("user_manager") {
"user_manager.h",
"user_manager_base.cc",
"user_manager_base.h",
- "user_names.cc",
- "user_names.h",
"user_type.h",
]
deps += [

Powered by Google App Engine
This is Rietveld 408576698