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

Side by Side Diff: net/net.gyp

Issue 7324039: Ensure X509Certificate::OSCertHandles are safe to be used on both UI and IO threads on Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac fix Created 9 years, 2 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 | Annotate | Revision Log
« net/base/x509_util_win.cc ('K') | « net/base/x509_util_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'base/pem_tokenizer.cc', 188 'base/pem_tokenizer.cc',
189 'base/pem_tokenizer.h', 189 'base/pem_tokenizer.h',
190 'base/platform_mime_util.h', 190 'base/platform_mime_util.h',
191 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 191 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
192 'base/platform_mime_util_linux.cc', 192 'base/platform_mime_util_linux.cc',
193 'base/platform_mime_util_mac.cc', 193 'base/platform_mime_util_mac.cc',
194 'base/platform_mime_util_win.cc', 194 'base/platform_mime_util_win.cc',
195 'base/rand_callback.h', 195 'base/rand_callback.h',
196 'base/registry_controlled_domain.cc', 196 'base/registry_controlled_domain.cc',
197 'base/registry_controlled_domain.h', 197 'base/registry_controlled_domain.h',
198 'base/scoped_cert_chain_context.h',
199 'base/sdch_filter.cc', 198 'base/sdch_filter.cc',
200 'base/sdch_filter.h', 199 'base/sdch_filter.h',
201 'base/sdch_manager.cc', 200 'base/sdch_manager.cc',
202 'base/sdch_manager.h', 201 'base/sdch_manager.h',
203 'base/single_request_host_resolver.cc', 202 'base/single_request_host_resolver.cc',
204 'base/single_request_host_resolver.h', 203 'base/single_request_host_resolver.h',
205 'base/ssl_cert_request_info.cc', 204 'base/ssl_cert_request_info.cc',
206 'base/ssl_cert_request_info.h', 205 'base/ssl_cert_request_info.h',
207 'base/ssl_cipher_suite_names.cc', 206 'base/ssl_cipher_suite_names.cc',
208 'base/ssl_cipher_suite_names.h', 207 'base/ssl_cipher_suite_names.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'base/winsock_util.h', 239 'base/winsock_util.h',
241 'base/x509_cert_types.cc', 240 'base/x509_cert_types.cc',
242 'base/x509_cert_types.h', 241 'base/x509_cert_types.h',
243 'base/x509_cert_types_mac.cc', 242 'base/x509_cert_types_mac.cc',
244 'base/x509_certificate.cc', 243 'base/x509_certificate.cc',
245 'base/x509_certificate.h', 244 'base/x509_certificate.h',
246 'base/x509_certificate_mac.cc', 245 'base/x509_certificate_mac.cc',
247 'base/x509_certificate_nss.cc', 246 'base/x509_certificate_nss.cc',
248 'base/x509_certificate_openssl.cc', 247 'base/x509_certificate_openssl.cc',
249 'base/x509_certificate_win.cc', 248 'base/x509_certificate_win.cc',
249 'base/x509_util_mac.cc',
250 'base/x509_util_mac.h',
250 'base/x509_util_openssl.cc', 251 'base/x509_util_openssl.cc',
251 'base/x509_util_openssl.h', 252 'base/x509_util_openssl.h',
253 'base/x509_util_win.cc',
254 'base/x509_util_win.h',
252 'disk_cache/addr.cc', 255 'disk_cache/addr.cc',
253 'disk_cache/addr.h', 256 'disk_cache/addr.h',
254 'disk_cache/backend_impl.cc', 257 'disk_cache/backend_impl.cc',
255 'disk_cache/backend_impl.h', 258 'disk_cache/backend_impl.h',
256 'disk_cache/bitmap.cc', 259 'disk_cache/bitmap.cc',
257 'disk_cache/bitmap.h', 260 'disk_cache/bitmap.h',
258 'disk_cache/block_files.cc', 261 'disk_cache/block_files.cc',
259 'disk_cache/block_files.h', 262 'disk_cache/block_files.h',
260 'disk_cache/cache_util.h', 263 'disk_cache/cache_util.h',
261 'disk_cache/cache_util_posix.cc', 264 'disk_cache/cache_util_posix.cc',
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 'tools/dump_cache/url_to_filename_encoder.cc', 1574 'tools/dump_cache/url_to_filename_encoder.cc',
1572 'tools/dump_cache/url_to_filename_encoder.h', 1575 'tools/dump_cache/url_to_filename_encoder.h',
1573 'tools/dump_cache/url_utilities.h', 1576 'tools/dump_cache/url_utilities.h',
1574 'tools/dump_cache/url_utilities.cc', 1577 'tools/dump_cache/url_utilities.cc',
1575 ], 1578 ],
1576 }, 1579 },
1577 ], 1580 ],
1578 }], 1581 }],
1579 ], 1582 ],
1580 } 1583 }
OLDNEW
« net/base/x509_util_win.cc ('K') | « net/base/x509_util_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698