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

Unified Diff: chromeos/chromeos.gyp

Issue 402403004: Refactoring : Move OnlineAttempt to chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Got rid of BrowserContext Created 6 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: 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',

Powered by Google App Engine
This is Rietveld 408576698