| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'quic/congestion_control/rtt_stats.cc', | 241 'quic/congestion_control/rtt_stats.cc', |
| 242 'quic/congestion_control/rtt_stats.h', | 242 'quic/congestion_control/rtt_stats.h', |
| 243 'quic/congestion_control/send_algorithm_interface.cc', | 243 'quic/congestion_control/send_algorithm_interface.cc', |
| 244 'quic/congestion_control/send_algorithm_interface.h', | 244 'quic/congestion_control/send_algorithm_interface.h', |
| 245 'quic/congestion_control/tcp_cubic_sender_base.cc', | 245 'quic/congestion_control/tcp_cubic_sender_base.cc', |
| 246 'quic/congestion_control/tcp_cubic_sender_base.h', | 246 'quic/congestion_control/tcp_cubic_sender_base.h', |
| 247 'quic/congestion_control/tcp_cubic_sender_bytes.cc', | 247 'quic/congestion_control/tcp_cubic_sender_bytes.cc', |
| 248 'quic/congestion_control/tcp_cubic_sender_base.h', | 248 'quic/congestion_control/tcp_cubic_sender_base.h', |
| 249 'quic/congestion_control/tcp_cubic_sender_packets.cc', | 249 'quic/congestion_control/tcp_cubic_sender_packets.cc', |
| 250 'quic/congestion_control/tcp_cubic_sender_packets.h', | 250 'quic/congestion_control/tcp_cubic_sender_packets.h', |
| 251 'quic/crypto/aead_base_decrypter.cc', |
| 251 'quic/crypto/aead_base_decrypter.h', | 252 'quic/crypto/aead_base_decrypter.h', |
| 252 'quic/crypto/aead_base_decrypter_openssl.cc', | 253 'quic/crypto/aead_base_encrypter.cc', |
| 253 'quic/crypto/aead_base_encrypter.h', | 254 'quic/crypto/aead_base_encrypter.h', |
| 254 'quic/crypto/aead_base_encrypter_openssl.cc', | 255 'quic/crypto/aes_128_gcm_12_decrypter.cc', |
| 255 'quic/crypto/aes_128_gcm_12_decrypter.h', | 256 'quic/crypto/aes_128_gcm_12_decrypter.h', |
| 256 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 257 'quic/crypto/aes_128_gcm_12_encrypter.cc', |
| 257 'quic/crypto/aes_128_gcm_12_encrypter.h', | 258 'quic/crypto/aes_128_gcm_12_encrypter.h', |
| 258 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 259 'quic/crypto/chacha20_poly1305_rfc7539_decrypter.cc', |
| 259 'quic/crypto/chacha20_poly1305_rfc7539_decrypter.h', | 260 'quic/crypto/chacha20_poly1305_rfc7539_decrypter.h', |
| 260 'quic/crypto/chacha20_poly1305_rfc7539_decrypter_openssl.cc', | 261 'quic/crypto/chacha20_poly1305_rfc7539_encrypter.cc', |
| 261 'quic/crypto/chacha20_poly1305_rfc7539_encrypter.h', | 262 'quic/crypto/chacha20_poly1305_rfc7539_encrypter.h', |
| 262 'quic/crypto/chacha20_poly1305_rfc7539_encrypter_openssl.cc', | |
| 263 'quic/crypto/channel_id.cc', | 263 'quic/crypto/channel_id.cc', |
| 264 'quic/crypto/channel_id.h', | 264 'quic/crypto/channel_id.h', |
| 265 'quic/crypto/channel_id_chromium.cc', | 265 'quic/crypto/channel_id_chromium.cc', |
| 266 'quic/crypto/channel_id_chromium.h', | 266 'quic/crypto/channel_id_chromium.h', |
| 267 'quic/crypto/channel_id_openssl.cc', | |
| 268 'quic/crypto/common_cert_set.cc', | 267 'quic/crypto/common_cert_set.cc', |
| 269 'quic/crypto/common_cert_set.h', | 268 'quic/crypto/common_cert_set.h', |
| 270 'quic/crypto/crypto_framer.cc', | 269 'quic/crypto/crypto_framer.cc', |
| 271 'quic/crypto/crypto_framer.h', | 270 'quic/crypto/crypto_framer.h', |
| 272 'quic/crypto/crypto_handshake.cc', | 271 'quic/crypto/crypto_handshake.cc', |
| 273 'quic/crypto/crypto_handshake.h', | 272 'quic/crypto/crypto_handshake.h', |
| 274 'quic/crypto/crypto_handshake_message.cc', | 273 'quic/crypto/crypto_handshake_message.cc', |
| 275 'quic/crypto/crypto_handshake_message.h', | 274 'quic/crypto/crypto_handshake_message.h', |
| 276 'quic/crypto/crypto_protocol.h', | 275 'quic/crypto/crypto_protocol.h', |
| 277 'quic/crypto/crypto_secret_boxer.cc', | 276 'quic/crypto/crypto_secret_boxer.cc', |
| 278 'quic/crypto/crypto_secret_boxer.h', | 277 'quic/crypto/crypto_secret_boxer.h', |
| 279 'quic/crypto/crypto_server_config_protobuf.cc', | 278 'quic/crypto/crypto_server_config_protobuf.cc', |
| 280 'quic/crypto/crypto_server_config_protobuf.h', | 279 'quic/crypto/crypto_server_config_protobuf.h', |
| 281 'quic/crypto/crypto_utils.cc', | 280 'quic/crypto/crypto_utils.cc', |
| 282 'quic/crypto/crypto_utils.h', | 281 'quic/crypto/crypto_utils.h', |
| 283 'quic/crypto/curve25519_key_exchange.cc', | 282 'quic/crypto/curve25519_key_exchange.cc', |
| 284 'quic/crypto/curve25519_key_exchange.h', | 283 'quic/crypto/curve25519_key_exchange.h', |
| 285 'quic/crypto/ephemeral_key_source.h', | 284 'quic/crypto/ephemeral_key_source.h', |
| 286 'quic/crypto/key_exchange.h', | 285 'quic/crypto/key_exchange.h', |
| 287 'quic/crypto/local_strike_register_client.cc', | 286 'quic/crypto/local_strike_register_client.cc', |
| 288 'quic/crypto/local_strike_register_client.h', | 287 'quic/crypto/local_strike_register_client.h', |
| 289 'quic/crypto/null_decrypter.cc', | 288 'quic/crypto/null_decrypter.cc', |
| 290 'quic/crypto/null_decrypter.h', | 289 'quic/crypto/null_decrypter.h', |
| 291 'quic/crypto/null_encrypter.cc', | 290 'quic/crypto/null_encrypter.cc', |
| 292 'quic/crypto/null_encrypter.h', | 291 'quic/crypto/null_encrypter.h', |
| 292 'quic/crypto/p256_key_exchange.cc', |
| 293 'quic/crypto/p256_key_exchange.h', | 293 'quic/crypto/p256_key_exchange.h', |
| 294 'quic/crypto/p256_key_exchange_openssl.cc', | |
| 295 'quic/crypto/proof_source.cc', | 294 'quic/crypto/proof_source.cc', |
| 296 'quic/crypto/proof_source.h', | 295 'quic/crypto/proof_source.h', |
| 297 'quic/crypto/proof_verifier.h', | 296 'quic/crypto/proof_verifier.h', |
| 298 'quic/crypto/proof_verifier_chromium.cc', | 297 'quic/crypto/proof_verifier_chromium.cc', |
| 299 'quic/crypto/proof_verifier_chromium.h', | 298 'quic/crypto/proof_verifier_chromium.h', |
| 300 'quic/crypto/properties_based_quic_server_info.cc', | 299 'quic/crypto/properties_based_quic_server_info.cc', |
| 301 'quic/crypto/properties_based_quic_server_info.h', | 300 'quic/crypto/properties_based_quic_server_info.h', |
| 302 'quic/crypto/quic_decrypter.cc', | 301 'quic/crypto/quic_decrypter.cc', |
| 303 'quic/crypto/quic_decrypter.h', | 302 'quic/crypto/quic_decrypter.h', |
| 304 'quic/crypto/quic_encrypter.cc', | 303 'quic/crypto/quic_encrypter.cc', |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'proxy/proxy_script_fetcher_impl.h', | 975 'proxy/proxy_script_fetcher_impl.h', |
| 977 'proxy/proxy_server.cc', | 976 'proxy/proxy_server.cc', |
| 978 'proxy/proxy_server.h', | 977 'proxy/proxy_server.h', |
| 979 'proxy/proxy_server_mac.cc', | 978 'proxy/proxy_server_mac.cc', |
| 980 'proxy/proxy_service.cc', | 979 'proxy/proxy_service.cc', |
| 981 'proxy/proxy_service.h', | 980 'proxy/proxy_service.h', |
| 982 'quic/bidirectional_stream_quic_impl.cc', | 981 'quic/bidirectional_stream_quic_impl.cc', |
| 983 'quic/bidirectional_stream_quic_impl.h', | 982 'quic/bidirectional_stream_quic_impl.h', |
| 984 'quic/crypto/cert_compressor.cc', | 983 'quic/crypto/cert_compressor.cc', |
| 985 'quic/crypto/cert_compressor.h', | 984 'quic/crypto/cert_compressor.h', |
| 985 'quic/crypto/proof_source_chromium.cc', |
| 986 'quic/crypto/proof_source_chromium.h', | 986 'quic/crypto/proof_source_chromium.h', |
| 987 'quic/crypto/proof_source_chromium_openssl.cc', | |
| 988 'quic/crypto/quic_compressed_certs_cache.cc', | 987 'quic/crypto/quic_compressed_certs_cache.cc', |
| 989 'quic/crypto/quic_compressed_certs_cache.h', | 988 'quic/crypto/quic_compressed_certs_cache.h', |
| 990 'quic/crypto/quic_crypto_client_config.cc', | 989 'quic/crypto/quic_crypto_client_config.cc', |
| 991 'quic/crypto/quic_crypto_client_config.h', | 990 'quic/crypto/quic_crypto_client_config.h', |
| 992 'quic/crypto/quic_crypto_server_config.cc', | 991 'quic/crypto/quic_crypto_server_config.cc', |
| 993 'quic/crypto/quic_crypto_server_config.h', | 992 'quic/crypto/quic_crypto_server_config.h', |
| 994 'quic/network_connection.cc', | 993 'quic/network_connection.cc', |
| 995 'quic/network_connection.h', | 994 'quic/network_connection.h', |
| 996 'quic/quic_chromium_client_session.cc', | 995 'quic/quic_chromium_client_session.cc', |
| 997 'quic/quic_chromium_client_session.h', | 996 'quic/quic_chromium_client_session.h', |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1619 'quic/quic_unacked_packet_map_test.cc', | 1618 'quic/quic_unacked_packet_map_test.cc', |
| 1620 'quic/quic_utils_chromium_test.cc', | 1619 'quic/quic_utils_chromium_test.cc', |
| 1621 'quic/quic_utils_test.cc', | 1620 'quic/quic_utils_test.cc', |
| 1622 'quic/quic_write_blocked_list_test.cc', | 1621 'quic/quic_write_blocked_list_test.cc', |
| 1623 'quic/reliable_quic_stream_test.cc', | 1622 'quic/reliable_quic_stream_test.cc', |
| 1624 'quic/spdy_utils_test.cc', | 1623 'quic/spdy_utils_test.cc', |
| 1625 'quic/quic_stream_sequencer_buffer_test.cc', | 1624 'quic/quic_stream_sequencer_buffer_test.cc', |
| 1626 'quic/test_tools/crypto_test_utils.cc', | 1625 'quic/test_tools/crypto_test_utils.cc', |
| 1627 'quic/test_tools/crypto_test_utils.h', | 1626 'quic/test_tools/crypto_test_utils.h', |
| 1628 'quic/test_tools/crypto_test_utils_chromium.cc', | 1627 'quic/test_tools/crypto_test_utils_chromium.cc', |
| 1629 'quic/test_tools/crypto_test_utils_openssl.cc', | |
| 1630 'quic/test_tools/delayed_verify_strike_register_client.cc', | 1628 'quic/test_tools/delayed_verify_strike_register_client.cc', |
| 1631 'quic/test_tools/delayed_verify_strike_register_client.h', | 1629 'quic/test_tools/delayed_verify_strike_register_client.h', |
| 1632 'quic/test_tools/mock_clock.cc', | 1630 'quic/test_tools/mock_clock.cc', |
| 1633 'quic/test_tools/mock_clock.h', | 1631 'quic/test_tools/mock_clock.h', |
| 1634 'quic/test_tools/mock_crypto_client_stream.cc', | 1632 'quic/test_tools/mock_crypto_client_stream.cc', |
| 1635 'quic/test_tools/mock_crypto_client_stream.h', | 1633 'quic/test_tools/mock_crypto_client_stream.h', |
| 1636 'quic/test_tools/mock_crypto_client_stream_factory.cc', | 1634 'quic/test_tools/mock_crypto_client_stream_factory.cc', |
| 1637 'quic/test_tools/mock_crypto_client_stream_factory.h', | 1635 'quic/test_tools/mock_crypto_client_stream_factory.h', |
| 1638 'quic/test_tools/mock_quic_client_promised_info.cc', | 1636 'quic/test_tools/mock_quic_client_promised_info.cc', |
| 1639 'quic/test_tools/mock_quic_client_promised_info.h', | 1637 'quic/test_tools/mock_quic_client_promised_info.h', |
| (...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3137 ], | 3135 ], |
| 3138 } | 3136 } |
| 3139 } | 3137 } |
| OLD | NEW |