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 21:53:49 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 21:53:49 +0000
commit8b37a0928ef852ec0c0215dac3f1d89be348bad8 (patch)
treebfdb4917839e4c86cb1f3e5fce455c0e2fb536f6 /net/net.gyp
parent54440b09794e847b6bad6cee33846b1750d0d869 (diff)
downloadchromium_src-8b37a0928ef852ec0c0215dac3f1d89be348bad8.zip
chromium_src-8b37a0928ef852ec0c0215dac3f1d89be348bad8.tar.gz
chromium_src-8b37a0928ef852ec0c0215dac3f1d89be348bad8.tar.bz2
Trying yet again to add QuicFramer and friends.
Includes a second attempt to fix the constants. This time, I was able to set up a 32bit chroot to test the fix on since none of the bots seemed to do the trick. 162618 - Reverted 162606 162606 - Relanding with second fix 162468 - Reverted 162462 162462 - Relanding w/ fix 162263 - Reverted 162259 162259 - Add QuicFramer and friends. Review URL: https://codereview.chromium.org/11193036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162805 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',