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

Unified Diff: net/net.gyp

Issue 361083002: Small cleanups to ported QuicServer and dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.gyp
diff --git a/net/net.gyp b/net/net.gyp
index db7f277a4ddc101150b3ab783b8634143c3bb0f3..e80f5a734f856c0321f6b94098a86621d23e6bbc 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -546,7 +546,6 @@
'net',
'net_derived_sources',
'net_test_support',
- 'quic_ported_server',
],
'sources': [
'<@(net_test_sources)',
@@ -1115,36 +1114,6 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
- {
- # This is a temporary target which will be merged into 'net' once the
- # dependency on balsa is eliminated and the classes are actually used.
- 'target_name': 'quic_ported_server',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../url/url.gyp:url_lib',
- 'net',
- ],
- 'sources': [
- 'quic/quic_dispatcher.cc',
- 'quic/quic_dispatcher.h',
- 'quic/quic_in_memory_cache.cc',
- 'quic/quic_in_memory_cache.h',
- 'quic/quic_per_connection_packet_writer.cc',
- 'quic/quic_per_connection_packet_writer.h',
- 'quic/quic_server.cc',
- 'quic/quic_server.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',
- ],
- },
],
'conditions': [
['use_v8_in_net == 1', {
@@ -1506,7 +1475,6 @@
'dependencies': [
'../base/base.gyp:base',
'net',
- 'quic_ported_server',
],
'sources': [
'quic/quic_server_bin.cc',

Powered by Google App Engine
This is Rietveld 408576698