| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 62b80cc6d60f2f75869bdb2d63df30dea90c8dd3..aa92ed87b9e896adb7b3f503b697ee468ea38573 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -787,7 +787,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',
|
|
|