From 0b8ae150b8f61ee86114ab94f4b636d7bfdee54f Mon Sep 17 00:00:00 2001 From: tengs Date: Thu, 23 Jul 2015 14:23:31 -0700 Subject: Implement operations used in the DeviceToDevice protocol. The DeviceToDevice is used by Smart Lock to provide mutual authentication between the PC and mobile phone. Although Chrome only runs the initiator side of this protocol, we also implement the responder side to test that the ledgers match. BUG=508761 TEST=unit test Review URL: https://codereview.chromium.org/1238633003 Cr-Commit-Position: refs/heads/master@{#340170} --- components/components_tests.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/components_tests.gyp') diff --git a/components/components_tests.gyp b/components/components_tests.gyp index e439669..afa86ee 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -471,6 +471,7 @@ 'proximity_auth/cryptauth/cryptauth_gcm_manager_impl_unittest.cc', 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', 'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc', + 'proximity_auth/device_to_device_operations_unittest.cc', 'proximity_auth/logging/logging_unittest.cc', 'proximity_auth/proximity_auth_system_unittest.cc', 'proximity_auth/proximity_monitor_impl_unittest.cc', @@ -1142,6 +1143,7 @@ 'components.gyp:cryptauth_test_support', 'components.gyp:feedback_component', 'components.gyp:proximity_auth', + 'components.gyp:proximity_auth_test_support', ], }], ['chromeos==1', { -- cgit v1.1