| Index: components/proximity_auth/cryptauth/BUILD.gn
|
| diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/proximity_auth/cryptauth/BUILD.gn
|
| index b2e210fcfc3655796709ab5ffea80d24371bfe7a..a27243510f0eb608dee7d7112c4137d4e7aa7539 100644
|
| --- a/components/proximity_auth/cryptauth/BUILD.gn
|
| +++ b/components/proximity_auth/cryptauth/BUILD.gn
|
| @@ -55,6 +55,8 @@ source_set("test_support") {
|
| testonly = true
|
|
|
| sources = [
|
| + "fake_cryptauth_gcm_manager.cc",
|
| + "fake_cryptauth_gcm_manager.h",
|
| "fake_secure_message_delegate.cc",
|
| "fake_secure_message_delegate.h",
|
| "mock_cryptauth_client.cc",
|
|
|