Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 6a2f70762296a4e046b679a90d8e97f7efab3bcd..ae95cf91a52d38ea88008a45bb354e8a0494ac24 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -1195,6 +1195,7 @@ if (is_linux) { |
":epoll_server", |
":quic_base", |
":net", |
+ ":simple_quic_tools", |
"//base", |
"//third_party/boringssl", |
] |
@@ -1272,6 +1273,8 @@ source_set("simple_quic_tools") { |
"tools/quic/quic_simple_client_session.h", |
"tools/quic/quic_simple_client_stream.cc", |
"tools/quic/quic_simple_client_stream.h", |
+ "tools/quic/synchronous_host_resolver.cc", |
+ "tools/quic/synchronous_host_resolver.h", |
] |
deps = [ |
":net", |