Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1181)

Unified Diff: net/net.gyp

Issue 376323002: Refactor unix domain socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all connect in unittests synchronous. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 5dba2fc408a3b20221d79a00bffdfc7b2a439a1a..9b279647a4260d11926e33473f31b605b05e2785 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -790,7 +790,9 @@
# The following tests are disabled because they don't apply to
# iOS.
# OS is not "linux" or "freebsd" or "openbsd".
+ 'socket/unix_domain_client_socket_posix_unittest.cc',
'socket/unix_domain_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',

Powered by Google App Engine
This is Rietveld 408576698