Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index bda18453fc53c2d7c3be747f0db48470c270554b..2e157d7d4f4c8eaee76348b758791d19daf91455 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -789,7 +789,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', |