| Index: components/proximity_auth.gypi
|
| diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
|
| index 1541ddb6fd2bf3c42dac9d669dfe662487744968..c1f7b6d37dcb236e2b9110f3a8beaae75c937478 100644
|
| --- a/components/proximity_auth.gypi
|
| +++ b/components/proximity_auth.gypi
|
| @@ -72,14 +72,13 @@
|
| ],
|
| 'sources': [
|
| "proximity_auth/cryptauth/cryptauth_access_token_fetcher.h",
|
| - "proximity_auth/cryptauth/cryptauth_account_token_fetcher.cc",
|
| - "proximity_auth/cryptauth/cryptauth_account_token_fetcher.h",
|
| + "proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc",
|
| + "proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h",
|
| "proximity_auth/cryptauth/cryptauth_api_call_flow.cc",
|
| "proximity_auth/cryptauth/cryptauth_api_call_flow.h",
|
| - "proximity_auth/cryptauth/cryptauth_client.cc",
|
| "proximity_auth/cryptauth/cryptauth_client.h",
|
| - "proximity_auth/cryptauth/cryptauth_client_factory.cc",
|
| - "proximity_auth/cryptauth/cryptauth_client_factory.h",
|
| + "proximity_auth/cryptauth/cryptauth_client_impl.cc",
|
| + "proximity_auth/cryptauth/cryptauth_client_impl.h",
|
| "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc",
|
| "proximity_auth/cryptauth/cryptauth_enrollment_utils.h",
|
| "proximity_auth/cryptauth/secure_message_delegate.cc",
|
|
|