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

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: Yet another merge with ToT Created 6 years, 4 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 | « chrome/chrome_tests_unit.gypi ('k') | chromeos/login/auth/mock_url_fetchers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/login/auth/mock_url_fetchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698