Index: chrome/chrome_browser_chromeos.gypi |
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi |
index a8fceb47b128ded49d79c0afc0bd654c247269f2..b2c6472231f7536a0fbfb041228ddb804e38ae4d 100644 |
--- a/chrome/chrome_browser_chromeos.gypi |
+++ b/chrome/chrome_browser_chromeos.gypi |
@@ -510,8 +510,16 @@ |
'browser/chromeos/login/app_launch_controller.h', |
'browser/chromeos/login/app_launch_signin_screen.cc', |
'browser/chromeos/login/app_launch_signin_screen.h', |
+ 'browser/chromeos/login/auth/auth_attempt_state.cc', |
+ 'browser/chromeos/login/auth/auth_attempt_state.h', |
+ 'browser/chromeos/login/auth/auth_attempt_state_resolver.cc', |
+ 'browser/chromeos/login/auth/auth_attempt_state_resolver.h', |
'browser/chromeos/login/auth/auth_prewarmer.cc', |
'browser/chromeos/login/auth/auth_prewarmer.h', |
+ 'browser/chromeos/login/auth/authenticator.cc', |
+ 'browser/chromeos/login/auth/authenticator.h', |
+ 'browser/chromeos/login/auth/extended_authenticator.cc', |
+ 'browser/chromeos/login/auth/extended_authenticator.h', |
'browser/chromeos/login/auth/login_performer.cc', |
'browser/chromeos/login/auth/login_performer.h', |
'browser/chromeos/login/auth/mount_manager.cc', |
@@ -522,6 +530,8 @@ |
'browser/chromeos/login/auth/online_attempt_host.h', |
'browser/chromeos/login/auth/parallel_authenticator.cc', |
'browser/chromeos/login/auth/parallel_authenticator.h', |
+ 'browser/chromeos/login/auth/test_attempt_state.cc', |
+ 'browser/chromeos/login/auth/test_attempt_state.h', |
'browser/chromeos/login/auth/tpm_password_fetcher.cc', |
'browser/chromeos/login/auth/tpm_password_fetcher.h', |
'browser/chromeos/login/authentication_notification_details.h', |