| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'http/http_vary_data.cc', | 108 'http/http_vary_data.cc', |
| 109 'http/http_vary_data.h', | 109 'http/http_vary_data.h', |
| 110 'http/transport_security_state.cc', | 110 'http/transport_security_state.cc', |
| 111 'http/transport_security_state.h', | 111 'http/transport_security_state.h', |
| 112 'socket/client_socket_handle.cc', | 112 'socket/client_socket_handle.cc', |
| 113 'socket/client_socket_handle.h', | 113 'socket/client_socket_handle.h', |
| 114 'socket/client_socket_pool_histograms.cc', | 114 'socket/client_socket_pool_histograms.cc', |
| 115 'socket/client_socket_pool_histograms.h', | 115 'socket/client_socket_pool_histograms.h', |
| 116 'socket/next_proto.cc', | 116 'socket/next_proto.cc', |
| 117 'socket/next_proto.h', | 117 'socket/next_proto.h', |
| 118 'socket/openssl_ssl_util.cc', | |
| 119 'socket/openssl_ssl_util.h', | |
| 120 'socket/socket.h', | 118 'socket/socket.h', |
| 121 'socket/ssl_client_socket.cc', | 119 'socket/ssl_client_socket.cc', |
| 122 'socket/ssl_client_socket.h', | 120 'socket/ssl_client_socket.h', |
| 123 'socket/ssl_client_socket_openssl.cc', | 121 'socket/ssl_client_socket_openssl.cc', |
| 124 'socket/ssl_client_socket_openssl.h', | 122 'socket/ssl_client_socket_openssl.h', |
| 125 'socket/ssl_client_socket_pool.cc', | 123 'socket/ssl_client_socket_pool.cc', |
| 126 'socket/ssl_client_socket_pool.h', | 124 'socket/ssl_client_socket_pool.h', |
| 127 'socket/ssl_error_params.cc', | 125 'socket/ssl_error_params.cc', |
| 128 'socket/ssl_error_params.h', | 126 'socket/ssl_error_params.h', |
| 129 'socket/ssl_session_cache_openssl.cc', | 127 'socket/ssl_session_cache_openssl.cc', |
| 130 'socket/ssl_session_cache_openssl.h', | 128 'socket/ssl_session_cache_openssl.h', |
| 131 'socket/ssl_socket.h', | 129 'socket/ssl_socket.h', |
| 132 'ssl/channel_id_service.cc', | 130 'ssl/channel_id_service.cc', |
| 133 'ssl/channel_id_service.h', | 131 'ssl/channel_id_service.h', |
| 134 'ssl/channel_id_store.cc', | 132 'ssl/channel_id_store.cc', |
| 135 'ssl/channel_id_store.h', | 133 'ssl/channel_id_store.h', |
| 136 'ssl/default_channel_id_store.cc', | 134 'ssl/default_channel_id_store.cc', |
| 137 'ssl/default_channel_id_store.h', | 135 'ssl/default_channel_id_store.h', |
| 138 'ssl/openssl_client_key_store.cc', | 136 'ssl/openssl_client_key_store.cc', |
| 139 'ssl/openssl_client_key_store.h', | 137 'ssl/openssl_client_key_store.h', |
| 138 'ssl/openssl_platform_key.h', |
| 139 'ssl/openssl_platform_key_mac.cc', |
| 140 'ssl/openssl_platform_key_win.cc', |
| 141 'ssl/openssl_ssl_util.cc', |
| 142 'ssl/openssl_ssl_util.h', |
| 140 'ssl/signed_certificate_timestamp_and_status.cc', | 143 'ssl/signed_certificate_timestamp_and_status.cc', |
| 141 'ssl/signed_certificate_timestamp_and_status.h', | 144 'ssl/signed_certificate_timestamp_and_status.h', |
| 142 'ssl/ssl_cert_request_info.cc', | 145 'ssl/ssl_cert_request_info.cc', |
| 143 'ssl/ssl_cert_request_info.h', | 146 'ssl/ssl_cert_request_info.h', |
| 144 'ssl/ssl_client_auth_cache.cc', | 147 'ssl/ssl_client_auth_cache.cc', |
| 145 'ssl/ssl_client_auth_cache.h', | 148 'ssl/ssl_client_auth_cache.h', |
| 146 'ssl/ssl_client_cert_type.h', | 149 'ssl/ssl_client_cert_type.h', |
| 147 'ssl/ssl_config.cc', | 150 'ssl/ssl_config.cc', |
| 148 'ssl/ssl_config.h', | 151 'ssl/ssl_config.h', |
| 149 'ssl/ssl_info.cc', | 152 'ssl/ssl_info.cc', |
| (...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1730 'tools/quic/test_tools/quic_test_client.h', | 1733 'tools/quic/test_tools/quic_test_client.h', |
| 1731 'tools/quic/test_tools/quic_test_utils.cc', | 1734 'tools/quic/test_tools/quic_test_utils.cc', |
| 1732 'tools/quic/test_tools/quic_test_utils.h', | 1735 'tools/quic/test_tools/quic_test_utils.h', |
| 1733 'tools/quic/test_tools/server_thread.h', | 1736 'tools/quic/test_tools/server_thread.h', |
| 1734 'tools/quic/test_tools/server_thread.cc', | 1737 'tools/quic/test_tools/server_thread.cc', |
| 1735 'tools/quic/test_tools/simple_client.h', | 1738 'tools/quic/test_tools/simple_client.h', |
| 1736 'tools/quic/test_tools/simple_client.cc', | 1739 'tools/quic/test_tools/simple_client.cc', |
| 1737 ], | 1740 ], |
| 1738 } | 1741 } |
| 1739 } | 1742 } |
| OLD | NEW |