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

Unified Diff: net/net.gypi

Issue 309013006: Add quic_types.h and move the typedefs unrelated to the QUIC protocol (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/crypto/proof_test.cc » ('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 8577ac907ea6fcdc9b82de055daa106fa55493be..7d241abb562c98c69f2c094cd6e26928bca9e404 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -914,6 +914,8 @@
'quic/quic_stream_sequencer.h',
'quic/quic_time.cc',
'quic/quic_time.h',
+ 'quic/quic_types.cc',
+ 'quic/quic_types.h',
'quic/quic_unacked_packet_map.cc',
'quic/quic_unacked_packet_map.h',
'quic/quic_utils.cc',
« no previous file with comments | « no previous file | net/quic/crypto/proof_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698