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

Side by Side Diff: net/net.gypi

Issue 2040513003: Implement Expect-Staple (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move OCSP into cert_verify_proc Created 4 years, 6 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'cert/internal/signature_policy.cc', 110 'cert/internal/signature_policy.cc',
111 'cert/internal/signature_policy.h', 111 'cert/internal/signature_policy.h',
112 'cert/internal/trust_store.cc', 112 'cert/internal/trust_store.cc',
113 'cert/internal/trust_store.h', 113 'cert/internal/trust_store.h',
114 'cert/internal/verify_certificate_chain.cc', 114 'cert/internal/verify_certificate_chain.cc',
115 'cert/internal/verify_certificate_chain.h', 115 'cert/internal/verify_certificate_chain.h',
116 'cert/internal/verify_name_match.cc', 116 'cert/internal/verify_name_match.cc',
117 'cert/internal/verify_name_match.h', 117 'cert/internal/verify_name_match.h',
118 'cert/internal/verify_signed_data.cc', 118 'cert/internal/verify_signed_data.cc',
119 'cert/internal/verify_signed_data.h', 119 'cert/internal/verify_signed_data.h',
120 'cert/ocsp_verify_result.h',
121 'cert/ocsp_verify_result.cc',
120 'cert/pem_tokenizer.cc', 122 'cert/pem_tokenizer.cc',
121 'cert/pem_tokenizer.h', 123 'cert/pem_tokenizer.h',
122 'cert/signed_certificate_timestamp.cc', 124 'cert/signed_certificate_timestamp.cc',
123 'cert/signed_certificate_timestamp.h', 125 'cert/signed_certificate_timestamp.h',
124 'cert/signed_tree_head.cc', 126 'cert/signed_tree_head.cc',
125 'cert/signed_tree_head.h', 127 'cert/signed_tree_head.h',
126 'cert/sth_distributor.cc', 128 'cert/sth_distributor.cc',
127 'cert/sth_distributor.h', 129 'cert/sth_distributor.h',
128 'cert/sth_observer.h', 130 'cert/sth_observer.h',
129 'cert/sth_reporter.h', 131 'cert/sth_reporter.h',
(...skipping 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3154 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3157 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3158 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3157 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3159 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3158 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3161 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3162 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3161 ], 3163 ],
3162 } 3164 }
3163 } 3165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698