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

Unified Diff: net/net.gypi

Issue 340433002: Port QuicServer to Chrome network stack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments and fix blocked writers using callbacks Created 6 years, 6 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 748acc3870a49c8f8b91e86a89d5aa0b53d929c0..22840eb1718f4424689169ad43841bd5039b1506 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1431,18 +1431,6 @@
'quic/crypto/strike_register_test.cc',
'quic/iovector_test.cc',
'quic/port_suggester_unittest.cc',
- 'quic/quic_dispatcher.cc',
- 'quic/quic_dispatcher.h',
- 'quic/quic_in_memory_cache.cc',
- 'quic/quic_in_memory_cache.h',
- 'quic/quic_server_packet_writer.cc',
- 'quic/quic_server_packet_writer.h',
- 'quic/quic_server_session.cc',
- 'quic/quic_server_session.h',
- 'quic/quic_spdy_server_stream.cc',
- 'quic/quic_spdy_server_stream.h',
- 'quic/quic_time_wait_list_manager.cc',
- 'quic/quic_time_wait_list_manager.h',
'quic/test_tools/crypto_test_utils.cc',
'quic/test_tools/crypto_test_utils.h',
'quic/test_tools/crypto_test_utils_chromium.cc',
@@ -1523,6 +1511,7 @@
'quic/quic_sent_entropy_manager_test.cc',
'quic/quic_sent_packet_manager_test.cc',
'quic/quic_server_id_test.cc',
+ 'quic/quic_server_test.cc',
'quic/quic_session_test.cc',
'quic/quic_socket_address_coder_test.cc',
'quic/quic_stream_factory_test.cc',
« no previous file with comments | « net/net.gyp ('k') | net/quic/quic_client_session_test.cc » ('j') | net/quic/quic_connection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698