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

Unified Diff: net/net.gyp

Issue 1017973002: Implement working tests for the simple QUIC client classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/net.gypi » ('j') | net/net.gypi » ('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 ffcd97b7debae31618c0be92e5866b4853c872f8..29e4693e729b13f808c031f8e85055420ad9a5f6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -795,6 +795,12 @@
'quic/quic_server_packet_writer.h',
'quic/quic_server_session.cc',
'quic/quic_server_session.h',
+ 'tools/quic/quic_simple_client.cc',
+ 'tools/quic/quic_simple_client.h',
+ 'tools/quic/quic_simple_client_session.cc',
+ 'tools/quic/quic_simple_client_session.h',
+ 'tools/quic/quic_simple_client_stream.cc',
+ 'tools/quic/quic_simple_client_stream.h',
'quic/quic_spdy_server_stream.cc',
'quic/quic_spdy_server_stream.h',
'quic/quic_time_wait_list_manager.cc',
@@ -808,15 +814,10 @@
'../base/base.gyp:base',
'../url/url.gyp:url_lib',
'net',
+ 'quic_tools',
],
'sources': [
- 'tools/quic/quic_simple_client.cc',
- 'tools/quic/quic_simple_client.h',
'tools/quic/quic_simple_client_bin.cc',
- 'tools/quic/quic_simple_client_session.cc',
- 'tools/quic/quic_simple_client_session.h',
- 'tools/quic/quic_simple_client_stream.cc',
- 'tools/quic/quic_simple_client_stream.h',
],
},
],
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698