| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'log/net_log_event_type_list.h', | 176 'log/net_log_event_type_list.h', |
| 177 'log/net_log_source_type_list.h', | 177 'log/net_log_source_type_list.h', |
| 178 'socket/client_socket_handle.cc', | 178 'socket/client_socket_handle.cc', |
| 179 'socket/client_socket_handle.h', | 179 'socket/client_socket_handle.h', |
| 180 'socket/connection_attempts.h', | 180 'socket/connection_attempts.h', |
| 181 'socket/next_proto.cc', | 181 'socket/next_proto.cc', |
| 182 'socket/next_proto.h', | 182 'socket/next_proto.h', |
| 183 'socket/socket.h', | 183 'socket/socket.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_openssl.cc', | 186 'socket/ssl_client_socket_impl.cc', |
| 187 'socket/ssl_client_socket_openssl.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', |
| 194 'ssl/client_key_store.h', | 194 'ssl/client_key_store.h', |
| 195 'ssl/default_channel_id_store.cc', | 195 'ssl/default_channel_id_store.cc', |
| 196 'ssl/default_channel_id_store.h', | 196 'ssl/default_channel_id_store.h', |
| 197 'ssl/openssl_client_key_store.cc', | 197 'ssl/openssl_client_key_store.cc', |
| 198 'ssl/openssl_client_key_store.h', | 198 'ssl/openssl_client_key_store.h', |
| 199 'ssl/openssl_ssl_util.cc', | 199 'ssl/openssl_ssl_util.cc', |
| 200 'ssl/openssl_ssl_util.h', | 200 'ssl/openssl_ssl_util.h', |
| 201 'ssl/signed_certificate_timestamp_and_status.cc', | 201 'ssl/signed_certificate_timestamp_and_status.cc', |
| 202 'ssl/signed_certificate_timestamp_and_status.h', | 202 'ssl/signed_certificate_timestamp_and_status.h', |
| 203 'ssl/ssl_cert_request_info.cc', | 203 'ssl/ssl_cert_request_info.cc', |
| 204 'ssl/ssl_cert_request_info.h', | 204 'ssl/ssl_cert_request_info.h', |
| 205 'ssl/ssl_cipher_suite_names.cc', | 205 'ssl/ssl_cipher_suite_names.cc', |
| 206 'ssl/ssl_cipher_suite_names.h', | 206 'ssl/ssl_cipher_suite_names.h', |
| 207 'ssl/ssl_client_auth_cache.cc', | 207 'ssl/ssl_client_auth_cache.cc', |
| 208 'ssl/ssl_client_auth_cache.h', | 208 'ssl/ssl_client_auth_cache.h', |
| 209 'ssl/ssl_client_cert_type.h', | 209 'ssl/ssl_client_cert_type.h', |
| 210 'ssl/ssl_client_session_cache_openssl.cc', | 210 'ssl/ssl_client_session_cache_impl.cc', |
| 211 'ssl/ssl_client_session_cache_openssl.h', | 211 'ssl/ssl_client_session_cache_impl.h', |
| 212 'ssl/ssl_config.cc', | 212 'ssl/ssl_config.cc', |
| 213 'ssl/ssl_config.h', | 213 'ssl/ssl_config.h', |
| 214 'ssl/ssl_config_service.cc', | 214 'ssl/ssl_config_service.cc', |
| 215 'ssl/ssl_config_service.h', | 215 'ssl/ssl_config_service.h', |
| 216 'ssl/ssl_failure_state.h', | 216 'ssl/ssl_failure_state.h', |
| 217 'ssl/ssl_info.cc', | 217 'ssl/ssl_info.cc', |
| 218 'ssl/ssl_info.h', | 218 'ssl/ssl_info.h', |
| 219 'ssl/ssl_private_key.h', | 219 'ssl/ssl_private_key.h', |
| 220 'ssl/ssl_server_config.cc', | 220 'ssl/ssl_server_config.cc', |
| 221 'ssl/ssl_server_config.h', | 221 'ssl/ssl_server_config.h', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 ], | 420 ], |
| 421 'net_non_nacl_sources': [ | 421 'net_non_nacl_sources': [ |
| 422 'android/cert_verify_result_android.cc', | 422 'android/cert_verify_result_android.cc', |
| 423 'android/cert_verify_result_android.h', | 423 'android/cert_verify_result_android.h', |
| 424 'android/gurl_utils.cc', | 424 'android/gurl_utils.cc', |
| 425 'android/gurl_utils.h', | 425 'android/gurl_utils.h', |
| 426 'android/http_auth_negotiate_android.cc', | 426 'android/http_auth_negotiate_android.cc', |
| 427 'android/http_auth_negotiate_android.h', | 427 'android/http_auth_negotiate_android.h', |
| 428 'android/keystore.cc', | 428 'android/keystore.cc', |
| 429 'android/keystore.h', | 429 'android/keystore.h', |
| 430 'android/keystore_openssl.cc', | 430 'android/keystore_impl.cc', |
| 431 'android/keystore_openssl.h', | 431 'android/keystore_impl.h', |
| 432 'android/legacy_openssl.h', | 432 'android/legacy_openssl.h', |
| 433 'android/net_jni_registrar.cc', | 433 'android/net_jni_registrar.cc', |
| 434 'android/net_jni_registrar.h', | 434 'android/net_jni_registrar.h', |
| 435 'android/network_change_notifier_android.cc', | 435 'android/network_change_notifier_android.cc', |
| 436 'android/network_change_notifier_android.h', | 436 'android/network_change_notifier_android.h', |
| 437 'android/network_change_notifier_delegate_android.cc', | 437 'android/network_change_notifier_delegate_android.cc', |
| 438 'android/network_change_notifier_delegate_android.h', | 438 'android/network_change_notifier_delegate_android.h', |
| 439 'android/network_change_notifier_factory_android.cc', | 439 'android/network_change_notifier_factory_android.cc', |
| 440 'android/network_change_notifier_factory_android.h', | 440 'android/network_change_notifier_factory_android.h', |
| 441 'android/network_library.cc', | 441 'android/network_library.cc', |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 'socket/socket_posix.h', | 1047 'socket/socket_posix.h', |
| 1048 'socket/socks5_client_socket.cc', | 1048 'socket/socks5_client_socket.cc', |
| 1049 'socket/socks5_client_socket.h', | 1049 'socket/socks5_client_socket.h', |
| 1050 'socket/socks_client_socket.cc', | 1050 'socket/socks_client_socket.cc', |
| 1051 'socket/socks_client_socket.h', | 1051 'socket/socks_client_socket.h', |
| 1052 'socket/socks_client_socket_pool.cc', | 1052 'socket/socks_client_socket_pool.cc', |
| 1053 'socket/socks_client_socket_pool.h', | 1053 'socket/socks_client_socket_pool.h', |
| 1054 'socket/ssl_client_socket_pool.cc', | 1054 'socket/ssl_client_socket_pool.cc', |
| 1055 'socket/ssl_client_socket_pool.h', | 1055 'socket/ssl_client_socket_pool.h', |
| 1056 'socket/ssl_server_socket.h', | 1056 'socket/ssl_server_socket.h', |
| 1057 'socket/ssl_server_socket_openssl.cc', | 1057 'socket/ssl_server_socket_impl.cc', |
| 1058 'socket/ssl_server_socket_openssl.h', | 1058 'socket/ssl_server_socket_impl.h', |
| 1059 'socket/stream_socket.cc', | 1059 'socket/stream_socket.cc', |
| 1060 'socket/stream_socket.h', | 1060 'socket/stream_socket.h', |
| 1061 'socket/tcp_client_socket.cc', | 1061 'socket/tcp_client_socket.cc', |
| 1062 'socket/tcp_client_socket.h', | 1062 'socket/tcp_client_socket.h', |
| 1063 'socket/tcp_server_socket.cc', | 1063 'socket/tcp_server_socket.cc', |
| 1064 'socket/tcp_server_socket.h', | 1064 'socket/tcp_server_socket.h', |
| 1065 'socket/tcp_socket.cc', | 1065 'socket/tcp_socket.cc', |
| 1066 'socket/tcp_socket.h', | 1066 'socket/tcp_socket.h', |
| 1067 'socket/tcp_socket_posix.cc', | 1067 'socket/tcp_socket_posix.cc', |
| 1068 'socket/tcp_socket_posix.h', | 1068 'socket/tcp_socket_posix.h', |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1754 'spdy/write_blocked_list_test.cc', | 1754 'spdy/write_blocked_list_test.cc', |
| 1755 'ssl/channel_id_service_unittest.cc', | 1755 'ssl/channel_id_service_unittest.cc', |
| 1756 'ssl/client_cert_store_mac_unittest.cc', | 1756 'ssl/client_cert_store_mac_unittest.cc', |
| 1757 'ssl/client_cert_store_nss_unittest.cc', | 1757 'ssl/client_cert_store_nss_unittest.cc', |
| 1758 'ssl/client_cert_store_unittest-inl.h', | 1758 'ssl/client_cert_store_unittest-inl.h', |
| 1759 'ssl/client_cert_store_win_unittest.cc', | 1759 'ssl/client_cert_store_win_unittest.cc', |
| 1760 'ssl/default_channel_id_store_unittest.cc', | 1760 'ssl/default_channel_id_store_unittest.cc', |
| 1761 'ssl/openssl_client_key_store_unittest.cc', | 1761 'ssl/openssl_client_key_store_unittest.cc', |
| 1762 'ssl/ssl_cipher_suite_names_unittest.cc', | 1762 'ssl/ssl_cipher_suite_names_unittest.cc', |
| 1763 'ssl/ssl_client_auth_cache_unittest.cc', | 1763 'ssl/ssl_client_auth_cache_unittest.cc', |
| 1764 'ssl/ssl_client_session_cache_openssl_unittest.cc', | 1764 'ssl/ssl_client_session_cache_impl_unittest.cc', |
| 1765 'ssl/ssl_config_service_unittest.cc', | 1765 'ssl/ssl_config_service_unittest.cc', |
| 1766 'ssl/ssl_config_unittest.cc', | 1766 'ssl/ssl_config_unittest.cc', |
| 1767 'ssl/ssl_connection_status_flags_unittest.cc', | 1767 'ssl/ssl_connection_status_flags_unittest.cc', |
| 1768 'test/embedded_test_server/embedded_test_server_unittest.cc', | 1768 'test/embedded_test_server/embedded_test_server_unittest.cc', |
| 1769 'test/embedded_test_server/http_request_unittest.cc', | 1769 'test/embedded_test_server/http_request_unittest.cc', |
| 1770 'test/embedded_test_server/http_response_unittest.cc', | 1770 'test/embedded_test_server/http_response_unittest.cc', |
| 1771 'test/gtest_util.h', | 1771 'test/gtest_util.h', |
| 1772 'test/python_utils_unittest.cc', | 1772 'test/python_utils_unittest.cc', |
| 1773 'test/run_all_unittests.cc', | 1773 'test/run_all_unittests.cc', |
| 1774 'test/scoped_disable_exit_on_dfatal.cc', | 1774 'test/scoped_disable_exit_on_dfatal.cc', |
| (...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3137 ], | 3137 ], |
| 3138 } | 3138 } |
| 3139 } | 3139 } |
| OLD | NEW |