| Index: components/proximity_auth.gypi
|
| diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
|
| index ba5d3b0edb8fbaef926133c50b813550e696d49e..a889ddd0d93749d9d26f5c11d511e5e64ae5f19b 100644
|
| --- a/components/proximity_auth.gypi
|
| +++ b/components/proximity_auth.gypi
|
| @@ -64,13 +64,20 @@
|
| '..',
|
| ],
|
| 'dependencies': [
|
| + 'cryptauth_proto',
|
| '../base/base.gyp:base',
|
| '../google_apis/google_apis.gyp:google_apis',
|
| '../net/net.gyp:net',
|
| ],
|
| 'sources': [
|
| + "proximity_auth/cryptauth/cryptauth_access_token_fetcher.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",
|
| + ],
|
| + 'export_dependent_settings': [
|
| + 'cryptauth_proto',
|
| ],
|
| },
|
| ],
|
|
|