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

Side by Side Diff: net/net.gypi

Issue 2206763005: Move signed_certificate_timestamp_and_status from net to cert (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'cert/internal/verify_name_match.h', 119 'cert/internal/verify_name_match.h',
120 'cert/internal/verify_signed_data.cc', 120 'cert/internal/verify_signed_data.cc',
121 'cert/internal/verify_signed_data.h', 121 'cert/internal/verify_signed_data.h',
122 'cert/ocsp_revocation_status.h', 122 'cert/ocsp_revocation_status.h',
123 'cert/ocsp_verify_result.cc', 123 'cert/ocsp_verify_result.cc',
124 'cert/ocsp_verify_result.h', 124 'cert/ocsp_verify_result.h',
125 'cert/pem_tokenizer.cc', 125 'cert/pem_tokenizer.cc',
126 'cert/pem_tokenizer.h', 126 'cert/pem_tokenizer.h',
127 'cert/signed_certificate_timestamp.cc', 127 'cert/signed_certificate_timestamp.cc',
128 'cert/signed_certificate_timestamp.h', 128 'cert/signed_certificate_timestamp.h',
129 'cert/signed_certificate_timestamp_and_status.cc',
130 'cert/signed_certificate_timestamp_and_status.h',
129 'cert/signed_tree_head.cc', 131 'cert/signed_tree_head.cc',
130 'cert/signed_tree_head.h', 132 'cert/signed_tree_head.h',
131 'cert/sth_distributor.cc', 133 'cert/sth_distributor.cc',
132 'cert/sth_distributor.h', 134 'cert/sth_distributor.h',
133 'cert/sth_observer.h', 135 'cert/sth_observer.h',
134 'cert/sth_reporter.h', 136 'cert/sth_reporter.h',
135 'cert/x509_cert_types.cc', 137 'cert/x509_cert_types.cc',
136 'cert/x509_cert_types.h', 138 'cert/x509_cert_types.h',
137 'cert/x509_certificate.cc', 139 'cert/x509_certificate.cc',
138 'cert/x509_certificate.h', 140 'cert/x509_certificate.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'ssl/channel_id_store.cc', 204 'ssl/channel_id_store.cc',
203 'ssl/channel_id_store.h', 205 'ssl/channel_id_store.h',
204 'ssl/client_key_store.cc', 206 'ssl/client_key_store.cc',
205 'ssl/client_key_store.h', 207 'ssl/client_key_store.h',
206 'ssl/default_channel_id_store.cc', 208 'ssl/default_channel_id_store.cc',
207 'ssl/default_channel_id_store.h', 209 'ssl/default_channel_id_store.h',
208 'ssl/openssl_client_key_store.cc', 210 'ssl/openssl_client_key_store.cc',
209 'ssl/openssl_client_key_store.h', 211 'ssl/openssl_client_key_store.h',
210 'ssl/openssl_ssl_util.cc', 212 'ssl/openssl_ssl_util.cc',
211 'ssl/openssl_ssl_util.h', 213 'ssl/openssl_ssl_util.h',
212 'ssl/signed_certificate_timestamp_and_status.cc',
213 'ssl/signed_certificate_timestamp_and_status.h',
214 'ssl/ssl_cert_request_info.cc', 214 'ssl/ssl_cert_request_info.cc',
215 'ssl/ssl_cert_request_info.h', 215 'ssl/ssl_cert_request_info.h',
216 'ssl/ssl_cipher_suite_names.cc', 216 'ssl/ssl_cipher_suite_names.cc',
217 'ssl/ssl_cipher_suite_names.h', 217 'ssl/ssl_cipher_suite_names.h',
218 'ssl/ssl_client_auth_cache.cc', 218 'ssl/ssl_client_auth_cache.cc',
219 'ssl/ssl_client_auth_cache.h', 219 'ssl/ssl_client_auth_cache.h',
220 'ssl/ssl_client_cert_type.h', 220 'ssl/ssl_client_cert_type.h',
221 'ssl/ssl_client_session_cache.cc', 221 'ssl/ssl_client_session_cache.cc',
222 'ssl/ssl_client_session_cache.h', 222 'ssl/ssl_client_session_cache.h',
223 'ssl/ssl_config.cc', 223 'ssl/ssl_config.cc',
(...skipping 2960 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3184 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3185 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3185 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3186 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3186 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3187 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3187 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3188 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3188 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3189 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3189 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3190 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3190 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3191 ], 3191 ],
3192 } 3192 }
3193 } 3193 }
OLDNEW
« no previous file with comments | « net/cert/signed_certificate_timestamp_and_status.cc ('k') | net/ssl/signed_certificate_timestamp_and_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698