| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index a85982680d88ec54b9524ec7edca668d8c328922..84f827b6f797148b567ff005344787c7eb0c0ad8 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -54,6 +54,8 @@ source_set("unit_tests") {
|
| "wire_message_unittest.cc",
|
| ]
|
|
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| deps = [
|
| ":proximity_auth",
|
| "cryptauth:unit_tests",
|
|
|