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

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: Fix compilation 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 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 'cert/x509_util_unittest.cc', 1431 'cert/x509_util_unittest.cc',
1430 'cert_net/cert_net_fetcher_impl_unittest.cc', 1432 'cert_net/cert_net_fetcher_impl_unittest.cc',
1431 'cert_net/nss_ocsp_unittest.cc', 1433 'cert_net/nss_ocsp_unittest.cc',
1432 'cookies/canonical_cookie_unittest.cc', 1434 'cookies/canonical_cookie_unittest.cc',
1433 'cookies/cookie_constants_unittest.cc', 1435 'cookies/cookie_constants_unittest.cc',
1434 'cookies/cookie_monster_unittest.cc', 1436 'cookies/cookie_monster_unittest.cc',
1435 'cookies/cookie_store_unittest.cc', 1437 'cookies/cookie_store_unittest.cc',
1436 'cookies/cookie_util_unittest.cc', 1438 'cookies/cookie_util_unittest.cc',
1437 'cookies/parsed_cookie_unittest.cc', 1439 'cookies/parsed_cookie_unittest.cc',
1438 'der/input_unittest.cc', 1440 'der/input_unittest.cc',
1441 'der/encode_values_unittest.cc',
1439 'der/parse_values_unittest.cc', 1442 'der/parse_values_unittest.cc',
1440 'der/parser_unittest.cc', 1443 'der/parser_unittest.cc',
1441 'disk_cache/backend_unittest.cc', 1444 'disk_cache/backend_unittest.cc',
1442 'disk_cache/blockfile/addr_unittest.cc', 1445 'disk_cache/blockfile/addr_unittest.cc',
1443 'disk_cache/blockfile/bitmap_unittest.cc', 1446 'disk_cache/blockfile/bitmap_unittest.cc',
1444 'disk_cache/blockfile/block_files_unittest.cc', 1447 'disk_cache/blockfile/block_files_unittest.cc',
1445 'disk_cache/blockfile/mapped_file_unittest.cc', 1448 'disk_cache/blockfile/mapped_file_unittest.cc',
1446 'disk_cache/blockfile/stats_unittest.cc', 1449 'disk_cache/blockfile/stats_unittest.cc',
1447 'disk_cache/blockfile/storage_block_unittest.cc', 1450 'disk_cache/blockfile/storage_block_unittest.cc',
1448 'disk_cache/cache_util_unittest.cc', 1451 'disk_cache/cache_util_unittest.cc',
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3167 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3165 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3168 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3166 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3169 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3167 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3170 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3168 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3171 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3169 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3172 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3170 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3173 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3171 ], 3174 ],
3172 } 3175 }
3173 } 3176 }
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