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

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

Issue 2809993004: cros: Implement cryptohome backend for pin.
Patch Set: Address comments 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 | « no previous file | chrome/browser/chromeos/extensions/quick_unlock_private/quick_unlock_private_api.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 0e1a8ff4976ccccc1dc5beb7ba9ac0e5052f6dc6..40364003e5ecddda0ba0c7b420242dbe58136e90 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -806,8 +806,10 @@ source_set("chromeos") {
"login/proxy_settings_dialog.h",
"login/quick_unlock/fingerprint_storage.cc",
"login/quick_unlock/fingerprint_storage.h",
- "login/quick_unlock/pin_storage.cc",
- "login/quick_unlock/pin_storage.h",
+ "login/quick_unlock/pin_backend.cc",
+ "login/quick_unlock/pin_backend.h",
+ "login/quick_unlock/pin_storage_prefs.cc",
+ "login/quick_unlock/pin_storage_prefs.h",
"login/quick_unlock/quick_unlock_factory.cc",
"login/quick_unlock/quick_unlock_factory.h",
"login/quick_unlock/quick_unlock_notification_controller.cc",
@@ -1694,7 +1696,7 @@ source_set("unit_tests") {
"login/hwid_checker_unittest.cc",
"login/profile_auth_data_unittest.cc",
"login/quick_unlock/fingerprint_storage_unittest.cc",
- "login/quick_unlock/pin_storage_unittest.cc",
+ "login/quick_unlock/pin_storage_prefs_unittest.cc",
"login/quick_unlock/quick_unlock_storage_unittest.cc",
"login/saml/saml_offline_signin_limiter_unittest.cc",
"login/screens/network_screen_unittest.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/quick_unlock_private/quick_unlock_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698