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

Side by Side Diff: net/net.gypi

Issue 1991653002: Move caching out of MultiThreadedCertVerifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@request_params
Patch Set: Now with caching Created 4 years, 7 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
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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'base/upload_data_stream.h', 352 'base/upload_data_stream.h',
353 'base/upload_element_reader.cc', 353 'base/upload_element_reader.cc',
354 'base/upload_element_reader.h', 354 'base/upload_element_reader.h',
355 'base/upload_file_element_reader.cc', 355 'base/upload_file_element_reader.cc',
356 'base/upload_file_element_reader.h', 356 'base/upload_file_element_reader.h',
357 'base/upload_progress.h', 357 'base/upload_progress.h',
358 'base/winsock_init.cc', 358 'base/winsock_init.cc',
359 'base/winsock_init.h', 359 'base/winsock_init.h',
360 'base/winsock_util.cc', 360 'base/winsock_util.cc',
361 'base/winsock_util.h', 361 'base/winsock_util.h',
362 'cert/caching_cert_verifier.cc',
363 'cert/caching_cert_verifier.h',
362 'cert/cert_database_android.cc', 364 'cert/cert_database_android.cc',
363 'cert/cert_database_ios.cc', 365 'cert/cert_database_ios.cc',
364 'cert/cert_database_mac.cc', 366 'cert/cert_database_mac.cc',
365 'cert/cert_database_nss.cc', 367 'cert/cert_database_nss.cc',
366 'cert/cert_database_win.cc', 368 'cert/cert_database_win.cc',
367 'cert/cert_net_fetcher.h', 369 'cert/cert_net_fetcher.h',
368 'cert/cert_trust_anchor_provider.h', 370 'cert/cert_trust_anchor_provider.h',
369 'cert/cert_verify_proc.cc', 371 'cert/cert_verify_proc.cc',
370 'cert/cert_verify_proc.h', 372 'cert/cert_verify_proc.h',
371 'cert/cert_verify_proc_android.cc', 373 'cert/cert_verify_proc_android.cc',
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 'base/sdch_dictionary_unittest.cc', 1346 'base/sdch_dictionary_unittest.cc',
1345 'base/sdch_manager_unittest.cc', 1347 'base/sdch_manager_unittest.cc',
1346 'base/stale_while_revalidate_experiment_domains_unittest.cc', 1348 'base/stale_while_revalidate_experiment_domains_unittest.cc',
1347 'base/static_cookie_policy_unittest.cc', 1349 'base/static_cookie_policy_unittest.cc',
1348 'base/test_completion_callback_unittest.cc', 1350 'base/test_completion_callback_unittest.cc',
1349 'base/test_proxy_delegate.cc', 1351 'base/test_proxy_delegate.cc',
1350 'base/test_proxy_delegate.h', 1352 'base/test_proxy_delegate.h',
1351 'base/upload_bytes_element_reader_unittest.cc', 1353 'base/upload_bytes_element_reader_unittest.cc',
1352 'base/upload_file_element_reader_unittest.cc', 1354 'base/upload_file_element_reader_unittest.cc',
1353 'base/url_util_unittest.cc', 1355 'base/url_util_unittest.cc',
1356 'cert/caching_cert_verifier_unittest.cc',
1354 'cert/ct_policy_enforcer_unittest.cc', 1357 'cert/ct_policy_enforcer_unittest.cc',
1355 'cert/cert_verifier_unittest.cc', 1358 'cert/cert_verifier_unittest.cc',
1356 'cert/cert_verify_proc_unittest.cc', 1359 'cert/cert_verify_proc_unittest.cc',
1357 'cert/cert_verify_proc_whitelist_unittest.cc', 1360 'cert/cert_verify_proc_whitelist_unittest.cc',
1358 'cert/crl_set_unittest.cc', 1361 'cert/crl_set_unittest.cc',
1359 'cert/ct_log_response_parser_unittest.cc', 1362 'cert/ct_log_response_parser_unittest.cc',
1360 'cert/ct_log_verifier_unittest.cc', 1363 'cert/ct_log_verifier_unittest.cc',
1361 'cert/ct_objects_extractor_unittest.cc', 1364 'cert/ct_objects_extractor_unittest.cc',
1362 'cert/ct_serialization_unittest.cc', 1365 'cert/ct_serialization_unittest.cc',
1363 'cert/ev_root_ca_metadata_unittest.cc', 1366 'cert/ev_root_ca_metadata_unittest.cc',
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3096 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3097 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3095 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3098 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3096 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3100 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3101 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3099 ], 3102 ],
3100 } 3103 }
3101 } 3104 }
OLDNEW
« net/cert/caching_cert_verifier.cc ('K') | « net/cert/multi_threaded_cert_verifier_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698