summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 01:46:18 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 01:46:18 +0000
commitaa765b335635a85f490747ebb05a7afda7b63eb2 (patch)
treec786bf1c25b22f988aad34ad0c7a8cfaaea49bb3 /net/net.gyp
parent5f75c63e1d251f05f00ef357f8ec5382d2181a6e (diff)
downloadchromium_src-aa765b335635a85f490747ebb05a7afda7b63eb2.zip
chromium_src-aa765b335635a85f490747ebb05a7afda7b63eb2.tar.gz
chromium_src-aa765b335635a85f490747ebb05a7afda7b63eb2.tar.bz2
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
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp26
1 files changed, 26 insertions, 0 deletions
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',