summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authortengs <tengs@chromium.org>2015-07-27 15:01:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-27 22:02:08 +0000
commit51902a362afe4eb385cca2b0ae19245a78cc320b (patch)
tree8d9840a17f6d426ea6628f272228c31832d79ddd /components/components_tests.gyp
parentafb96462b32ec474e75f0d65b40d777e9a55b5e9 (diff)
downloadchromium_src-51902a362afe4eb385cca2b0ae19245a78cc320b.zip
chromium_src-51902a362afe4eb385cca2b0ae19245a78cc320b.tar.gz
chromium_src-51902a362afe4eb385cca2b0ae19245a78cc320b.tar.bz2
Implement DeviceToDeviceAuthenticator which executes the Smart Lock protocol to authenticate the phone.
BUG=508761 TEST=unit test Review URL: https://codereview.chromium.org/1252843003 Cr-Commit-Position: refs/heads/master@{#340573}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index f8bc6fb..bbfd4ed 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -461,6 +461,7 @@
'proximity_auth/bluetooth_throttler_impl_unittest.cc',
'proximity_auth/client_impl_unittest.cc',
'proximity_auth/connection_unittest.cc',
+ 'proximity_auth/device_to_device_operations_unittest.cc',
'proximity_auth/cryptauth/base64url_unittest.cc',
'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc',
'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',