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

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: Rebase Created 9 years, 1 month 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
« no previous file with comments | « net/base/x509_certificate_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 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 'tools/dump_cache/url_to_filename_encoder.cc', 1624 'tools/dump_cache/url_to_filename_encoder.cc',
1626 'tools/dump_cache/url_to_filename_encoder.h', 1625 'tools/dump_cache/url_to_filename_encoder.h',
1627 'tools/dump_cache/url_utilities.h', 1626 'tools/dump_cache/url_utilities.h',
1628 'tools/dump_cache/url_utilities.cc', 1627 'tools/dump_cache/url_utilities.cc',
1629 ], 1628 ],
1630 }, 1629 },
1631 ], 1630 ],
1632 }], 1631 }],
1633 ], 1632 ],
1634 } 1633 }
OLDNEW
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698