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

Unified Diff: components/components_tests.gyp

Issue 738593002: Introduce CryptAuthClient, a class capable of performing all CryptAuth APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | components/proximity_auth.gypi » ('j') | components/proximity_auth/cryptauth/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 4e798959a6645955d81aaea10c89502a71f7520a..678ac8b966857b31758bc123a6f1acd42665f269 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -751,6 +751,7 @@
'proximity_auth/client_unittest.cc',
'proximity_auth/connection_unittest.cc',
'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
+ 'proximity_auth/cryptauth/cryptauth_client_unittest.cc',
'proximity_auth/proximity_auth_system_unittest.cc',
'proximity_auth/remote_status_update_unittest.cc',
'proximity_auth/wire_message_unittest.cc',
@@ -764,6 +765,7 @@
'components.gyp:proximity_auth',
'components.gyp:cryptauth',
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
+ '../third_party/protobuf/protobuf.gyp:protobuf_lite',
],
}],
['chromeos==1', {
« no previous file with comments | « no previous file | components/proximity_auth.gypi » ('j') | components/proximity_auth/cryptauth/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698