| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index e7e08b5aadd693260c93b014d0fb98687d1f15b8..dc548a699d62aa3a966e960abb31bab5dbf0f4c3 100644
|
| --- a/ipc/BUILD.gn
|
| +++ b/ipc/BUILD.gn
|
| @@ -69,15 +69,14 @@ component("ipc") {
|
| }
|
|
|
| if (is_win || is_ios) {
|
| - sources -= [
|
| - "unix_domain_socket_util.cc",
|
| - ]
|
| + sources -= [ "unix_domain_socket_util.cc" ]
|
| }
|
|
|
| defines = [ "IPC_IMPLEMENTATION" ]
|
|
|
| deps = [
|
| "//base",
|
| +
|
| # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
|
| "//base/third_party/dynamic_annotations",
|
| ]
|
| @@ -177,4 +176,3 @@ static_library("test_support") {
|
| "//testing/gtest",
|
| ]
|
| }
|
| -
|
|
|