| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index f7fde7c52b579120ad6c4c7a3791a07d58733658..0ba93b02a43e2d0644b2106e1b622430ca1b5a34 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -65,6 +65,10 @@ source_set("unit_tests") {
|
| # Note: This is a convenience target for ease of rapid iteration during
|
| # development. It is not executed on any try or build bots.
|
| test("proximity_auth_unittests") {
|
| - sources = [ "run_all_unittests.cc" ]
|
| - deps = [ ":unit_tests" ]
|
| + sources = [
|
| + "run_all_unittests.cc",
|
| + ]
|
| + deps = [
|
| + ":unit_tests",
|
| + ]
|
| }
|
|
|