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

Unified Diff: net/net.gyp

Issue 1004173004: Make the simple QUIC client able to resolve hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix old quic_client too Created 5 years, 9 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 | « no previous file | net/tools/quic/quic_client_bin.cc » ('j') | net/tools/quic/synchronous_host_resolver.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 0541983ad115bd23101c6047ee1aceba5f9dc3ba..7acbb995eb6d08fd5ab1a139497997423444b62c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -801,6 +801,8 @@
'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',
'quic/quic_spdy_server_stream.cc',
'quic/quic_spdy_server_stream.h',
'quic/quic_time_wait_list_manager.cc',
@@ -1218,6 +1220,7 @@
'balsa',
'epoll_server',
'net',
+ 'quic_tools',
],
'sources': [
'tools/quic/quic_client.cc',
« no previous file with comments | « no previous file | net/tools/quic/quic_client_bin.cc » ('j') | net/tools/quic/synchronous_host_resolver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698