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

Unified Diff: net/BUILD.gn

Issue 2551603002: Move QuicClock to quic/platform/ (Closed)
Patch Set: missing 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/http/http_network_session.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 5754c479aefa04bc0dbb1e75a8582faddd784a0e..ecb397ca087293767b19121e3f9d30c2c7feb5ea 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1011,14 +1011,14 @@ if (is_linux) {
source_set("epoll_quic_tools") {
sources = [
+ "tools/quic/platform/impl/quic_epoll_clock.cc",
+ "tools/quic/platform/impl/quic_epoll_clock.h",
"tools/quic/quic_client.cc",
"tools/quic/quic_client.h",
"tools/quic/quic_default_packet_writer.cc",
"tools/quic/quic_default_packet_writer.h",
"tools/quic/quic_epoll_alarm_factory.cc",
"tools/quic/quic_epoll_alarm_factory.h",
- "tools/quic/quic_epoll_clock.cc",
- "tools/quic/quic_epoll_clock.h",
"tools/quic/quic_epoll_connection_helper.cc",
"tools/quic/quic_epoll_connection_helper.h",
"tools/quic/quic_packet_reader.cc",
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698