| Index: components/proximity_auth.gypi
|
| diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
|
| index 748b3f5962f323c59d4aa2b600800eda67121042..f29c8608a2c817338500dd599cfefdfa1496c30e 100644
|
| --- a/components/proximity_auth.gypi
|
| +++ b/components/proximity_auth.gypi
|
| @@ -32,6 +32,19 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //components/cryptauth/proto
|
| + 'target_name': 'cryptauth_proto',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'proximity_auth/cryptauth/proto/cryptauth_api.proto',
|
| + ],
|
| + 'variables': {
|
| + 'proto_in_dir': 'proximity_auth/cryptauth/proto',
|
| + 'proto_out_dir': 'components/proximity_auth/cryptauth/proto',
|
| + },
|
| + 'includes': [ '../build/protoc.gypi' ]
|
| + },
|
| + {
|
| 'target_name': 'cryptauth',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
|
|