| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index 9964e590a4616f27ffe6e3affe9826bf67bbab42..7f5429c6abd1c763a3071e7df145611e12b7f77b 100644
|
| --- a/ipc/BUILD.gn
|
| +++ b/ipc/BUILD.gn
|
| @@ -176,6 +176,7 @@ test("ipc_tests") {
|
| "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",
|
| ]
|
| @@ -199,7 +200,6 @@ test("ipc_tests") {
|
| ":test_support",
|
| "//base",
|
| "//base:i18n",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//crypto",
|
| "//testing/gtest",
|
|
|