Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Side by Side Diff: net/net.gypi

Issue 1178193002: Sign CertificateVerify messages on a background thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more mac build fix, this is blind while mac checkout syncs Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/net_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'socket/ssl_client_socket_pool.h', 148 'socket/ssl_client_socket_pool.h',
149 'socket/ssl_socket.h', 149 'socket/ssl_socket.h',
150 'ssl/channel_id_service.cc', 150 'ssl/channel_id_service.cc',
151 'ssl/channel_id_service.h', 151 'ssl/channel_id_service.h',
152 'ssl/channel_id_store.cc', 152 'ssl/channel_id_store.cc',
153 'ssl/channel_id_store.h', 153 'ssl/channel_id_store.h',
154 'ssl/default_channel_id_store.cc', 154 'ssl/default_channel_id_store.cc',
155 'ssl/default_channel_id_store.h', 155 'ssl/default_channel_id_store.h',
156 'ssl/openssl_client_key_store.cc', 156 'ssl/openssl_client_key_store.cc',
157 'ssl/openssl_client_key_store.h', 157 'ssl/openssl_client_key_store.h',
158 'ssl/openssl_platform_key.h',
159 'ssl/openssl_platform_key_mac.cc',
160 'ssl/openssl_platform_key_nss.cc',
161 'ssl/openssl_platform_key_win.cc',
162 'ssl/openssl_ssl_util.cc', 158 'ssl/openssl_ssl_util.cc',
163 'ssl/openssl_ssl_util.h', 159 'ssl/openssl_ssl_util.h',
164 'ssl/signed_certificate_timestamp_and_status.cc', 160 'ssl/signed_certificate_timestamp_and_status.cc',
165 'ssl/signed_certificate_timestamp_and_status.h', 161 'ssl/signed_certificate_timestamp_and_status.h',
166 'ssl/ssl_cert_request_info.cc', 162 'ssl/ssl_cert_request_info.cc',
167 'ssl/ssl_cert_request_info.h', 163 'ssl/ssl_cert_request_info.h',
168 'ssl/ssl_cipher_suite_names.cc', 164 'ssl/ssl_cipher_suite_names.cc',
169 'ssl/ssl_cipher_suite_names.h', 165 'ssl/ssl_cipher_suite_names.h',
170 'ssl/ssl_client_auth_cache.cc', 166 'ssl/ssl_client_auth_cache.cc',
171 'ssl/ssl_client_auth_cache.h', 167 'ssl/ssl_client_auth_cache.h',
172 'ssl/ssl_client_cert_type.h', 168 'ssl/ssl_client_cert_type.h',
173 'ssl/ssl_client_session_cache_openssl.cc', 169 'ssl/ssl_client_session_cache_openssl.cc',
174 'ssl/ssl_client_session_cache_openssl.h', 170 'ssl/ssl_client_session_cache_openssl.h',
175 'ssl/ssl_config.cc', 171 'ssl/ssl_config.cc',
176 'ssl/ssl_config.h', 172 'ssl/ssl_config.h',
177 'ssl/ssl_config_service.cc', 173 'ssl/ssl_config_service.cc',
178 'ssl/ssl_config_service.h', 174 'ssl/ssl_config_service.h',
179 'ssl/ssl_failure_state.h', 175 'ssl/ssl_failure_state.h',
180 'ssl/ssl_info.cc', 176 'ssl/ssl_info.cc',
181 'ssl/ssl_info.h', 177 'ssl/ssl_info.h',
178 'ssl/ssl_private_key.h',
182 ], 179 ],
183 'net_non_nacl_sources': [ 180 'net_non_nacl_sources': [
184 'android/android_private_key.cc', 181 'android/android_private_key.cc',
185 'android/android_private_key.h', 182 'android/android_private_key.h',
186 'android/cert_verify_result_android.cc', 183 'android/cert_verify_result_android.cc',
187 'android/cert_verify_result_android.h', 184 'android/cert_verify_result_android.h',
188 'android/gurl_utils.cc', 185 'android/gurl_utils.cc',
189 'android/gurl_utils.h', 186 'android/gurl_utils.h',
190 'android/keystore.cc', 187 'android/keystore.cc',
191 'android/keystore.h', 188 'android/keystore.h',
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'ssl/client_cert_store_chromeos.cc', 1123 'ssl/client_cert_store_chromeos.cc',
1127 'ssl/client_cert_store_chromeos.h', 1124 'ssl/client_cert_store_chromeos.h',
1128 'ssl/client_cert_store_mac.cc', 1125 'ssl/client_cert_store_mac.cc',
1129 'ssl/client_cert_store_mac.h', 1126 'ssl/client_cert_store_mac.h',
1130 'ssl/client_cert_store_nss.cc', 1127 'ssl/client_cert_store_nss.cc',
1131 'ssl/client_cert_store_nss.h', 1128 'ssl/client_cert_store_nss.h',
1132 'ssl/client_cert_store_win.cc', 1129 'ssl/client_cert_store_win.cc',
1133 'ssl/client_cert_store_win.h', 1130 'ssl/client_cert_store_win.h',
1134 'ssl/ssl_config_service_defaults.cc', 1131 'ssl/ssl_config_service_defaults.cc',
1135 'ssl/ssl_config_service_defaults.h', 1132 'ssl/ssl_config_service_defaults.h',
1133 'ssl/ssl_platform_key.h',
1134 'ssl/ssl_platform_key_mac.cc',
1135 'ssl/ssl_platform_key_nss.cc',
1136 'ssl/ssl_platform_key_win.cc',
1137 'ssl/threaded_ssl_private_key.h',
1138 'ssl/threaded_ssl_private_key.cc',
1136 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1139 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1137 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1140 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1138 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1141 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1139 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1142 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1140 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1143 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1141 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1144 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1142 'udp/datagram_client_socket.h', 1145 'udp/datagram_client_socket.h',
1143 'udp/datagram_server_socket.h', 1146 'udp/datagram_server_socket.h',
1144 'udp/datagram_socket.h', 1147 'udp/datagram_socket.h',
1145 'udp/udp_client_socket.cc', 1148 'udp/udp_client_socket.cc',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1831 'base/mac/url_conversions_unittest.mm', 1834 'base/mac/url_conversions_unittest.mm',
1832 ], 1835 ],
1833 'net_docs_script': 'tools/net_docs/net_docs.py', 1836 'net_docs_script': 'tools/net_docs/net_docs.py',
1834 'net_docs_sources': [ 1837 'net_docs_sources': [
1835 'README.md', 1838 'README.md',
1836 'sdch/README.md', 1839 'sdch/README.md',
1837 ], 1840 ],
1838 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1841 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1839 } 1842 }
1840 } 1843 }
OLDNEW
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698