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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2903353003: Adding mojo calls for easy unlock service (Closed)
Patch Set: comments and 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/public/interfaces/lock_screen.mojom ('k') | chrome/browser/chromeos/login/lock/screen_locker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index dea9827c2fdde5c46b85e75cb9aef07a507000d4..acfe0271e4106999e336d952c05ebf8d84bfa567 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -794,6 +794,8 @@ source_set("chromeos") {
"login/language_list.h",
"login/lock/screen_locker.cc",
"login/lock/screen_locker.h",
+ "login/lock/views_screen_locker.cc",
+ "login/lock/views_screen_locker.h",
"login/lock/webui_screen_locker.cc",
"login/lock/webui_screen_locker.h",
"login/login_wizard.h",
@@ -984,6 +986,8 @@ source_set("chromeos") {
"login/ui/webui_login_view.h",
"login/user_flow.cc",
"login/user_flow.h",
+ "login/user_selection_screen_proxy.cc",
+ "login/user_selection_screen_proxy.h",
"login/users/affiliation.cc",
"login/users/affiliation.h",
"login/users/avatar/user_image_loader.cc",
« no previous file with comments | « ash/public/interfaces/lock_screen.mojom ('k') | chrome/browser/chromeos/login/lock/screen_locker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698