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

Unified Diff: net/BUILD.gn

Issue 2508593002: net: move udp directory into socket (Closed)
Patch Set: revert sys/socket.h change Created 4 years, 1 month 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 | « media/cast/test/utility/udp_proxy.cc ('k') | net/dns/address_sorter_posix.cc » ('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 6ed970836b1703428d2ab7cdd08f7e4b3884e1c9..ef893b8112cb3d2949fe38431bed85d398cd26a5 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1553,7 +1553,7 @@ if (!is_ios) {
"disk_cache/disk_cache_perftest.cc",
"extras/sqlite/sqlite_persistent_cookie_store_perftest.cc",
"proxy/proxy_resolver_perftest.cc",
- "udp/udp_socket_perftest.cc",
+ "socket/udp_socket_perftest.cc",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
@@ -1594,12 +1594,12 @@ source_set("net_fuzzer_test_support") {
"base/fuzzer_test_support.cc",
"filter/fuzzed_source_stream.cc",
"filter/fuzzed_source_stream.h",
+ "socket/fuzzed_datagram_client_socket.cc",
+ "socket/fuzzed_datagram_client_socket.h",
"socket/fuzzed_socket.cc",
"socket/fuzzed_socket.h",
"socket/fuzzed_socket_factory.cc",
"socket/fuzzed_socket_factory.h",
- "udp/fuzzed_datagram_client_socket.cc",
- "udp/fuzzed_datagram_client_socket.h",
]
public_deps = [
"//base/test:test_support",
« no previous file with comments | « media/cast/test/utility/udp_proxy.cc ('k') | net/dns/address_sorter_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698