| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 28921c6fb92c46bdc0179fb7cb543fe0a0c8e02c..0c81e0fc384769081c84d20e710e2f2c39b02977 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -156,8 +156,6 @@
|
| 'socket/ssl_client_socket.h',
|
| 'socket/ssl_client_socket_openssl.cc',
|
| 'socket/ssl_client_socket_openssl.h',
|
| - 'socket/ssl_client_socket_pool.cc',
|
| - 'socket/ssl_client_socket_pool.h',
|
| 'socket/ssl_socket.h',
|
| 'ssl/channel_id_service.cc',
|
| 'ssl/channel_id_service.h',
|
| @@ -167,8 +165,6 @@
|
| 'ssl/default_channel_id_store.h',
|
| 'ssl/openssl_client_key_store.cc',
|
| 'ssl/openssl_client_key_store.h',
|
| - 'ssl/client_key_store.cc',
|
| - 'ssl/client_key_store.h',
|
| 'ssl/openssl_ssl_util.cc',
|
| 'ssl/openssl_ssl_util.h',
|
| 'ssl/signed_certificate_timestamp_and_status.cc',
|
| @@ -225,8 +221,6 @@
|
| 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
|
| 'quic/crypto/aes_128_gcm_12_encrypter.h',
|
| 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
|
| - 'quic/crypto/cert_compressor.cc',
|
| - 'quic/crypto/cert_compressor.h',
|
| 'quic/crypto/chacha20_poly1305_decrypter.h',
|
| 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
|
| 'quic/crypto/chacha20_poly1305_encrypter.h',
|
| @@ -269,10 +263,6 @@
|
| 'quic/crypto/proof_verifier.h',
|
| 'quic/crypto/proof_verifier_chromium.cc',
|
| 'quic/crypto/proof_verifier_chromium.h',
|
| - 'quic/crypto/quic_crypto_client_config.cc',
|
| - 'quic/crypto/quic_crypto_client_config.h',
|
| - 'quic/crypto/quic_crypto_server_config.cc',
|
| - 'quic/crypto/quic_crypto_server_config.h',
|
| 'quic/crypto/quic_decrypter.cc',
|
| 'quic/crypto/quic_decrypter.h',
|
| 'quic/crypto/quic_encrypter.cc',
|
| @@ -288,8 +278,6 @@
|
| 'quic/crypto/strike_register_client.h',
|
| 'quic/iovector.cc',
|
| 'quic/iovector.h',
|
| - 'quic/network_connection.cc',
|
| - 'quic/network_connection.h',
|
| 'quic/p2p/quic_p2p_crypto_config.cc',
|
| 'quic/p2p/quic_p2p_crypto_config.h',
|
| 'quic/p2p/quic_p2p_crypto_stream.cc',
|
| @@ -323,17 +311,10 @@
|
| 'quic/quic_connection_logger.h',
|
| 'quic/quic_connection_stats.cc',
|
| 'quic/quic_connection_stats.h',
|
| - 'quic/quic_crypto_client_stream.cc',
|
| - 'quic/quic_crypto_client_stream.h',
|
| - 'quic/quic_crypto_client_stream_factory.h',
|
| - 'quic/quic_crypto_server_stream.cc',
|
| - 'quic/quic_crypto_server_stream.h',
|
| 'quic/quic_crypto_stream.cc',
|
| 'quic/quic_crypto_stream.h',
|
| 'quic/quic_data_reader.cc',
|
| 'quic/quic_data_reader.h',
|
| - 'quic/quic_data_stream.cc',
|
| - 'quic/quic_data_stream.h',
|
| 'quic/quic_data_writer.cc',
|
| 'quic/quic_data_writer.h',
|
| 'quic/quic_default_packet_writer.cc',
|
| @@ -357,8 +338,6 @@
|
| 'quic/quic_protocol.h',
|
| 'quic/quic_received_packet_manager.cc',
|
| 'quic/quic_received_packet_manager.h',
|
| - 'quic/quic_reliable_client_stream.cc',
|
| - 'quic/quic_reliable_client_stream.h',
|
| 'quic/quic_sent_entropy_manager.cc',
|
| 'quic/quic_sent_entropy_manager.h',
|
| 'quic/quic_sent_packet_manager.cc',
|
| @@ -369,8 +348,6 @@
|
| 'quic/quic_session.h',
|
| 'quic/quic_socket_address_coder.cc',
|
| 'quic/quic_socket_address_coder.h',
|
| - 'quic/quic_spdy_session.cc',
|
| - 'quic/quic_spdy_session.h',
|
| 'quic/quic_stream_sequencer.cc',
|
| 'quic/quic_stream_sequencer.h',
|
| 'quic/quic_sustained_bandwidth_recorder.cc',
|
| @@ -1005,20 +982,39 @@
|
| 'quic/crypto/aead_base_encrypter_nss.cc',
|
| 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
|
| 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
|
| + 'quic/crypto/cert_compressor.cc',
|
| + 'quic/crypto/cert_compressor.h',
|
| 'quic/crypto/chacha20_poly1305_decrypter_nss.cc',
|
| 'quic/crypto/chacha20_poly1305_encrypter_nss.cc',
|
| 'quic/crypto/channel_id_nss.cc',
|
| 'quic/crypto/p256_key_exchange_nss.cc',
|
| + 'quic/crypto/quic_crypto_client_config.cc',
|
| + 'quic/crypto/quic_crypto_client_config.h',
|
| + 'quic/crypto/quic_crypto_server_config.cc',
|
| + 'quic/crypto/quic_crypto_server_config.h',
|
| + 'quic/network_connection.cc',
|
| + 'quic/network_connection.h',
|
| 'quic/quic_chromium_client_session.cc',
|
| 'quic/quic_chromium_client_session.h',
|
| 'quic/quic_client_session_base.cc',
|
| 'quic/quic_client_session_base.h',
|
| + 'quic/quic_crypto_client_stream.cc',
|
| + 'quic/quic_crypto_client_stream.h',
|
| + 'quic/quic_crypto_client_stream_factory.h',
|
| + 'quic/quic_crypto_server_stream.cc',
|
| + 'quic/quic_crypto_server_stream.h',
|
| + 'quic/quic_data_stream.cc',
|
| + 'quic/quic_data_stream.h',
|
| 'quic/quic_headers_stream.cc',
|
| 'quic/quic_headers_stream.h',
|
| 'quic/quic_http_stream.cc',
|
| 'quic/quic_http_stream.h',
|
| 'quic/quic_http_utils.cc',
|
| 'quic/quic_http_utils.h',
|
| + 'quic/quic_reliable_client_stream.cc',
|
| + 'quic/quic_reliable_client_stream.h',
|
| + 'quic/quic_spdy_session.cc',
|
| + 'quic/quic_spdy_session.h',
|
| 'quic/quic_stream_factory.cc',
|
| 'quic/quic_stream_factory.h',
|
| 'quic/spdy_utils.cc',
|
| @@ -1053,6 +1049,8 @@
|
| 'socket/socks_client_socket_pool.h',
|
| 'socket/ssl_client_socket_nss.cc',
|
| 'socket/ssl_client_socket_nss.h',
|
| + 'socket/ssl_client_socket_pool.cc',
|
| + 'socket/ssl_client_socket_pool.h',
|
| 'socket/ssl_server_socket.h',
|
| 'socket/ssl_server_socket_nss.cc',
|
| 'socket/ssl_server_socket_nss.h',
|
| @@ -1155,6 +1153,8 @@
|
| 'ssl/client_cert_store_nss.h',
|
| 'ssl/client_cert_store_win.cc',
|
| 'ssl/client_cert_store_win.h',
|
| + 'ssl/client_key_store.cc',
|
| + 'ssl/client_key_store.h',
|
| 'ssl/ssl_config_service_defaults.cc',
|
| 'ssl/ssl_config_service_defaults.h',
|
| 'ssl/ssl_platform_key.h',
|
|
|