| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index d6bc5d95c236279a8ae1d13a629397675f074946..23c99ad016f9d72cf8e188ed0568a6fde598fc37 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -784,7 +784,9 @@
|
| # 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',
|
|
|