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

Unified Diff: chrome/browser/BUILD.gn

Issue 2968323002: [EasyUnlock] Introduce EasyUnlockNotificationController (Closed)
Patch Set: use delegate instead of mc observer Created 3 years, 5 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index c183606f76e633670ec957251aafe467eb973761..81270143a5eb253ee86c679d0a659642ad42be4c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1820,6 +1820,10 @@ split_static_library("browser") {
"signin/easy_unlock_auth_attempt.h",
"signin/easy_unlock_metrics.cc",
"signin/easy_unlock_metrics.h",
+ "signin/easy_unlock_notification_controller.cc",
+ "signin/easy_unlock_notification_controller.h",
+ "signin/easy_unlock_notification_controller_chromeos.cc",
+ "signin/easy_unlock_notification_controller_chromeos.h",
"signin/easy_unlock_screenlock_state_handler.cc",
"signin/easy_unlock_screenlock_state_handler.h",
"signin/easy_unlock_service.cc",

Powered by Google App Engine
This is Rietveld 408576698