| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 5c458812ecbec0a477ee94c589634d7bdb0c4f06..5835787aca3088def377ac6cdc03d34765190f49 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -74,11 +74,14 @@ source_set("test_support") {
|
| sources = [
|
| "device_to_device_responder_operations.cc",
|
| "device_to_device_responder_operations.h",
|
| + "mock_proximity_auth_client.cc",
|
| + "mock_proximity_auth_client.h",
|
| ]
|
|
|
| deps = [
|
| "cryptauth:test_support",
|
| "//base",
|
| + "//testing/gmock",
|
| ]
|
| }
|
|
|
|
|