| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 76b656a94158a6431e2f48480bb008e496294341..3ab63c30b15477a6fa56dff5e0e9cfec459c1e52 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -713,6 +713,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',
|
| @@ -726,6 +727,7 @@
|
| 'components.gyp:proximity_auth',
|
| 'components.gyp:cryptauth',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| + '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| ],
|
| }],
|
| ['chromeos==1', {
|
|
|