From aa765b335635a85f490747ebb05a7afda7b63eb2 Mon Sep 17 00:00:00 2001 From: "rch@chromium.org" Date: Thu, 18 Oct 2012 01:46:18 +0000 Subject: Trying again to add QuicFramer and friends. Includes a second attempt to fix the constants. 162468 - Reverted 162462 162462 - Relanding w/ fix 162263 - Reverted 162259 162259 - Add QuicFramer and friends. Review URL: https://chromiumcodereview.appspot.com/11187044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162606 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index 0a9270c..10c9c0a 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -628,6 +628,26 @@ 'proxy/sync_host_resolver.h', 'proxy/sync_host_resolver_bridge.cc', 'proxy/sync_host_resolver_bridge.h', + 'quic/crypto/crypto_framer.cc', + 'quic/crypto/crypto_framer.h', + 'quic/crypto/crypto_protocol.cc', + 'quic/crypto/crypto_protocol.h', + 'quic/crypto/null_decrypter.cc', + 'quic/crypto/null_encrypter.cc', + 'quic/crypto/quic_decrypter.h', + 'quic/crypto/quic_decrypter.cc', + 'quic/crypto/quic_encrypter.h', + 'quic/crypto/quic_encrypter.cc', + 'quic/quic_data_reader.cc', + 'quic/quic_data_reader.h', + 'quic/quic_data_writer.cc', + 'quic/quic_data_writer.h', + 'quic/quic_framer.cc', + 'quic/quic_framer.h', + 'quic/quic_protocol.cc', + 'quic/quic_protocol.h', + 'quic/quic_utils.cc', + 'quic/quic_utils.h', 'socket/buffered_write_stream_socket.cc', 'socket/buffered_write_stream_socket.h', 'socket/client_socket_factory.cc', @@ -1350,6 +1370,12 @@ 'proxy/proxy_server_unittest.cc', 'proxy/proxy_service_unittest.cc', 'proxy/sync_host_resolver_bridge_unittest.cc', + 'quic/crypto/crypto_framer_test.cc', + 'quic/crypto/null_decrypter_test.cc', + 'quic/crypto/null_encrypter_test.cc', + 'quic/test_tools/quic_test_utils.cc', + 'quic/test_tools/quic_test_utils.h', + 'quic/quic_framer_test.cc', 'socket/buffered_write_stream_socket_unittest.cc', 'socket/client_socket_pool_base_unittest.cc', 'socket/deterministic_socket_data_unittest.cc', -- cgit v1.1