| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 9ea4f9fcbd7798dad4869d6032efa423367bd1d3..38cd201319a01b4ae1bee8c2eb8ee51ffb3c041c 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -754,6 +754,7 @@
|
| 'proximity_auth/bluetooth_connection_finder_unittest.cc',
|
| 'proximity_auth/client_unittest.cc',
|
| 'proximity_auth/connection_unittest.cc',
|
| + 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_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',
|
| @@ -769,6 +770,7 @@
|
| 'components.gyp:proximity_auth',
|
| 'components.gyp:cryptauth',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| + '../google_apis/google_apis.gyp:google_apis_test_support',
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| ],
|
| }],
|
|
|