Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index 9ea4f9fcbd7798dad4869d6032efa423367bd1d3..6f97bbed42879f0d3ca417f3ce09b21ab72d7d97 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', |
| @@ -768,6 +769,7 @@ |
| # Dependencies of proxmity_auth |
| 'components.gyp:proximity_auth', |
| 'components.gyp:cryptauth', |
| + '../google_apis/google_apis.gyp:google_apis_test_support', |
|
Ilya Sherman
2014/12/11 02:53:21
nit: Please alphabetize.
Tim Song
2014/12/12 20:48:44
Done.
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| ], |