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

Unified Diff: net/BUILD.gn

Issue 376323002: Refactor unix domain socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved UnixDomainListenSocket to net::deprecated namespace. 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
« no previous file with comments | « content/shell/browser/shell_devtools_delegate.cc ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index fd00467d1845482a0ed4e10c0007304ab6ba1556..156a5476ec8aac624c5c420af3af21a750997866 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1296,7 +1296,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",
« no previous file with comments | « content/shell/browser/shell_devtools_delegate.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698