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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'base/openssl_private_key_store_memory.cc', | 55 'base/openssl_private_key_store_memory.cc', |
56 'base/parse_number.cc', | 56 'base/parse_number.cc', |
57 'base/parse_number.h', | 57 'base/parse_number.h', |
58 'base/port_util.cc', | 58 'base/port_util.cc', |
59 'base/port_util.h', | 59 'base/port_util.h', |
60 'base/rand_callback.h', | 60 'base/rand_callback.h', |
61 'base/registry_controlled_domains/registry_controlled_domain.cc', | 61 'base/registry_controlled_domains/registry_controlled_domain.cc', |
62 'base/registry_controlled_domains/registry_controlled_domain.h', | 62 'base/registry_controlled_domains/registry_controlled_domain.h', |
63 'base/sockaddr_storage.cc', | 63 'base/sockaddr_storage.cc', |
64 'base/sockaddr_storage.h', | 64 'base/sockaddr_storage.h', |
65 'base/socket_performance_watcher.h', | |
66 'base/socket_performance_watcher_factory.h', | |
67 'base/sys_addrinfo.h', | 65 'base/sys_addrinfo.h', |
68 'base/url_util.cc', | 66 'base/url_util.cc', |
69 'base/url_util.h', | 67 'base/url_util.h', |
70 'base/zap.cc', | 68 'base/zap.cc', |
71 'base/zap.h', | 69 'base/zap.h', |
72 'cert/asn1_util.cc', | 70 'cert/asn1_util.cc', |
73 'cert/asn1_util.h', | 71 'cert/asn1_util.h', |
74 'cert/cert_database.cc', | 72 'cert/cert_database.cc', |
75 'cert/cert_database.h', | 73 'cert/cert_database.h', |
76 'cert/cert_database_openssl.cc', | 74 'cert/cert_database_openssl.cc', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'log/net_log_capture_mode.cc', | 172 'log/net_log_capture_mode.cc', |
175 'log/net_log_capture_mode.h', | 173 'log/net_log_capture_mode.h', |
176 'log/net_log_event_type_list.h', | 174 'log/net_log_event_type_list.h', |
177 'log/net_log_source_type_list.h', | 175 'log/net_log_source_type_list.h', |
178 'socket/client_socket_handle.cc', | 176 'socket/client_socket_handle.cc', |
179 'socket/client_socket_handle.h', | 177 'socket/client_socket_handle.h', |
180 'socket/connection_attempts.h', | 178 'socket/connection_attempts.h', |
181 'socket/next_proto.cc', | 179 'socket/next_proto.cc', |
182 'socket/next_proto.h', | 180 'socket/next_proto.h', |
183 'socket/socket.h', | 181 'socket/socket.h', |
| 182 'socket/socket_performance_watcher.h', |
| 183 'socket/socket_performance_watcher_factory.h', |
184 'socket/ssl_client_socket.cc', | 184 'socket/ssl_client_socket.cc', |
185 'socket/ssl_client_socket.h', | 185 'socket/ssl_client_socket.h', |
186 'socket/ssl_client_socket_impl.cc', | 186 'socket/ssl_client_socket_impl.cc', |
187 'socket/ssl_client_socket_impl.h', | 187 'socket/ssl_client_socket_impl.h', |
188 'socket/ssl_socket.h', | 188 'socket/ssl_socket.h', |
189 'ssl/channel_id_service.cc', | 189 'ssl/channel_id_service.cc', |
190 'ssl/channel_id_service.h', | 190 'ssl/channel_id_service.h', |
191 'ssl/channel_id_store.cc', | 191 'ssl/channel_id_store.cc', |
192 'ssl/channel_id_store.h', | 192 'ssl/channel_id_store.h', |
193 'ssl/client_key_store.cc', | 193 'ssl/client_key_store.cc', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'base/chunked_upload_data_stream.cc', | 451 'base/chunked_upload_data_stream.cc', |
452 'base/chunked_upload_data_stream.h', | 452 'base/chunked_upload_data_stream.h', |
453 'base/crypto_module.h', | 453 'base/crypto_module.h', |
454 'base/crypto_module_nss.cc', | 454 'base/crypto_module_nss.cc', |
455 'base/crypto_module_openssl.cc', | 455 'base/crypto_module_openssl.cc', |
456 'base/data_url.cc', | 456 'base/data_url.cc', |
457 'base/data_url.h', | 457 'base/data_url.h', |
458 'base/elements_upload_data_stream.cc', | 458 'base/elements_upload_data_stream.cc', |
459 'base/elements_upload_data_stream.h', | 459 'base/elements_upload_data_stream.h', |
460 'base/expiring_cache.h', | 460 'base/expiring_cache.h', |
461 'base/external_estimate_provider.h', | |
462 'base/file_stream.cc', | 461 'base/file_stream.cc', |
463 'base/file_stream.h', | 462 'base/file_stream.h', |
464 'base/file_stream_context.cc', | 463 'base/file_stream_context.cc', |
465 'base/file_stream_context.h', | 464 'base/file_stream_context.h', |
466 'base/file_stream_context_posix.cc', | 465 'base/file_stream_context_posix.cc', |
467 'base/file_stream_context_win.cc', | 466 'base/file_stream_context_win.cc', |
468 'base/filename_util.cc', | 467 'base/filename_util.cc', |
469 'base/filename_util.h', | 468 'base/filename_util.h', |
470 'base/filename_util_internal.cc', | 469 'base/filename_util_internal.cc', |
471 'base/filename_util_internal.h', | 470 'base/filename_util_internal.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 'base/network_change_notifier_win.h', | 510 'base/network_change_notifier_win.h', |
512 'base/network_config_watcher_mac.cc', | 511 'base/network_config_watcher_mac.cc', |
513 'base/network_config_watcher_mac.h', | 512 'base/network_config_watcher_mac.h', |
514 'base/network_delegate.cc', | 513 'base/network_delegate.cc', |
515 'base/network_delegate.h', | 514 'base/network_delegate.h', |
516 'base/network_delegate_impl.cc', | 515 'base/network_delegate_impl.cc', |
517 'base/network_delegate_impl.h', | 516 'base/network_delegate_impl.h', |
518 'base/network_interfaces_linux.cc', | 517 'base/network_interfaces_linux.cc', |
519 'base/network_interfaces_mac.cc', | 518 'base/network_interfaces_mac.cc', |
520 'base/network_interfaces_win.cc', | 519 'base/network_interfaces_win.cc', |
521 'base/network_quality_estimator.cc', | |
522 'base/network_quality_estimator.h', | |
523 'base/platform_mime_util.h', | 520 'base/platform_mime_util.h', |
524 'base/platform_mime_util_linux.cc', | 521 'base/platform_mime_util_linux.cc', |
525 'base/platform_mime_util_mac.mm', | 522 'base/platform_mime_util_mac.mm', |
526 'base/platform_mime_util_win.cc', | 523 'base/platform_mime_util_win.cc', |
527 'base/prioritized_dispatcher.cc', | 524 'base/prioritized_dispatcher.cc', |
528 'base/prioritized_dispatcher.h', | 525 'base/prioritized_dispatcher.h', |
529 'base/priority_queue.h', | 526 'base/priority_queue.h', |
530 'base/proxy_delegate.h', | 527 'base/proxy_delegate.h', |
531 'base/request_priority.cc', | 528 'base/request_priority.cc', |
532 'base/request_priority.h', | 529 'base/request_priority.h', |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 'http/proxy_client_socket.h', | 906 'http/proxy_client_socket.h', |
910 'http/proxy_connect_redirect_http_stream.cc', | 907 'http/proxy_connect_redirect_http_stream.cc', |
911 'http/proxy_connect_redirect_http_stream.h', | 908 'http/proxy_connect_redirect_http_stream.h', |
912 'http/transport_security_persister.cc', | 909 'http/transport_security_persister.cc', |
913 'http/transport_security_persister.h', | 910 'http/transport_security_persister.h', |
914 'http/transport_security_state_static.h', | 911 'http/transport_security_state_static.h', |
915 'http/url_security_manager.cc', | 912 'http/url_security_manager.cc', |
916 'http/url_security_manager.h', | 913 'http/url_security_manager.h', |
917 'http/url_security_manager_posix.cc', | 914 'http/url_security_manager_posix.cc', |
918 'http/url_security_manager_win.cc', | 915 'http/url_security_manager_win.cc', |
| 916 'nqe/external_estimate_provider.h', |
| 917 'nqe/network_quality_estimator.cc', |
| 918 'nqe/network_quality_estimator.h', |
919 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', | 919 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', |
920 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', | 920 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', |
921 'proxy/dhcp_proxy_script_fetcher.cc', | 921 'proxy/dhcp_proxy_script_fetcher.cc', |
922 'proxy/dhcp_proxy_script_fetcher.h', | 922 'proxy/dhcp_proxy_script_fetcher.h', |
923 'proxy/dhcp_proxy_script_fetcher_factory.cc', | 923 'proxy/dhcp_proxy_script_fetcher_factory.cc', |
924 'proxy/dhcp_proxy_script_fetcher_factory.h', | 924 'proxy/dhcp_proxy_script_fetcher_factory.h', |
925 'proxy/dhcp_proxy_script_fetcher_win.cc', | 925 'proxy/dhcp_proxy_script_fetcher_win.cc', |
926 'proxy/dhcp_proxy_script_fetcher_win.h', | 926 'proxy/dhcp_proxy_script_fetcher_win.h', |
927 'proxy/dhcpcsvc_init_win.cc', | 927 'proxy/dhcpcsvc_init_win.cc', |
928 'proxy/dhcpcsvc_init_win.h', | 928 'proxy/dhcpcsvc_init_win.h', |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1322 'base/ip_pattern_unittest.cc', | 1322 'base/ip_pattern_unittest.cc', |
1323 'base/keygen_handler_unittest.cc', | 1323 'base/keygen_handler_unittest.cc', |
1324 'base/layered_network_delegate_unittest.cc', | 1324 'base/layered_network_delegate_unittest.cc', |
1325 'base/lookup_string_in_fixed_set_unittest.cc', | 1325 'base/lookup_string_in_fixed_set_unittest.cc', |
1326 'base/mime_sniffer_unittest.cc', | 1326 'base/mime_sniffer_unittest.cc', |
1327 'base/mime_util_unittest.cc', | 1327 'base/mime_util_unittest.cc', |
1328 'base/network_activity_monitor_unittest.cc', | 1328 'base/network_activity_monitor_unittest.cc', |
1329 'base/network_change_notifier_unittest.cc', | 1329 'base/network_change_notifier_unittest.cc', |
1330 'base/network_change_notifier_win_unittest.cc', | 1330 'base/network_change_notifier_win_unittest.cc', |
1331 'base/network_interfaces_unittest.cc', | 1331 'base/network_interfaces_unittest.cc', |
1332 'base/network_quality_estimator_unittest.cc', | |
1333 'base/parse_number_unittest.cc', | 1332 'base/parse_number_unittest.cc', |
1334 'base/port_util_unittest.cc', | 1333 'base/port_util_unittest.cc', |
1335 'base/prioritized_dispatcher_unittest.cc', | 1334 'base/prioritized_dispatcher_unittest.cc', |
1336 'base/priority_queue_unittest.cc', | 1335 'base/priority_queue_unittest.cc', |
1337 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1336 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1338 'base/sdch_dictionary_unittest.cc', | 1337 'base/sdch_dictionary_unittest.cc', |
1339 'base/sdch_manager_unittest.cc', | 1338 'base/sdch_manager_unittest.cc', |
1340 'base/stale_while_revalidate_experiment_domains_unittest.cc', | 1339 'base/stale_while_revalidate_experiment_domains_unittest.cc', |
1341 'base/static_cookie_policy_unittest.cc', | 1340 'base/static_cookie_policy_unittest.cc', |
1342 'base/test_completion_callback_unittest.cc', | 1341 'base/test_completion_callback_unittest.cc', |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1497 'http/mock_sspi_library_win.cc', | 1496 'http/mock_sspi_library_win.cc', |
1498 'http/mock_sspi_library_win.h', | 1497 'http/mock_sspi_library_win.h', |
1499 'http/transport_security_persister_unittest.cc', | 1498 'http/transport_security_persister_unittest.cc', |
1500 'http/transport_security_state_unittest.cc', | 1499 'http/transport_security_state_unittest.cc', |
1501 'http/url_security_manager_unittest.cc', | 1500 'http/url_security_manager_unittest.cc', |
1502 'log/net_log_capture_mode_unittest.cc', | 1501 'log/net_log_capture_mode_unittest.cc', |
1503 'log/net_log_unittest.cc', | 1502 'log/net_log_unittest.cc', |
1504 'log/net_log_util_unittest.cc', | 1503 'log/net_log_util_unittest.cc', |
1505 'log/trace_net_log_observer_unittest.cc', | 1504 'log/trace_net_log_observer_unittest.cc', |
1506 'log/write_to_file_net_log_observer_unittest.cc', | 1505 'log/write_to_file_net_log_observer_unittest.cc', |
| 1506 'nqe/network_quality_estimator_unittest.cc', |
1507 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', | 1507 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', |
1508 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', | 1508 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', |
1509 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', | 1509 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', |
1510 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', | 1510 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', |
1511 'proxy/mojo_proxy_resolver_impl_unittest.cc', | 1511 'proxy/mojo_proxy_resolver_impl_unittest.cc', |
1512 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', | 1512 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', |
1513 'proxy/multi_threaded_proxy_resolver_unittest.cc', | 1513 'proxy/multi_threaded_proxy_resolver_unittest.cc', |
1514 'proxy/network_delegate_error_observer_unittest.cc', | 1514 'proxy/network_delegate_error_observer_unittest.cc', |
1515 'proxy/proxy_bypass_rules_unittest.cc', | 1515 'proxy/proxy_bypass_rules_unittest.cc', |
1516 'proxy/proxy_config_service_android_unittest.cc', | 1516 'proxy/proxy_config_service_android_unittest.cc', |
(...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3135 ], | 3135 ], |
3136 } | 3136 } |
3137 } | 3137 } |
OLD | NEW |