| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 47838e563dfb119c75b57a2b3384f1b8524278e1..904be332a8988230a76110fb0c7b473c61bf08da 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1257,7 +1257,9 @@ test("net_unittests") {
|
| # The following tests are disabled because they don't apply to
|
| # iOS.
|
| # OS is not "linux" or "freebsd" or "openbsd".
|
| - "socket/unix_domain_socket_posix_unittest.cc",
|
| + "socket/unix_domain_client_socket_posix_unittest.cc",
|
| + "socket/unix_domain_listen_socket_posix_unittest.cc",
|
| + "socket/unix_domain_server_socket_posix_unittest.cc",
|
|
|
| # See bug http://crbug.com/344533.
|
| "disk_cache/blockfile/index_table_v3_unittest.cc",
|
|
|