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

Unified Diff: net/net.gypi

Issue 944883003: QUIC - Cache the connection type and connection description. Make the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed const char* const as return value to fix ios_rel_device_ninja_ng compile error Created 5 years, 10 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/quic/network_connection.h » ('j') | net/quic/network_connection.h » ('J')
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 5a8087d432d832377b9c8c8cefda32f4fb2c2cab..c200f37e870c2c8f62f0a47acde05b9222d63652 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -863,6 +863,8 @@
'quic/crypto/strike_register_client.h',
'quic/iovector.cc',
'quic/iovector.h',
+ 'quic/network_connection.cc',
+ 'quic/network_connection.h',
'quic/port_suggester.cc',
'quic/port_suggester.h',
'quic/quic_ack_notifier.cc',
@@ -1483,6 +1485,7 @@
'quic/crypto/quic_random_test.cc',
'quic/crypto/strike_register_test.cc',
'quic/iovector_test.cc',
+ 'quic/network_connection_unittest.cc',
'quic/port_suggester_unittest.cc',
'quic/quic_ack_notifier_test.cc',
'quic/quic_address_mismatch_test.cc',
« no previous file with comments | « no previous file | net/quic/network_connection.h » ('j') | net/quic/network_connection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698