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

Unified Diff: net/net.gypi

Issue 2535283002: Move QuicVersionManager into standalone .h/.cc. No behavior change. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/quic/core/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index c3493ccaa082c0c2c0f0ff39ad0585b49dded891..f3d88971e874515c5fab44b4227d98b54d2fd974 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1112,6 +1112,8 @@
'quic/core/quic_unacked_packet_map.h',
'quic/core/quic_utils.cc',
'quic/core/quic_utils.h',
+ 'quic/core/quic_version_manager.cc',
+ 'quic/core/quic_version_manager.h',
'quic/core/quic_versions.cc',
'quic/core/quic_versions.h',
'quic/core/quic_write_blocked_list.cc',
@@ -1783,6 +1785,7 @@
'quic/core/quic_time_test.cc',
'quic/core/quic_unacked_packet_map_test.cc',
'quic/core/quic_utils_test.cc',
+ 'quic/core/quic_version_manager_test.cc',
'quic/core/quic_versions_test.cc',
'quic/core/quic_write_blocked_list_test.cc',
'quic/core/spdy_utils_test.cc',
« no previous file with comments | « no previous file | net/quic/core/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698