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

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: Don't report private certificates 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'cert/internal/signature_policy.cc', 108 'cert/internal/signature_policy.cc',
109 'cert/internal/signature_policy.h', 109 'cert/internal/signature_policy.h',
110 'cert/internal/trust_store.cc', 110 'cert/internal/trust_store.cc',
111 'cert/internal/trust_store.h', 111 'cert/internal/trust_store.h',
112 'cert/internal/verify_certificate_chain.cc', 112 'cert/internal/verify_certificate_chain.cc',
113 'cert/internal/verify_certificate_chain.h', 113 'cert/internal/verify_certificate_chain.h',
114 'cert/internal/verify_name_match.cc', 114 'cert/internal/verify_name_match.cc',
115 'cert/internal/verify_name_match.h', 115 'cert/internal/verify_name_match.h',
116 'cert/internal/verify_signed_data.cc', 116 'cert/internal/verify_signed_data.cc',
117 'cert/internal/verify_signed_data.h', 117 'cert/internal/verify_signed_data.h',
118 'cert/expect_staple_report.h',
119 'cert/expect_staple_report.cc',
118 'cert/pem_tokenizer.cc', 120 'cert/pem_tokenizer.cc',
119 'cert/pem_tokenizer.h', 121 'cert/pem_tokenizer.h',
120 'cert/signed_certificate_timestamp.cc', 122 'cert/signed_certificate_timestamp.cc',
121 'cert/signed_certificate_timestamp.h', 123 'cert/signed_certificate_timestamp.h',
122 'cert/signed_tree_head.cc', 124 'cert/signed_tree_head.cc',
123 'cert/signed_tree_head.h', 125 'cert/signed_tree_head.h',
124 'cert/sth_distributor.cc', 126 'cert/sth_distributor.cc',
125 'cert/sth_distributor.h', 127 'cert/sth_distributor.h',
126 'cert/sth_observer.h', 128 'cert/sth_observer.h',
127 'cert/sth_reporter.h', 129 'cert/sth_reporter.h',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 'cert/internal/verify_name_match_unittest.cc', 1406 'cert/internal/verify_name_match_unittest.cc',
1405 'cert/internal/verify_signed_data_unittest.cc', 1407 'cert/internal/verify_signed_data_unittest.cc',
1406 'cert/jwk_serializer_unittest.cc', 1408 'cert/jwk_serializer_unittest.cc',
1407 'cert/merkle_audit_proof_unittest.cc', 1409 'cert/merkle_audit_proof_unittest.cc',
1408 'cert/merkle_tree_leaf_unittest.cc', 1410 'cert/merkle_tree_leaf_unittest.cc',
1409 'cert/multi_log_ct_verifier_unittest.cc', 1411 'cert/multi_log_ct_verifier_unittest.cc',
1410 'cert/multi_threaded_cert_verifier_unittest.cc', 1412 'cert/multi_threaded_cert_verifier_unittest.cc',
1411 'cert/nss_cert_database_chromeos_unittest.cc', 1413 'cert/nss_cert_database_chromeos_unittest.cc',
1412 'cert/nss_cert_database_unittest.cc', 1414 'cert/nss_cert_database_unittest.cc',
1413 'cert/nss_profile_filter_chromeos_unittest.cc', 1415 'cert/nss_profile_filter_chromeos_unittest.cc',
1416 'cert/expect_staple_report_unittest.cc',
1414 'cert/pem_tokenizer_unittest.cc', 1417 'cert/pem_tokenizer_unittest.cc',
1415 'cert/signed_certificate_timestamp_unittest.cc', 1418 'cert/signed_certificate_timestamp_unittest.cc',
1416 'cert/sth_distributor_unittest.cc', 1419 'cert/sth_distributor_unittest.cc',
1417 'cert/test_root_certs_unittest.cc', 1420 'cert/test_root_certs_unittest.cc',
1418 'cert/x509_cert_types_unittest.cc', 1421 'cert/x509_cert_types_unittest.cc',
1419 'cert/x509_certificate_unittest.cc', 1422 'cert/x509_certificate_unittest.cc',
1420 'cert/x509_util_unittest.cc', 1423 'cert/x509_util_unittest.cc',
1421 'cert_net/cert_net_fetcher_impl_unittest.cc', 1424 'cert_net/cert_net_fetcher_impl_unittest.cc',
1422 'cert_net/nss_ocsp_unittest.cc', 1425 'cert_net/nss_ocsp_unittest.cc',
1423 'cookies/canonical_cookie_unittest.cc', 1426 'cookies/canonical_cookie_unittest.cc',
(...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after
3135 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3138 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3136 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3139 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3137 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3140 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3138 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3141 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3139 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3142 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3140 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3143 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3141 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3144 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3142 ], 3145 ],
3143 } 3146 }
3144 } 3147 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698