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

Unified Diff: ash/public/interfaces/BUILD.gn

Issue 2937553002: Create Mojo Struct for user information used in login/lock screen. (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « ash/login/lock_screen_controller.cc ('k') | ash/public/interfaces/lock_screen.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/BUILD.gn
diff --git a/ash/public/interfaces/BUILD.gn b/ash/public/interfaces/BUILD.gn
index 1d8da270abd7f70a73b50fe9303829264ddf8675..9c7c601564acab81157347aa6697eea61f534215 100644
--- a/ash/public/interfaces/BUILD.gn
+++ b/ash/public/interfaces/BUILD.gn
@@ -21,6 +21,7 @@ mojom("interfaces_internal") {
"ime_info.mojom",
"locale.mojom",
"lock_screen.mojom",
+ "login_user_info.mojom",
"media.mojom",
"new_window.mojom",
"night_light_controller.mojom",
@@ -40,6 +41,7 @@ mojom("interfaces_internal") {
]
public_deps = [
+ "//components/proximity_auth/public/interfaces",
"//components/signin/public/interfaces",
"//mojo/common:common_custom_types",
"//skia/public/interfaces",
« no previous file with comments | « ash/login/lock_screen_controller.cc ('k') | ash/public/interfaces/lock_screen.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698