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

Side by Side Diff: net/net.gypi

Issue 2004843002: Adds a MerkleAuditProof struct to net/cert. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses review comment from eroman 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
« no previous file with comments | « net/cert/merkle_audit_proof_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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'cert/ct_objects_extractor.cc', 586 'cert/ct_objects_extractor.cc',
587 'cert/ct_objects_extractor.h', 587 'cert/ct_objects_extractor.h',
588 'cert/ct_serialization.cc', 588 'cert/ct_serialization.cc',
589 'cert/ct_serialization.h', 589 'cert/ct_serialization.h',
590 'cert/ct_signed_certificate_timestamp_log_param.cc', 590 'cert/ct_signed_certificate_timestamp_log_param.cc',
591 'cert/ct_signed_certificate_timestamp_log_param.h', 591 'cert/ct_signed_certificate_timestamp_log_param.h',
592 'cert/ev_root_ca_metadata.cc', 592 'cert/ev_root_ca_metadata.cc',
593 'cert/ev_root_ca_metadata.h', 593 'cert/ev_root_ca_metadata.h',
594 'cert/jwk_serializer.cc', 594 'cert/jwk_serializer.cc',
595 'cert/jwk_serializer.h', 595 'cert/jwk_serializer.h',
596 'cert/merkle_audit_proof.cc',
597 'cert/merkle_audit_proof.h',
596 'cert/merkle_consistency_proof.cc', 598 'cert/merkle_consistency_proof.cc',
597 'cert/merkle_consistency_proof.h', 599 'cert/merkle_consistency_proof.h',
598 'cert/merkle_tree_leaf.cc', 600 'cert/merkle_tree_leaf.cc',
599 'cert/merkle_tree_leaf.h', 601 'cert/merkle_tree_leaf.h',
600 'cert/multi_log_ct_verifier.cc', 602 'cert/multi_log_ct_verifier.cc',
601 'cert/multi_log_ct_verifier.h', 603 'cert/multi_log_ct_verifier.h',
602 'cert/multi_threaded_cert_verifier.cc', 604 'cert/multi_threaded_cert_verifier.cc',
603 'cert/multi_threaded_cert_verifier.h', 605 'cert/multi_threaded_cert_verifier.h',
604 'cert/nss_cert_database.cc', 606 'cert/nss_cert_database.cc',
605 'cert/nss_cert_database.h', 607 'cert/nss_cert_database.h',
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 'cert/internal/parse_name_unittest.cc', 1361 'cert/internal/parse_name_unittest.cc',
1360 'cert/internal/parse_ocsp_unittest.cc', 1362 'cert/internal/parse_ocsp_unittest.cc',
1361 'cert/internal/signature_algorithm_unittest.cc', 1363 'cert/internal/signature_algorithm_unittest.cc',
1362 'cert/internal/test_helpers.cc', 1364 'cert/internal/test_helpers.cc',
1363 'cert/internal/test_helpers.h', 1365 'cert/internal/test_helpers.h',
1364 'cert/internal/verify_certificate_chain_unittest.cc', 1366 'cert/internal/verify_certificate_chain_unittest.cc',
1365 'cert/internal/verify_certificate_chain_pkits_unittest.cc', 1367 'cert/internal/verify_certificate_chain_pkits_unittest.cc',
1366 'cert/internal/verify_name_match_unittest.cc', 1368 'cert/internal/verify_name_match_unittest.cc',
1367 'cert/internal/verify_signed_data_unittest.cc', 1369 'cert/internal/verify_signed_data_unittest.cc',
1368 'cert/jwk_serializer_unittest.cc', 1370 'cert/jwk_serializer_unittest.cc',
1371 'cert/merkle_audit_proof_unittest.cc',
1369 'cert/merkle_tree_leaf_unittest.cc', 1372 'cert/merkle_tree_leaf_unittest.cc',
1370 'cert/multi_log_ct_verifier_unittest.cc', 1373 'cert/multi_log_ct_verifier_unittest.cc',
1371 'cert/multi_threaded_cert_verifier_unittest.cc', 1374 'cert/multi_threaded_cert_verifier_unittest.cc',
1372 'cert/nss_cert_database_chromeos_unittest.cc', 1375 'cert/nss_cert_database_chromeos_unittest.cc',
1373 'cert/nss_cert_database_unittest.cc', 1376 'cert/nss_cert_database_unittest.cc',
1374 'cert/nss_profile_filter_chromeos_unittest.cc', 1377 'cert/nss_profile_filter_chromeos_unittest.cc',
1375 'cert/pem_tokenizer_unittest.cc', 1378 'cert/pem_tokenizer_unittest.cc',
1376 'cert/signed_certificate_timestamp_unittest.cc', 1379 'cert/signed_certificate_timestamp_unittest.cc',
1377 'cert/test_root_certs_unittest.cc', 1380 'cert/test_root_certs_unittest.cc',
1378 'cert/x509_cert_types_unittest.cc', 1381 'cert/x509_cert_types_unittest.cc',
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3079 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3080 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3081 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3082 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3085 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3083 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3084 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3085 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3086 ], 3089 ],
3087 } 3090 }
3088 } 3091 }
OLDNEW
« no previous file with comments | « net/cert/merkle_audit_proof_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698