Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: net/net.gypi

Issue 1312463005: Compile remoting client plugin with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 3ad550a8a2a5c653abd78a90c6048dc3b6dc073c..b125f65fa95ddef0862bb8893c6b3f1d926d3c25 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',
@@ -225,8 +223,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',
@@ -264,15 +260,9 @@
'quic/crypto/p256_key_exchange.h',
'quic/crypto/p256_key_exchange_openssl.cc',
'quic/crypto/proof_source.h',
- 'quic/crypto/proof_source_chromium.h',
- 'quic/crypto/proof_source_chromium_openssl.cc',
'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',
@@ -980,7 +957,9 @@
'quic/crypto/chacha20_poly1305_encrypter_nss.cc',
'quic/crypto/channel_id_nss.cc',
'quic/crypto/p256_key_exchange_nss.cc',
+ 'quic/crypto/proof_source_chromium.h',
'quic/crypto/proof_source_chromium_nss.cc',
+ 'quic/crypto/proof_source_chromium_openssl.cc',
'quic/quic_chromium_client_session.cc',
'quic/quic_chromium_client_session.h',
'quic/quic_client_session_base.cc',
@@ -994,6 +973,25 @@
'quic/quic_stream_factory.cc',
'quic/quic_stream_factory.h',
'quic/spdy_utils.cc',
+ 'quic/crypto/cert_compressor.cc',
+ 'quic/crypto/cert_compressor.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/network_connection.cc',
+ 'quic/network_connection.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_reliable_client_stream.cc',
+ 'quic/quic_reliable_client_stream.h',
+ 'quic/quic_spdy_session.cc',
+ 'quic/quic_spdy_session.h',
'quic/spdy_utils.h',
'sdch/sdch_owner.cc',
'sdch/sdch_owner.h',
@@ -1025,6 +1023,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',
« no previous file with comments | « net/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698