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

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: Merge with upstream + address review comments 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 6571fb9afe7940dbb9136df4259cafc3fe5ea7ed..0cb7b3081ce7389937bceed20bf1e729795d5d28 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1433,18 +1433,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',
@@ -1525,6 +1513,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',

Powered by Google App Engine
This is Rietveld 408576698