diff options
Diffstat (limited to 'components/proximity_auth.gypi')
-rw-r--r-- | components/proximity_auth.gypi | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi index 38880d4..9ac28c5 100644 --- a/components/proximity_auth.gypi +++ b/components/proximity_auth.gypi @@ -13,6 +13,7 @@ '..', ], 'dependencies': [ + ':proximity_auth_logging', '../base/base.gyp:base', '../device/bluetooth/bluetooth.gyp:device_bluetooth', '../net/net.gyp:net', @@ -57,7 +58,24 @@ ], }, { - # GN version: //components/cryptauth/proto + # GN version: //components/proximity_auth/logging + 'target_name': 'proximity_auth_logging', + 'type': 'static_library', + 'include_dirs': [ + '..', + ], + 'dependencies': [ + '../base/base.gyp:base', + ], + 'sources': [ + "proximity_auth/logging/log_buffer.cc", + "proximity_auth/logging/log_buffer.h", + "proximity_auth/logging/logging.h", + "proximity_auth/logging/logging.cc", + ] + }, + { + # GN version: //components/proximity_auth/cryptauth/proto 'target_name': 'cryptauth_proto', 'type': 'static_library', 'sources': [ |