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

Side by Side Diff: net/net.gyp

Issue 76443006: Certificate Transparency: Threading the CT verifier into the SSL client socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing compilation on non-NSS platforms Created 7 years 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'cert/cert_verify_proc_nss.cc', 263 'cert/cert_verify_proc_nss.cc',
264 'cert/cert_verify_proc_nss.h', 264 'cert/cert_verify_proc_nss.h',
265 'cert/cert_verify_proc_openssl.cc', 265 'cert/cert_verify_proc_openssl.cc',
266 'cert/cert_verify_proc_openssl.h', 266 'cert/cert_verify_proc_openssl.h',
267 'cert/cert_verify_proc_win.cc', 267 'cert/cert_verify_proc_win.cc',
268 'cert/cert_verify_proc_win.h', 268 'cert/cert_verify_proc_win.h',
269 'cert/cert_verify_result.cc', 269 'cert/cert_verify_result.cc',
270 'cert/cert_verify_result.h', 270 'cert/cert_verify_result.h',
271 'cert/crl_set.cc', 271 'cert/crl_set.cc',
272 'cert/crl_set.h', 272 'cert/crl_set.h',
273 'cert/ct_known_logs_keys.cc',
274 'cert/ct_known_logs_keys.h',
273 'cert/ct_log_verifier.cc', 275 'cert/ct_log_verifier.cc',
274 'cert/ct_log_verifier.h', 276 'cert/ct_log_verifier.h',
275 'cert/ct_log_verifier_nss.cc', 277 'cert/ct_log_verifier_nss.cc',
276 'cert/ct_log_verifier_openssl.cc', 278 'cert/ct_log_verifier_openssl.cc',
277 'cert/ct_objects_extractor.h', 279 'cert/ct_objects_extractor.h',
278 'cert/ct_objects_extractor_nss.cc', 280 'cert/ct_objects_extractor_nss.cc',
279 'cert/ct_objects_extractor_openssl.cc', 281 'cert/ct_objects_extractor_openssl.cc',
280 'cert/ct_serialization.cc', 282 'cert/ct_serialization.cc',
281 'cert/ct_serialization.h', 283 'cert/ct_serialization.h',
282 'cert/ct_verifier.h', 284 'cert/ct_verifier.h',
(...skipping 2773 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 'net_unittests.isolate', 3058 'net_unittests.isolate',
3057 ], 3059 ],
3058 'sources': [ 3060 'sources': [
3059 'net_unittests.isolate', 3061 'net_unittests.isolate',
3060 ], 3062 ],
3061 }, 3063 },
3062 ], 3064 ],
3063 }], 3065 }],
3064 ], 3066 ],
3065 } 3067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698