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

Unified Diff: net/net.gypi

Issue 2324833004: Define Stable API for WebRTC/Quartc (Closed)
Patch Set: Create Quartc API Created 4 years, 3 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.gypi
diff --git a/net/net.gypi b/net/net.gypi
index cc9896cc4bef39fa126ac161a0a9a9d0c3620072..e10d04f48b5c1dc7e1c841aca385755a5731a5ac 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1079,6 +1079,18 @@
'quic/core/quic_server_session_base.h',
'quic/core/spdy_utils.cc',
'quic/core/spdy_utils.h',
+ 'quic/quartc/quartc_alarm_factory.cc',
+ 'quic/quartc/quartc_alarm_factory.h',
+ 'quic/quartc/quartc_connection_helper.cc',
+ 'quic/quartc/quartc_connection_helper.h',
+ 'quic/quartc/quartc_packet_writer.cc',
+ 'quic/quartc/quartc_packet_writer.h',
+ 'quic/quartc/quartc_reliable_stream.cc',
+ 'quic/quartc/quartc_reliable_stream.h',
+ 'quic/quartc/quartc_reliable_stream_interface.h',
+ 'quic/quartc/quartc_session.cc',
+ 'quic/quartc/quartc_session.h',
+ 'quic/quartc/quartc_session_interface.h',
'sdch/sdch_owner.cc',
'sdch/sdch_owner.h',
'socket/client_socket_factory.cc',
@@ -1720,6 +1732,9 @@
'quic/core/reliable_quic_stream_test.cc',
'quic/core/spdy_utils_test.cc',
'quic/core/quic_stream_sequencer_buffer_test.cc',
+ 'quic/quartc/quartc_alarm_factory_test.cc',
+ 'quic/quartc/quartc_reliable_stream_test.cc',
+ 'quic/quartc/quartc_session_test.cc',
'quic/test_tools/crypto_test_utils.cc',
'quic/test_tools/crypto_test_utils.h',
'quic/test_tools/crypto_test_utils_test.cc',
« no previous file with comments | « no previous file | net/quic/core/crypto/quic_crypto_server_config.cc » ('j') | net/quic/quartc/quartc_connection_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698