Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 149 'socket/client_socket_handle.cc', | 149 'socket/client_socket_handle.cc', |
| 150 'socket/client_socket_handle.h', | 150 'socket/client_socket_handle.h', |
| 151 'socket/connection_attempts.h', | 151 'socket/connection_attempts.h', |
| 152 'socket/next_proto.cc', | 152 'socket/next_proto.cc', |
| 153 'socket/next_proto.h', | 153 'socket/next_proto.h', |
| 154 'socket/socket.h', | 154 'socket/socket.h', |
| 155 'socket/ssl_client_socket.cc', | 155 'socket/ssl_client_socket.cc', |
| 156 'socket/ssl_client_socket.h', | 156 'socket/ssl_client_socket.h', |
| 157 'socket/ssl_client_socket_openssl.cc', | 157 'socket/ssl_client_socket_openssl.cc', |
| 158 'socket/ssl_client_socket_openssl.h', | 158 'socket/ssl_client_socket_openssl.h', |
| 159 'socket/ssl_client_socket_pool.cc', | |
| 160 'socket/ssl_client_socket_pool.h', | |
|
davidben
2015/08/28 17:08:27
Why were these changes needed? (I certainly believ
Sergey Ulanov
2015/08/31 21:59:33
The files I moved here should not be part of net_n
davidben
2015/08/31 23:11:06
Gotcha. Thanks for clarifying.
| |
| 161 'socket/ssl_socket.h', | 159 'socket/ssl_socket.h', |
| 162 'ssl/channel_id_service.cc', | 160 'ssl/channel_id_service.cc', |
| 163 'ssl/channel_id_service.h', | 161 'ssl/channel_id_service.h', |
| 164 'ssl/channel_id_store.cc', | 162 'ssl/channel_id_store.cc', |
| 165 'ssl/channel_id_store.h', | 163 'ssl/channel_id_store.h', |
| 166 'ssl/default_channel_id_store.cc', | 164 'ssl/default_channel_id_store.cc', |
| 167 'ssl/default_channel_id_store.h', | 165 'ssl/default_channel_id_store.h', |
| 168 'ssl/openssl_client_key_store.cc', | 166 'ssl/openssl_client_key_store.cc', |
| 169 'ssl/openssl_client_key_store.h', | 167 'ssl/openssl_client_key_store.h', |
| 170 'ssl/client_key_store.cc', | 168 'ssl/client_key_store.cc', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 281 'quic/crypto/quic_random.h', | 279 'quic/crypto/quic_random.h', |
| 282 'quic/crypto/quic_server_info.cc', | 280 'quic/crypto/quic_server_info.cc', |
| 283 'quic/crypto/quic_server_info.h', | 281 'quic/crypto/quic_server_info.h', |
| 284 'quic/crypto/scoped_evp_aead_ctx.cc', | 282 'quic/crypto/scoped_evp_aead_ctx.cc', |
| 285 'quic/crypto/scoped_evp_aead_ctx.h', | 283 'quic/crypto/scoped_evp_aead_ctx.h', |
| 286 'quic/crypto/strike_register.cc', | 284 'quic/crypto/strike_register.cc', |
| 287 'quic/crypto/strike_register.h', | 285 'quic/crypto/strike_register.h', |
| 288 'quic/crypto/strike_register_client.h', | 286 'quic/crypto/strike_register_client.h', |
| 289 'quic/iovector.cc', | 287 'quic/iovector.cc', |
| 290 'quic/iovector.h', | 288 'quic/iovector.h', |
| 291 'quic/network_connection.cc', | |
| 292 'quic/network_connection.h', | |
| 293 'quic/p2p/quic_p2p_crypto_config.cc', | 289 'quic/p2p/quic_p2p_crypto_config.cc', |
| 294 'quic/p2p/quic_p2p_crypto_config.h', | 290 'quic/p2p/quic_p2p_crypto_config.h', |
| 295 'quic/p2p/quic_p2p_crypto_stream.cc', | 291 'quic/p2p/quic_p2p_crypto_stream.cc', |
| 296 'quic/p2p/quic_p2p_crypto_stream.h', | 292 'quic/p2p/quic_p2p_crypto_stream.h', |
| 297 'quic/p2p/quic_p2p_session.cc', | 293 'quic/p2p/quic_p2p_session.cc', |
| 298 'quic/p2p/quic_p2p_session.h', | 294 'quic/p2p/quic_p2p_session.h', |
| 299 'quic/p2p/quic_p2p_stream.cc', | 295 'quic/p2p/quic_p2p_stream.cc', |
| 300 'quic/p2p/quic_p2p_stream.h', | 296 'quic/p2p/quic_p2p_stream.h', |
| 301 'quic/port_suggester.cc', | 297 'quic/port_suggester.cc', |
| 302 'quic/port_suggester.h', | 298 'quic/port_suggester.h', |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 325 'quic/quic_connection_stats.h', | 321 'quic/quic_connection_stats.h', |
| 326 'quic/quic_crypto_client_stream.cc', | 322 'quic/quic_crypto_client_stream.cc', |
| 327 'quic/quic_crypto_client_stream.h', | 323 'quic/quic_crypto_client_stream.h', |
| 328 'quic/quic_crypto_client_stream_factory.h', | 324 'quic/quic_crypto_client_stream_factory.h', |
| 329 'quic/quic_crypto_server_stream.cc', | 325 'quic/quic_crypto_server_stream.cc', |
| 330 'quic/quic_crypto_server_stream.h', | 326 'quic/quic_crypto_server_stream.h', |
| 331 'quic/quic_crypto_stream.cc', | 327 'quic/quic_crypto_stream.cc', |
| 332 'quic/quic_crypto_stream.h', | 328 'quic/quic_crypto_stream.h', |
| 333 'quic/quic_data_reader.cc', | 329 'quic/quic_data_reader.cc', |
| 334 'quic/quic_data_reader.h', | 330 'quic/quic_data_reader.h', |
| 335 'quic/quic_data_stream.cc', | |
| 336 'quic/quic_data_stream.h', | |
| 337 'quic/quic_data_writer.cc', | 331 'quic/quic_data_writer.cc', |
| 338 'quic/quic_data_writer.h', | 332 'quic/quic_data_writer.h', |
| 339 'quic/quic_default_packet_writer.cc', | 333 'quic/quic_default_packet_writer.cc', |
| 340 'quic/quic_default_packet_writer.h', | 334 'quic/quic_default_packet_writer.h', |
| 341 'quic/quic_fec_group.cc', | 335 'quic/quic_fec_group.cc', |
| 342 'quic/quic_fec_group.h', | 336 'quic/quic_fec_group.h', |
| 343 'quic/quic_flags.cc', | 337 'quic/quic_flags.cc', |
| 344 'quic/quic_flags.h', | 338 'quic/quic_flags.h', |
| 345 'quic/quic_flow_controller.cc', | 339 'quic/quic_flow_controller.cc', |
| 346 'quic/quic_flow_controller.h', | 340 'quic/quic_flow_controller.h', |
| 347 'quic/quic_framer.cc', | 341 'quic/quic_framer.cc', |
| 348 'quic/quic_framer.h', | 342 'quic/quic_framer.h', |
| 349 'quic/quic_packet_creator.cc', | 343 'quic/quic_packet_creator.cc', |
| 350 'quic/quic_packet_creator.h', | 344 'quic/quic_packet_creator.h', |
| 351 'quic/quic_packet_generator.cc', | 345 'quic/quic_packet_generator.cc', |
| 352 'quic/quic_packet_generator.h', | 346 'quic/quic_packet_generator.h', |
| 353 'quic/quic_packet_reader.cc', | 347 'quic/quic_packet_reader.cc', |
| 354 'quic/quic_packet_reader.h', | 348 'quic/quic_packet_reader.h', |
| 355 'quic/quic_packet_writer.h', | 349 'quic/quic_packet_writer.h', |
| 356 'quic/quic_protocol.cc', | 350 'quic/quic_protocol.cc', |
| 357 'quic/quic_protocol.h', | 351 'quic/quic_protocol.h', |
| 358 'quic/quic_received_packet_manager.cc', | 352 'quic/quic_received_packet_manager.cc', |
| 359 'quic/quic_received_packet_manager.h', | 353 'quic/quic_received_packet_manager.h', |
| 360 'quic/quic_reliable_client_stream.cc', | |
| 361 'quic/quic_reliable_client_stream.h', | |
|
davidben
2015/08/28 17:08:27
Someone from QUIC should probably review this. I'm
Sergey Ulanov
2015/08/31 21:59:33
That's right. We need to avoid all SPDY dependenci
Ryan Hamilton
2015/09/02 19:22:58
Makes sense to me.
| |
| 362 'quic/quic_sent_entropy_manager.cc', | 354 'quic/quic_sent_entropy_manager.cc', |
| 363 'quic/quic_sent_entropy_manager.h', | 355 'quic/quic_sent_entropy_manager.h', |
| 364 'quic/quic_sent_packet_manager.cc', | 356 'quic/quic_sent_packet_manager.cc', |
| 365 'quic/quic_sent_packet_manager.h', | 357 'quic/quic_sent_packet_manager.h', |
| 366 'quic/quic_server_id.cc', | 358 'quic/quic_server_id.cc', |
| 367 'quic/quic_server_id.h', | 359 'quic/quic_server_id.h', |
| 368 'quic/quic_session.cc', | 360 'quic/quic_session.cc', |
| 369 'quic/quic_session.h', | 361 'quic/quic_session.h', |
| 370 'quic/quic_socket_address_coder.cc', | 362 'quic/quic_socket_address_coder.cc', |
| 371 'quic/quic_socket_address_coder.h', | 363 'quic/quic_socket_address_coder.h', |
| 372 'quic/quic_spdy_session.cc', | |
| 373 'quic/quic_spdy_session.h', | |
| 374 'quic/quic_stream_sequencer.cc', | 364 'quic/quic_stream_sequencer.cc', |
| 375 'quic/quic_stream_sequencer.h', | 365 'quic/quic_stream_sequencer.h', |
| 376 'quic/quic_sustained_bandwidth_recorder.cc', | 366 'quic/quic_sustained_bandwidth_recorder.cc', |
| 377 'quic/quic_sustained_bandwidth_recorder.h', | 367 'quic/quic_sustained_bandwidth_recorder.h', |
| 378 'quic/quic_time.cc', | 368 'quic/quic_time.cc', |
| 379 'quic/quic_time.h', | 369 'quic/quic_time.h', |
| 380 'quic/quic_types.cc', | 370 'quic/quic_types.cc', |
| 381 'quic/quic_types.h', | 371 'quic/quic_types.h', |
| 382 'quic/quic_unacked_packet_map.cc', | 372 'quic/quic_unacked_packet_map.cc', |
| 383 'quic/quic_unacked_packet_map.h', | 373 'quic/quic_unacked_packet_map.h', |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1002 'proxy/proxy_service.cc', | 992 'proxy/proxy_service.cc', |
| 1003 'proxy/proxy_service.h', | 993 'proxy/proxy_service.h', |
| 1004 'quic/crypto/aead_base_decrypter_nss.cc', | 994 'quic/crypto/aead_base_decrypter_nss.cc', |
| 1005 'quic/crypto/aead_base_encrypter_nss.cc', | 995 'quic/crypto/aead_base_encrypter_nss.cc', |
| 1006 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', | 996 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
| 1007 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', | 997 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', |
| 1008 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', | 998 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', |
| 1009 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', | 999 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', |
| 1010 'quic/crypto/channel_id_nss.cc', | 1000 'quic/crypto/channel_id_nss.cc', |
| 1011 'quic/crypto/p256_key_exchange_nss.cc', | 1001 'quic/crypto/p256_key_exchange_nss.cc', |
| 1002 'quic/network_connection.cc', | |
| 1003 'quic/network_connection.h', | |
| 1012 'quic/quic_chromium_client_session.cc', | 1004 'quic/quic_chromium_client_session.cc', |
| 1013 'quic/quic_chromium_client_session.h', | 1005 'quic/quic_chromium_client_session.h', |
| 1014 'quic/quic_client_session_base.cc', | 1006 'quic/quic_client_session_base.cc', |
| 1015 'quic/quic_client_session_base.h', | 1007 'quic/quic_client_session_base.h', |
| 1008 'quic/quic_data_stream.cc', | |
| 1009 'quic/quic_data_stream.h', | |
| 1016 'quic/quic_headers_stream.cc', | 1010 'quic/quic_headers_stream.cc', |
| 1017 'quic/quic_headers_stream.h', | 1011 'quic/quic_headers_stream.h', |
| 1018 'quic/quic_http_stream.cc', | 1012 'quic/quic_http_stream.cc', |
| 1019 'quic/quic_http_stream.h', | 1013 'quic/quic_http_stream.h', |
| 1020 'quic/quic_http_utils.cc', | 1014 'quic/quic_http_utils.cc', |
| 1021 'quic/quic_http_utils.h', | 1015 'quic/quic_http_utils.h', |
| 1016 'quic/quic_reliable_client_stream.cc', | |
| 1017 'quic/quic_reliable_client_stream.h', | |
| 1018 'quic/quic_spdy_session.cc', | |
| 1019 'quic/quic_spdy_session.h', | |
| 1022 'quic/quic_stream_factory.cc', | 1020 'quic/quic_stream_factory.cc', |
| 1023 'quic/quic_stream_factory.h', | 1021 'quic/quic_stream_factory.h', |
| 1024 'quic/spdy_utils.cc', | 1022 'quic/spdy_utils.cc', |
| 1025 'quic/spdy_utils.h', | 1023 'quic/spdy_utils.h', |
| 1026 'sdch/sdch_owner.cc', | 1024 'sdch/sdch_owner.cc', |
| 1027 'sdch/sdch_owner.h', | 1025 'sdch/sdch_owner.h', |
| 1028 'socket/client_socket_factory.cc', | 1026 'socket/client_socket_factory.cc', |
| 1029 'socket/client_socket_factory.h', | 1027 'socket/client_socket_factory.h', |
| 1030 'socket/client_socket_pool.cc', | 1028 'socket/client_socket_pool.cc', |
| 1031 'socket/client_socket_pool.h', | 1029 'socket/client_socket_pool.h', |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 1046 'socket/socket_net_log_params.cc', | 1044 'socket/socket_net_log_params.cc', |
| 1047 'socket/socket_net_log_params.h', | 1045 'socket/socket_net_log_params.h', |
| 1048 'socket/socks5_client_socket.cc', | 1046 'socket/socks5_client_socket.cc', |
| 1049 'socket/socks5_client_socket.h', | 1047 'socket/socks5_client_socket.h', |
| 1050 'socket/socks_client_socket.cc', | 1048 'socket/socks_client_socket.cc', |
| 1051 'socket/socks_client_socket.h', | 1049 'socket/socks_client_socket.h', |
| 1052 'socket/socks_client_socket_pool.cc', | 1050 'socket/socks_client_socket_pool.cc', |
| 1053 'socket/socks_client_socket_pool.h', | 1051 'socket/socks_client_socket_pool.h', |
| 1054 'socket/ssl_client_socket_nss.cc', | 1052 'socket/ssl_client_socket_nss.cc', |
| 1055 'socket/ssl_client_socket_nss.h', | 1053 'socket/ssl_client_socket_nss.h', |
| 1054 'socket/ssl_client_socket_pool.cc', | |
| 1055 'socket/ssl_client_socket_pool.h', | |
| 1056 'socket/ssl_server_socket.h', | 1056 'socket/ssl_server_socket.h', |
| 1057 'socket/ssl_server_socket_nss.cc', | 1057 'socket/ssl_server_socket_nss.cc', |
| 1058 'socket/ssl_server_socket_nss.h', | 1058 'socket/ssl_server_socket_nss.h', |
| 1059 'socket/ssl_server_socket_openssl.cc', | 1059 'socket/ssl_server_socket_openssl.cc', |
| 1060 'socket/ssl_server_socket_openssl.h', | 1060 'socket/ssl_server_socket_openssl.h', |
| 1061 'socket/stream_socket.cc', | 1061 'socket/stream_socket.cc', |
| 1062 'socket/stream_socket.h', | 1062 'socket/stream_socket.h', |
| 1063 'socket/tcp_client_socket.cc', | 1063 'socket/tcp_client_socket.cc', |
| 1064 'socket/tcp_client_socket.h', | 1064 'socket/tcp_client_socket.h', |
| 1065 'socket/tcp_server_socket.cc', | 1065 'socket/tcp_server_socket.cc', |
| (...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1877 'README.md', | 1877 'README.md', |
| 1878 'docs/bug-triage.md', | 1878 'docs/bug-triage.md', |
| 1879 'docs/bug-triage-labels.md', | 1879 'docs/bug-triage-labels.md', |
| 1880 'docs/bug-triage-suggested-workflow.md', | 1880 'docs/bug-triage-suggested-workflow.md', |
| 1881 'docs/life-of-a-url-request.md', | 1881 'docs/life-of-a-url-request.md', |
| 1882 'sdch/README.md', | 1882 'sdch/README.md', |
| 1883 ], | 1883 ], |
| 1884 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1884 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1885 } | 1885 } |
| 1886 } | 1886 } |
| OLD | NEW |