| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 9b070402d9771642893cf575069bdfb0bc3c3542..7e90bf2f43efc55f436f1cc02916a222a03246ec 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -277,6 +277,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',
|
| @@ -398,6 +402,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'
|
| ],
|
| @@ -457,6 +463,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',
|
| @@ -510,8 +518,10 @@
|
| '../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',
|
| '../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',
|
| @@ -549,6 +559,7 @@
|
| 'ime/input_method_manager.h',
|
| 'ime/input_method_whitelist_unittest.cc',
|
| 'login/auth/key_unittest.cc',
|
| + 'login/auth/online_attempt_unittest.cc',
|
| 'login/login_state_unittest.cc',
|
| 'network/client_cert_resolver_unittest.cc',
|
| 'network/geolocation_handler_unittest.cc',
|
|
|