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

Side by Side Diff: net/net.gypi

Issue 1923433002: Certificate path builder for new certificate verification library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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
« net/cert/internal/path_builder.cc ('K') | « net/der/input.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'cert/internal/extended_key_usage.cc', 97 'cert/internal/extended_key_usage.cc',
98 'cert/internal/extended_key_usage.h', 98 'cert/internal/extended_key_usage.h',
99 'cert/internal/name_constraints.cc', 99 'cert/internal/name_constraints.cc',
100 'cert/internal/name_constraints.h', 100 'cert/internal/name_constraints.h',
101 'cert/internal/parse_certificate.cc', 101 'cert/internal/parse_certificate.cc',
102 'cert/internal/parse_certificate.h', 102 'cert/internal/parse_certificate.h',
103 'cert/internal/parse_name.cc', 103 'cert/internal/parse_name.cc',
104 'cert/internal/parse_name.h', 104 'cert/internal/parse_name.h',
105 'cert/internal/parse_ocsp.h', 105 'cert/internal/parse_ocsp.h',
106 'cert/internal/parse_ocsp.cc', 106 'cert/internal/parse_ocsp.cc',
107 'cert/internal/path_builder.cc',
108 'cert/internal/path_builder.h',
107 'cert/internal/signature_algorithm.cc', 109 'cert/internal/signature_algorithm.cc',
108 'cert/internal/signature_algorithm.h', 110 'cert/internal/signature_algorithm.h',
109 'cert/internal/signature_policy.cc', 111 'cert/internal/signature_policy.cc',
110 'cert/internal/signature_policy.h', 112 'cert/internal/signature_policy.h',
111 'cert/internal/verify_certificate_chain.cc', 113 'cert/internal/verify_certificate_chain.cc',
112 'cert/internal/verify_certificate_chain.h', 114 'cert/internal/verify_certificate_chain.h',
113 'cert/internal/verify_name_match.cc', 115 'cert/internal/verify_name_match.cc',
114 'cert/internal/verify_name_match.h', 116 'cert/internal/verify_name_match.h',
115 'cert/internal/verify_signed_data.cc', 117 'cert/internal/verify_signed_data.cc',
116 'cert/internal/verify_signed_data.h', 118 'cert/internal/verify_signed_data.h',
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 'cert/ct_objects_extractor_unittest.cc', 1357 'cert/ct_objects_extractor_unittest.cc',
1356 'cert/ct_serialization_unittest.cc', 1358 'cert/ct_serialization_unittest.cc',
1357 'cert/ev_root_ca_metadata_unittest.cc', 1359 'cert/ev_root_ca_metadata_unittest.cc',
1358 'cert/internal/certificate_policies_unittest.cc', 1360 'cert/internal/certificate_policies_unittest.cc',
1359 'cert/internal/extended_key_usage_unittest.cc', 1361 'cert/internal/extended_key_usage_unittest.cc',
1360 'cert/internal/name_constraints_unittest.cc', 1362 'cert/internal/name_constraints_unittest.cc',
1361 'cert/internal/nist_pkits_unittest.h', 1363 'cert/internal/nist_pkits_unittest.h',
1362 'cert/internal/parse_certificate_unittest.cc', 1364 'cert/internal/parse_certificate_unittest.cc',
1363 'cert/internal/parse_name_unittest.cc', 1365 'cert/internal/parse_name_unittest.cc',
1364 'cert/internal/parse_ocsp_unittest.cc', 1366 'cert/internal/parse_ocsp_unittest.cc',
1367 'cert/internal/path_builder_pkits_unittest.cc',
1368 'cert/internal/path_builder_unittest.cc',
1365 'cert/internal/signature_algorithm_unittest.cc', 1369 'cert/internal/signature_algorithm_unittest.cc',
1366 'cert/internal/test_helpers.cc', 1370 'cert/internal/test_helpers.cc',
1367 'cert/internal/test_helpers.h', 1371 'cert/internal/test_helpers.h',
1368 'cert/internal/verify_certificate_chain_unittest.cc', 1372 'cert/internal/verify_certificate_chain_unittest.cc',
1369 'cert/internal/verify_certificate_chain_pkits_unittest.cc', 1373 'cert/internal/verify_certificate_chain_pkits_unittest.cc',
1370 'cert/internal/verify_name_match_unittest.cc', 1374 'cert/internal/verify_name_match_unittest.cc',
1371 'cert/internal/verify_signed_data_unittest.cc', 1375 'cert/internal/verify_signed_data_unittest.cc',
1372 'cert/jwk_serializer_unittest.cc', 1376 'cert/jwk_serializer_unittest.cc',
1373 'cert/multi_log_ct_verifier_unittest.cc', 1377 'cert/multi_log_ct_verifier_unittest.cc',
1374 'cert/multi_threaded_cert_verifier_unittest.cc', 1378 'cert/multi_threaded_cert_verifier_unittest.cc',
(...skipping 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3133 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3134 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3137 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3138 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3135 ], 3139 ],
3136 } 3140 }
3137 } 3141 }
OLDNEW
« net/cert/internal/path_builder.cc ('K') | « net/der/input.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698