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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 'cert/cert_verifier.h', | 70 'cert/cert_verifier.h', |
71 'cert/cert_verify_result.cc', | 71 'cert/cert_verify_result.cc', |
72 'cert/cert_verify_result.h', | 72 'cert/cert_verify_result.h', |
73 'cert/crl_set.cc', | 73 'cert/crl_set.cc', |
74 'cert/crl_set.h', | 74 'cert/crl_set.h', |
75 'cert/ct_verifier.h', | 75 'cert/ct_verifier.h', |
76 'cert/ct_verify_result.cc', | 76 'cert/ct_verify_result.cc', |
77 'cert/ct_verify_result.h', | 77 'cert/ct_verify_result.h', |
78 'cert/pem_tokenizer.cc', | 78 'cert/pem_tokenizer.cc', |
79 'cert/pem_tokenizer.h', | 79 'cert/pem_tokenizer.h', |
| 80 'cert/sha256_legacy_support_nss_win.cc', |
| 81 'cert/sha256_legacy_support_openssl_win.cc', |
80 'cert/sha256_legacy_support_win.cc', | 82 'cert/sha256_legacy_support_win.cc', |
81 'cert/sha256_legacy_support_win.h', | 83 'cert/sha256_legacy_support_win.h', |
82 'cert/signed_certificate_timestamp.cc', | 84 'cert/signed_certificate_timestamp.cc', |
83 'cert/signed_certificate_timestamp.h', | 85 'cert/signed_certificate_timestamp.h', |
84 'cert/single_request_cert_verifier.cc', | 86 'cert/single_request_cert_verifier.cc', |
85 'cert/single_request_cert_verifier.h', | 87 'cert/single_request_cert_verifier.h', |
86 'cert/signed_tree_head.h', | 88 'cert/signed_tree_head.h', |
87 'cert/x509_cert_types.cc', | 89 'cert/x509_cert_types.cc', |
88 'cert/x509_cert_types.h', | 90 'cert/x509_cert_types.h', |
89 'cert/x509_certificate.cc', | 91 'cert/x509_certificate.cc', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 'base/linked_hash_map.h', | 234 'base/linked_hash_map.h', |
233 'base/load_flags.h', | 235 'base/load_flags.h', |
234 'base/load_flags_list.h', | 236 'base/load_flags_list.h', |
235 'base/load_states.h', | 237 'base/load_states.h', |
236 'base/load_states_list.h', | 238 'base/load_states_list.h', |
237 'base/mime_sniffer.cc', | 239 'base/mime_sniffer.cc', |
238 'base/mime_sniffer.h', | 240 'base/mime_sniffer.h', |
239 'base/mime_util.cc', | 241 'base/mime_util.cc', |
240 'base/mime_util.h', | 242 'base/mime_util.h', |
241 'base/net_errors_win.cc', | 243 'base/net_errors_win.cc', |
| 244 'base/net_info_source_list.h', |
242 'base/net_log_logger.cc', | 245 'base/net_log_logger.cc', |
243 'base/net_log_logger.h', | 246 'base/net_log_logger.h', |
| 247 'base/net_log_util.cc', |
| 248 'base/net_log_util.h', |
244 'base/net_util_win.cc', | 249 'base/net_util_win.cc', |
245 'base/network_change_notifier.cc', | 250 'base/network_change_notifier.cc', |
246 'base/network_change_notifier.h', | 251 'base/network_change_notifier.h', |
247 'base/network_change_notifier_factory.h', | 252 'base/network_change_notifier_factory.h', |
248 'base/network_change_notifier_linux.cc', | 253 'base/network_change_notifier_linux.cc', |
249 'base/network_change_notifier_linux.h', | 254 'base/network_change_notifier_linux.h', |
250 'base/network_change_notifier_mac.cc', | 255 'base/network_change_notifier_mac.cc', |
251 'base/network_change_notifier_mac.h', | 256 'base/network_change_notifier_mac.h', |
252 'base/network_change_notifier_win.cc', | 257 'base/network_change_notifier_win.cc', |
253 'base/network_change_notifier_win.h', | 258 'base/network_change_notifier_win.h', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'disk_cache/simple/simple_index_delegate.h', | 479 'disk_cache/simple/simple_index_delegate.h', |
475 'disk_cache/simple/simple_index_file.cc', | 480 'disk_cache/simple/simple_index_file.cc', |
476 'disk_cache/simple/simple_index_file.h', | 481 'disk_cache/simple/simple_index_file.h', |
477 'disk_cache/simple/simple_index_file_posix.cc', | 482 'disk_cache/simple/simple_index_file_posix.cc', |
478 'disk_cache/simple/simple_index_file_win.cc', | 483 'disk_cache/simple/simple_index_file_win.cc', |
479 'disk_cache/simple/simple_net_log_parameters.cc', | 484 'disk_cache/simple/simple_net_log_parameters.cc', |
480 'disk_cache/simple/simple_net_log_parameters.h', | 485 'disk_cache/simple/simple_net_log_parameters.h', |
481 'disk_cache/simple/simple_synchronous_entry.cc', | 486 'disk_cache/simple/simple_synchronous_entry.cc', |
482 'disk_cache/simple/simple_synchronous_entry.h', | 487 'disk_cache/simple/simple_synchronous_entry.h', |
483 'disk_cache/simple/simple_util.cc', | 488 'disk_cache/simple/simple_util.cc', |
| 489 'disk_cache/simple/simple_util_posix.cc', |
| 490 'disk_cache/simple/simple_util_win.cc', |
484 'disk_cache/simple/simple_util.h', | 491 'disk_cache/simple/simple_util.h', |
485 'disk_cache/simple/simple_version_upgrade.cc', | 492 'disk_cache/simple/simple_version_upgrade.cc', |
486 'disk_cache/simple/simple_version_upgrade.h', | 493 'disk_cache/simple/simple_version_upgrade.h', |
487 'dns/address_sorter.h', | 494 'dns/address_sorter.h', |
488 'dns/address_sorter_posix.cc', | 495 'dns/address_sorter_posix.cc', |
489 'dns/address_sorter_posix.h', | 496 'dns/address_sorter_posix.h', |
490 'dns/address_sorter_win.cc', | 497 'dns/address_sorter_win.cc', |
491 'dns/dns_client.cc', | 498 'dns/dns_client.cc', |
492 'dns/dns_client.h', | 499 'dns/dns_client.h', |
493 'dns/dns_config_service.cc', | 500 'dns/dns_config_service.cc', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 'quic/congestion_control/cubic.cc', | 751 'quic/congestion_control/cubic.cc', |
745 'quic/congestion_control/cubic.h', | 752 'quic/congestion_control/cubic.h', |
746 'quic/congestion_control/hybrid_slow_start.cc', | 753 'quic/congestion_control/hybrid_slow_start.cc', |
747 'quic/congestion_control/hybrid_slow_start.h', | 754 'quic/congestion_control/hybrid_slow_start.h', |
748 'quic/congestion_control/leaky_bucket.cc', | 755 'quic/congestion_control/leaky_bucket.cc', |
749 'quic/congestion_control/leaky_bucket.h', | 756 'quic/congestion_control/leaky_bucket.h', |
750 'quic/congestion_control/loss_detection_interface.cc', | 757 'quic/congestion_control/loss_detection_interface.cc', |
751 'quic/congestion_control/loss_detection_interface.h', | 758 'quic/congestion_control/loss_detection_interface.h', |
752 'quic/congestion_control/pacing_sender.cc', | 759 'quic/congestion_control/pacing_sender.cc', |
753 'quic/congestion_control/pacing_sender.h', | 760 'quic/congestion_control/pacing_sender.h', |
| 761 'quic/congestion_control/prr_sender.cc', |
| 762 'quic/congestion_control/prr_sender.h', |
754 'quic/congestion_control/receive_algorithm_interface.cc', | 763 'quic/congestion_control/receive_algorithm_interface.cc', |
755 'quic/congestion_control/receive_algorithm_interface.h', | 764 'quic/congestion_control/receive_algorithm_interface.h', |
756 'quic/congestion_control/rtt_stats.cc', | 765 'quic/congestion_control/rtt_stats.cc', |
757 'quic/congestion_control/rtt_stats.h', | 766 'quic/congestion_control/rtt_stats.h', |
758 'quic/congestion_control/send_algorithm_interface.cc', | 767 'quic/congestion_control/send_algorithm_interface.cc', |
759 'quic/congestion_control/send_algorithm_interface.h', | 768 'quic/congestion_control/send_algorithm_interface.h', |
760 'quic/congestion_control/tcp_cubic_sender.cc', | 769 'quic/congestion_control/tcp_cubic_sender.cc', |
761 'quic/congestion_control/tcp_cubic_sender.h', | 770 'quic/congestion_control/tcp_cubic_sender.h', |
762 'quic/congestion_control/tcp_loss_algorithm.cc', | 771 'quic/congestion_control/tcp_loss_algorithm.cc', |
763 'quic/congestion_control/tcp_loss_algorithm.h', | 772 'quic/congestion_control/tcp_loss_algorithm.h', |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1272 'base/host_port_pair_unittest.cc', | 1281 'base/host_port_pair_unittest.cc', |
1273 'base/int128_unittest.cc', | 1282 'base/int128_unittest.cc', |
1274 'base/ip_endpoint_unittest.cc', | 1283 'base/ip_endpoint_unittest.cc', |
1275 'base/ip_pattern_unittest.cc', | 1284 'base/ip_pattern_unittest.cc', |
1276 'base/keygen_handler_unittest.cc', | 1285 'base/keygen_handler_unittest.cc', |
1277 'base/mime_sniffer_unittest.cc', | 1286 'base/mime_sniffer_unittest.cc', |
1278 'base/mime_util_unittest.cc', | 1287 'base/mime_util_unittest.cc', |
1279 'base/net_log_logger_unittest.cc', | 1288 'base/net_log_logger_unittest.cc', |
1280 'base/net_log_unittest.cc', | 1289 'base/net_log_unittest.cc', |
1281 'base/net_log_unittest.h', | 1290 'base/net_log_unittest.h', |
| 1291 'base/net_log_util_unittest.cc', |
1282 'base/net_util_unittest.cc', | 1292 'base/net_util_unittest.cc', |
1283 'base/net_util_icu_unittest.cc', | 1293 'base/net_util_icu_unittest.cc', |
1284 'base/network_change_notifier_unittest.cc', | 1294 'base/network_change_notifier_unittest.cc', |
1285 'base/network_change_notifier_win_unittest.cc', | 1295 'base/network_change_notifier_win_unittest.cc', |
1286 'base/prioritized_dispatcher_unittest.cc', | 1296 'base/prioritized_dispatcher_unittest.cc', |
1287 'base/priority_queue_unittest.cc', | 1297 'base/priority_queue_unittest.cc', |
1288 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1298 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1289 'base/sdch_dictionary_fetcher_unittest.cc', | 1299 'base/sdch_dictionary_fetcher_unittest.cc', |
1290 'base/sdch_manager_unittest.cc', | 1300 'base/sdch_manager_unittest.cc', |
1291 'base/static_cookie_policy_unittest.cc', | 1301 'base/static_cookie_policy_unittest.cc', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1441 'proxy/proxy_resolver_v8_unittest.cc', | 1451 'proxy/proxy_resolver_v8_unittest.cc', |
1442 'proxy/proxy_script_decider_unittest.cc', | 1452 'proxy/proxy_script_decider_unittest.cc', |
1443 'proxy/proxy_script_fetcher_impl_unittest.cc', | 1453 'proxy/proxy_script_fetcher_impl_unittest.cc', |
1444 'proxy/proxy_server_unittest.cc', | 1454 'proxy/proxy_server_unittest.cc', |
1445 'proxy/proxy_service_unittest.cc', | 1455 'proxy/proxy_service_unittest.cc', |
1446 'quic/congestion_control/cube_root_test.cc', | 1456 'quic/congestion_control/cube_root_test.cc', |
1447 'quic/congestion_control/cubic_test.cc', | 1457 'quic/congestion_control/cubic_test.cc', |
1448 'quic/congestion_control/hybrid_slow_start_test.cc', | 1458 'quic/congestion_control/hybrid_slow_start_test.cc', |
1449 'quic/congestion_control/leaky_bucket_test.cc', | 1459 'quic/congestion_control/leaky_bucket_test.cc', |
1450 'quic/congestion_control/pacing_sender_test.cc', | 1460 'quic/congestion_control/pacing_sender_test.cc', |
| 1461 'quic/congestion_control/prr_sender_test.cc', |
1451 'quic/congestion_control/rtt_stats_test.cc', | 1462 'quic/congestion_control/rtt_stats_test.cc', |
1452 'quic/congestion_control/send_algorithm_simulator.cc', | 1463 'quic/congestion_control/send_algorithm_simulator.cc', |
1453 'quic/congestion_control/send_algorithm_simulator.h', | 1464 'quic/congestion_control/send_algorithm_simulator.h', |
1454 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1465 'quic/congestion_control/tcp_cubic_sender_test.cc', |
1455 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1466 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1456 'quic/congestion_control/tcp_receiver_test.cc', | 1467 'quic/congestion_control/tcp_receiver_test.cc', |
1457 'quic/congestion_control/time_loss_algorithm_test.cc', | 1468 'quic/congestion_control/time_loss_algorithm_test.cc', |
1458 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1469 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1459 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1470 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1460 'quic/crypto/cert_compressor_test.cc', | 1471 'quic/crypto/cert_compressor_test.cc', |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1754 'tools/quic/test_tools/quic_test_client.h', | 1765 'tools/quic/test_tools/quic_test_client.h', |
1755 'tools/quic/test_tools/quic_test_utils.cc', | 1766 'tools/quic/test_tools/quic_test_utils.cc', |
1756 'tools/quic/test_tools/quic_test_utils.h', | 1767 'tools/quic/test_tools/quic_test_utils.h', |
1757 'tools/quic/test_tools/server_thread.h', | 1768 'tools/quic/test_tools/server_thread.h', |
1758 'tools/quic/test_tools/server_thread.cc', | 1769 'tools/quic/test_tools/server_thread.cc', |
1759 'tools/quic/test_tools/simple_client.h', | 1770 'tools/quic/test_tools/simple_client.h', |
1760 'tools/quic/test_tools/simple_client.cc', | 1771 'tools/quic/test_tools/simple_client.cc', |
1761 ], | 1772 ], |
1762 } | 1773 } |
1763 } | 1774 } |
OLD | NEW |