Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index d038ec51a8061647656675e19629320b2e7e2f77..bd9686564ae2476c75a787165e643b538634bd4f 100644 |
--- a/chromeos/chromeos.gyp |
+++ b/chromeos/chromeos.gyp |
@@ -283,6 +283,10 @@ |
'login/auth/extended_authenticator.h', |
'login/auth/key.cc', |
'login/auth/key.h', |
+ 'login/auth/online_attempt.cc', |
+ 'login/auth/online_attempt.h', |
+ 'login/auth/online_attempt_host.cc', |
+ 'login/auth/online_attempt_host.h', |
'login/auth/test_attempt_state.cc', |
'login/auth/test_attempt_state.h', |
'login/auth/user_context.cc', |
@@ -404,6 +408,8 @@ |
'system/name_value_pairs_parser.h', |
'system/statistics_provider.cc', |
'system/statistics_provider.h', |
+ 'tpm_password_fetcher.cc', |
+ 'tpm_password_fetcher.h', |
'tpm_token_loader.cc', |
'tpm_token_loader.h' |
], |
@@ -463,6 +469,8 @@ |
'login/auth/mock_auth_status_consumer.h', |
'login/auth/mock_authenticator.cc', |
'login/auth/mock_authenticator.h', |
+ 'login/auth/mock_url_fetchers.cc', |
+ 'login/auth/mock_url_fetchers.h', |
'network/fake_network_device_handler.cc', |
'network/fake_network_device_handler.h', |
'network/mock_managed_network_configuration_handler.cc', |
@@ -516,9 +524,11 @@ |
'../build/linux/system.gyp:dbus', |
'../build/linux/system.gyp:ssl', |
'../components/components.gyp:onc_component', |
+ '../content/content_shell_and_tests.gyp:test_support_content', |
'../crypto/crypto.gyp:crypto', |
'../crypto/crypto.gyp:crypto_test_support', |
'../dbus/dbus.gyp:dbus_test_support', |
+ '../google_apis/google_apis.gyp:google_apis', |
'../net/net.gyp:net', |
'../net/net.gyp:net_test_support', |
'../testing/gmock.gyp:gmock', |