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

Unified Diff: net/BUILD.gn

Issue 2548213002: Move quic_socket_utils to platform/impl/ (Closed)
Patch Set: Created 4 years 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 | « no previous file | net/tools/quic/end_to_end_test.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 ecb397ca087293767b19121e3f9d30c2c7feb5ea..1bb0b9f96d380bb1d8277a2974d0df762876944e 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1013,6 +1013,8 @@ if (is_linux) {
sources = [
"tools/quic/platform/impl/quic_epoll_clock.cc",
"tools/quic/platform/impl/quic_epoll_clock.h",
+ "tools/quic/platform/impl/quic_socket_utils.cc",
+ "tools/quic/platform/impl/quic_socket_utils.h",
"tools/quic/quic_client.cc",
"tools/quic/quic_client.h",
"tools/quic/quic_default_packet_writer.cc",
@@ -1027,8 +1029,6 @@ if (is_linux) {
"tools/quic/quic_packet_writer_wrapper.h",
"tools/quic/quic_server.cc",
"tools/quic/quic_server.h",
- "tools/quic/quic_socket_utils.cc",
- "tools/quic/quic_socket_utils.h",
]
deps = [
":epoll_server",
« no previous file with comments | « no previous file | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698