| Index: components/proximity_auth.gypi
|
| diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
|
| index a4a121d2b121390f96a7a341dc67507cb9cba8ec..c9ec4b79a308c72aa49d457ecb822ed8a5300b5b 100644
|
| --- a/components/proximity_auth.gypi
|
| +++ b/components/proximity_auth.gypi
|
| @@ -50,6 +50,7 @@
|
| 'type': 'static_library',
|
| 'sources': [
|
| 'proximity_auth/cryptauth/proto/cryptauth_api.proto',
|
| + 'proximity_auth/cryptauth/proto/securemessage.proto',
|
| ],
|
| 'variables': {
|
| 'proto_in_dir': 'proximity_auth/cryptauth/proto',
|
| @@ -79,6 +80,26 @@
|
| "proximity_auth/cryptauth/cryptauth_client.h",
|
| "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc",
|
| "proximity_auth/cryptauth/cryptauth_enrollment_utils.h",
|
| + "proximity_auth/cryptauth/secure_message_delegate.cc",
|
| + "proximity_auth/cryptauth/secure_message_delegate.h",
|
| + ],
|
| + 'export_dependent_settings': [
|
| + 'cryptauth_proto',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'cryptauth_test_support',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + 'cryptauth_proto',
|
| + '../base/base.gyp:base',
|
| + ],
|
| + 'sources': [
|
| + "proximity_auth/cryptauth/fake_secure_message_delegate.cc",
|
| + "proximity_auth/cryptauth/fake_secure_message_delegate.h",
|
| ],
|
| 'export_dependent_settings': [
|
| 'cryptauth_proto',
|
|
|