diff options
Diffstat (limited to 'components/proximity_auth/BUILD.gn')
-rw-r--r-- | components/proximity_auth/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn index e2faf96..6f3ae96 100644 --- a/components/proximity_auth/BUILD.gn +++ b/components/proximity_auth/BUILD.gn @@ -41,6 +41,7 @@ source_set("proximity_auth") { ] deps = [ + "logging", "//base", "//device/bluetooth", "//net", @@ -66,6 +67,7 @@ source_set("unit_tests") { deps = [ ":proximity_auth", "cryptauth:unit_tests", + "logging:unit_tests", "//base/test:test_support", "//device/bluetooth:mocks", "//testing/gmock", |