| Index: components/proximity_auth/ble/BUILD.gn
|
| diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn
|
| index 3cd3dc48d3a6bd0b4875979a6424082e27c2a6a6..8375506623696741221b02f55adc034a13d61c56 100644
|
| --- a/components/proximity_auth/ble/BUILD.gn
|
| +++ b/components/proximity_auth/ble/BUILD.gn
|
| @@ -30,6 +30,7 @@ static_library("ble") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/cryptauth",
|
| "//components/prefs",
|
| "//components/proximity_auth/logging",
|
|
|
| @@ -63,6 +64,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":ble",
|
| "//base/test:test_support",
|
| + "//components/cryptauth",
|
| "//components/prefs:test_support",
|
| "//components/proximity_auth:test_support",
|
| "//device/bluetooth:mocks",
|
|
|