| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index 7f5429c6abd1c763a3071e7df145611e12b7f77b..9964e590a4616f27ffe6e3affe9826bf67bbab42 100644
|
| --- a/ipc/BUILD.gn
|
| +++ b/ipc/BUILD.gn
|
| @@ -176,7 +176,6 @@
|
| "ipc_test_message_generator.cc",
|
| "ipc_test_message_generator.h",
|
| "ipc_test_messages.h",
|
| - "run_all_unittests.cc",
|
| "sync_socket_unittest.cc",
|
| "unix_domain_socket_util_unittest.cc",
|
| ]
|
| @@ -200,6 +199,7 @@
|
| ":test_support",
|
| "//base",
|
| "//base:i18n",
|
| + "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//crypto",
|
| "//testing/gtest",
|
|
|