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

Unified Diff: components/user_manager/BUILD.gn

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Fix test 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..46067e52ae40012b3ada5827bc8e006c4e1fe151 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -4,18 +4,19 @@
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 = [
"//base",
"//components/signin/core/account_id",
+ "//google_apis",
"//skia",
"//ui/gfx",
]
@@ -35,13 +36,10 @@ component("user_manager") {
"user_manager.h",
"user_manager_base.cc",
"user_manager_base.h",
- "user_names.cc",
- "user_names.h",
"user_type.h",
]
deps += [
"//components/prefs",
- "//google_apis",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698