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

Side by Side Diff: net/net.gypi

Issue 2266333002: Allow TrustStore queries to be asynchronous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 3 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/cert/internal/trust_store_test_helpers.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 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 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 'cert/internal/nist_pkits_unittest.h', 1409 'cert/internal/nist_pkits_unittest.h',
1410 'cert/internal/parse_certificate_unittest.cc', 1410 'cert/internal/parse_certificate_unittest.cc',
1411 'cert/internal/parse_name_unittest.cc', 1411 'cert/internal/parse_name_unittest.cc',
1412 'cert/internal/parse_ocsp_unittest.cc', 1412 'cert/internal/parse_ocsp_unittest.cc',
1413 'cert/internal/path_builder_pkits_unittest.cc', 1413 'cert/internal/path_builder_pkits_unittest.cc',
1414 'cert/internal/path_builder_unittest.cc', 1414 'cert/internal/path_builder_unittest.cc',
1415 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', 1415 'cert/internal/path_builder_verify_certificate_chain_unittest.cc',
1416 'cert/internal/signature_algorithm_unittest.cc', 1416 'cert/internal/signature_algorithm_unittest.cc',
1417 'cert/internal/test_helpers.cc', 1417 'cert/internal/test_helpers.cc',
1418 'cert/internal/test_helpers.h', 1418 'cert/internal/test_helpers.h',
1419 'cert/internal/trust_store_test_helpers.cc',
1420 'cert/internal/trust_store_test_helpers.h',
1419 'cert/internal/verify_certificate_chain_pkits_unittest.cc', 1421 'cert/internal/verify_certificate_chain_pkits_unittest.cc',
1420 'cert/internal/verify_certificate_chain_typed_unittest.h', 1422 'cert/internal/verify_certificate_chain_typed_unittest.h',
1421 'cert/internal/verify_certificate_chain_unittest.cc', 1423 'cert/internal/verify_certificate_chain_unittest.cc',
1422 'cert/internal/verify_name_match_unittest.cc', 1424 'cert/internal/verify_name_match_unittest.cc',
1423 'cert/internal/verify_signed_data_unittest.cc', 1425 'cert/internal/verify_signed_data_unittest.cc',
1424 'cert/jwk_serializer_unittest.cc', 1426 'cert/jwk_serializer_unittest.cc',
1425 'cert/merkle_audit_proof_unittest.cc', 1427 'cert/merkle_audit_proof_unittest.cc',
1426 'cert/merkle_tree_leaf_unittest.cc', 1428 'cert/merkle_tree_leaf_unittest.cc',
1427 'cert/multi_log_ct_verifier_unittest.cc', 1429 'cert/multi_log_ct_verifier_unittest.cc',
1428 'cert/multi_threaded_cert_verifier_unittest.cc', 1430 'cert/multi_threaded_cert_verifier_unittest.cc',
(...skipping 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
3204 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3205 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3207 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3207 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3209 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3208 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3209 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3211 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3211 ], 3213 ],
3212 } 3214 }
3213 } 3215 }
OLDNEW
« no previous file with comments | « net/cert/internal/trust_store_test_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698