summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authortengs <tengs@chromium.org>2015-07-23 14:23:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 21:24:10 +0000
commit0b8ae150b8f61ee86114ab94f4b636d7bfdee54f (patch)
tree7a5c41abc71d879bb98fdb2f430c50fe55d0bafe /components/components_tests.gyp
parent5275af6d8d1355996dda02191a2824804efd8952 (diff)
downloadchromium_src-0b8ae150b8f61ee86114ab94f4b636d7bfdee54f.zip
chromium_src-0b8ae150b8f61ee86114ab94f4b636d7bfdee54f.tar.gz
chromium_src-0b8ae150b8f61ee86114ab94f4b636d7bfdee54f.tar.bz2
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}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp2
1 files changed, 2 insertions, 0 deletions
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', {