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

Unified Diff: net/net.gypi

Issue 474383003: Initial P2P implementation for WebRTC on QUIC prototype Base URL: https://chromium.googlesource.com/chromium/src.git@tests-squashed
Patch Set: Created 6 years, 4 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/quic_message_stream.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 73fa9d68fedb58f27208889380e433a47af3f9fc..2d9c4ffd4a30ac12f58368c02426b95da8603e67 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -906,6 +906,16 @@
'quic/quic_http_utils.h',
'quic/quic_in_memory_cache.cc',
'quic/quic_in_memory_cache.h',
+ 'quic/quic_message_stream.cc',
+ 'quic/quic_message_stream.h',
+ 'quic/quic_p2p_client_session.cc',
+ 'quic/quic_p2p_client_session.h',
+ 'quic/quic_p2p_session.cc',
+ 'quic/quic_p2p_session.h',
+ 'quic/quic_p2p_session_factory.cc',
+ 'quic/quic_p2p_session_factory.h',
+ 'quic/quic_p2p_server_session.cc',
+ 'quic/quic_p2p_server_session.h',
'quic/quic_packet_creator.cc',
'quic/quic_packet_creator.h',
'quic/quic_packet_generator.cc',
« no previous file with comments | « no previous file | net/quic/quic_message_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698