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

Side by Side Diff: net/net.gypi

Issue 2091103002: Add CheckOCSPDateValid() to net/cert/internal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from rsleevi@ Created 4 years, 5 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/der/encode_values.cc ('K') | « net/der/parse_values_unittest.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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'cert/x509_certificate.h', 133 'cert/x509_certificate.h',
134 'cert/x509_certificate_net_log_param.cc', 134 'cert/x509_certificate_net_log_param.cc',
135 'cert/x509_certificate_net_log_param.h', 135 'cert/x509_certificate_net_log_param.h',
136 'cert/x509_certificate_openssl.cc', 136 'cert/x509_certificate_openssl.cc',
137 'cert/x509_util.cc', 137 'cert/x509_util.cc',
138 'cert/x509_util.h', 138 'cert/x509_util.h',
139 'cert/x509_util_openssl.cc', 139 'cert/x509_util_openssl.cc',
140 'cert/x509_util_openssl.h', 140 'cert/x509_util_openssl.h',
141 'der/input.cc', 141 'der/input.cc',
142 'der/input.h', 142 'der/input.h',
143 'der/encode_values.cc',
144 'der/encode_values.h',
143 'der/parse_values.cc', 145 'der/parse_values.cc',
144 'der/parse_values.h', 146 'der/parse_values.h',
145 'der/parser.cc', 147 'der/parser.cc',
146 'der/parser.h', 148 'der/parser.h',
147 'der/tag.cc', 149 'der/tag.cc',
148 'der/tag.h', 150 'der/tag.h',
149 'dns/dns_util.cc', 151 'dns/dns_util.cc',
150 'dns/dns_util.h', 152 'dns/dns_util.h',
151 'http/http_auth_challenge_tokenizer.cc', 153 'http/http_auth_challenge_tokenizer.cc',
152 'http/http_auth_challenge_tokenizer.h', 154 'http/http_auth_challenge_tokenizer.h',
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 'cert/x509_util_unittest.cc', 1426 'cert/x509_util_unittest.cc',
1425 'cert_net/cert_net_fetcher_impl_unittest.cc', 1427 'cert_net/cert_net_fetcher_impl_unittest.cc',
1426 'cert_net/nss_ocsp_unittest.cc', 1428 'cert_net/nss_ocsp_unittest.cc',
1427 'cookies/canonical_cookie_unittest.cc', 1429 'cookies/canonical_cookie_unittest.cc',
1428 'cookies/cookie_constants_unittest.cc', 1430 'cookies/cookie_constants_unittest.cc',
1429 'cookies/cookie_monster_unittest.cc', 1431 'cookies/cookie_monster_unittest.cc',
1430 'cookies/cookie_store_unittest.cc', 1432 'cookies/cookie_store_unittest.cc',
1431 'cookies/cookie_util_unittest.cc', 1433 'cookies/cookie_util_unittest.cc',
1432 'cookies/parsed_cookie_unittest.cc', 1434 'cookies/parsed_cookie_unittest.cc',
1433 'der/input_unittest.cc', 1435 'der/input_unittest.cc',
1436 'der/encode_values_unittest.cc',
1434 'der/parse_values_unittest.cc', 1437 'der/parse_values_unittest.cc',
1435 'der/parser_unittest.cc', 1438 'der/parser_unittest.cc',
1436 'disk_cache/backend_unittest.cc', 1439 'disk_cache/backend_unittest.cc',
1437 'disk_cache/blockfile/addr_unittest.cc', 1440 'disk_cache/blockfile/addr_unittest.cc',
1438 'disk_cache/blockfile/bitmap_unittest.cc', 1441 'disk_cache/blockfile/bitmap_unittest.cc',
1439 'disk_cache/blockfile/block_files_unittest.cc', 1442 'disk_cache/blockfile/block_files_unittest.cc',
1440 'disk_cache/blockfile/mapped_file_unittest.cc', 1443 'disk_cache/blockfile/mapped_file_unittest.cc',
1441 'disk_cache/blockfile/stats_unittest.cc', 1444 'disk_cache/blockfile/stats_unittest.cc',
1442 'disk_cache/blockfile/storage_block_unittest.cc', 1445 'disk_cache/blockfile/storage_block_unittest.cc',
1443 'disk_cache/cache_util_unittest.cc', 1446 'disk_cache/cache_util_unittest.cc',
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after
3154 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3157 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3158 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3159 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3157 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3160 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3158 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3161 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3162 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3163 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3161 ], 3164 ],
3162 } 3165 }
3163 } 3166 }
OLDNEW
« net/der/encode_values.cc ('K') | « net/der/parse_values_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698