| Index: trunk/src/net/net.gyp
|
| ===================================================================
|
| --- trunk/src/net/net.gyp (revision 198763)
|
| +++ trunk/src/net/net.gyp (working copy)
|
| @@ -138,7 +138,6 @@
|
| 'base/host_port_pair.h',
|
| 'base/io_buffer.cc',
|
| 'base/io_buffer.h',
|
| - 'base/iovec.h',
|
| 'base/ip_endpoint.cc',
|
| 'base/ip_endpoint.h',
|
| 'base/keygen_handler.cc',
|
| @@ -712,10 +711,6 @@
|
| 'quic/crypto/aes_128_gcm_encrypter.h',
|
| 'quic/crypto/aes_128_gcm_encrypter_nss.cc',
|
| 'quic/crypto/aes_128_gcm_encrypter_openssl.cc',
|
| - 'quic/crypto/cert_compressor.cc',
|
| - 'quic/crypto/cert_compressor.h',
|
| - 'quic/crypto/common_cert_set.cc',
|
| - 'quic/crypto/common_cert_set.h',
|
| 'quic/crypto/crypto_framer.cc',
|
| 'quic/crypto/crypto_framer.h',
|
| 'quic/crypto/crypto_handshake.cc',
|
| @@ -793,10 +788,6 @@
|
| 'quic/quic_reliable_client_stream.h',
|
| 'quic/quic_session.cc',
|
| 'quic/quic_session.h',
|
| - 'quic/quic_spdy_compressor.cc',
|
| - 'quic/quic_spdy_compressor.h',
|
| - 'quic/quic_spdy_decompressor.cc',
|
| - 'quic/quic_spdy_decompressor.h',
|
| 'quic/quic_stats.cc',
|
| 'quic/quic_stats.h',
|
| 'quic/quic_stream_factory.cc',
|
| @@ -809,8 +800,6 @@
|
| 'quic/quic_utils.h',
|
| 'quic/reliable_quic_stream.cc',
|
| 'quic/reliable_quic_stream.h',
|
| - 'quic/spdy_utils.cc',
|
| - 'quic/spdy_utils.h',
|
| 'socket/buffered_write_stream_socket.cc',
|
| 'socket/buffered_write_stream_socket.h',
|
| 'socket/client_socket_factory.cc',
|
| @@ -1638,15 +1627,12 @@
|
| 'quic/congestion_control/tcp_receiver_test.cc',
|
| 'quic/crypto/aes_128_gcm_decrypter_test.cc',
|
| 'quic/crypto/aes_128_gcm_encrypter_test.cc',
|
| - 'quic/crypto/cert_compressor_test.cc',
|
| - 'quic/crypto/common_cert_set_test.cc',
|
| 'quic/crypto/crypto_framer_test.cc',
|
| 'quic/crypto/crypto_handshake_test.cc',
|
| 'quic/crypto/curve25519_key_exchange_test.cc',
|
| 'quic/crypto/null_decrypter_test.cc',
|
| 'quic/crypto/null_encrypter_test.cc',
|
| 'quic/crypto/p256_key_exchange_test.cc',
|
| - 'quic/crypto/proof_test.cc',
|
| 'quic/crypto/quic_random_test.cc',
|
| 'quic/crypto/strike_register_test.cc',
|
| 'quic/test_tools/crypto_test_utils.cc',
|
| @@ -1694,8 +1680,6 @@
|
| 'quic/quic_protocol_test.cc',
|
| 'quic/quic_reliable_client_stream_test.cc',
|
| 'quic/quic_session_test.cc',
|
| - 'quic/quic_spdy_compressor_test.cc',
|
| - 'quic/quic_spdy_decompressor_test.cc',
|
| 'quic/quic_stream_factory_test.cc',
|
| 'quic/quic_stream_sequencer_test.cc',
|
| 'quic/quic_time_test.cc',
|
|
|