| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 8175b1665fb141af8c0eebc82b204c54fced27a1..b1d4757e62a6f14124907625c6b0abcf377ae6c6 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -435,6 +435,8 @@ component("net") {
|
| if (is_win) {
|
| sources -= [
|
| "http/http_auth_handler_ntlm_portable.cc",
|
| + "socket/socket_libevent.cc",
|
| + "socket/socket_libevent.h",
|
| "socket/tcp_socket_libevent.cc",
|
| "socket/tcp_socket_libevent.h",
|
| "udp/udp_socket_libevent.cc",
|
| @@ -1260,7 +1262,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",
|
|
|