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

Side by Side Diff: net/BUILD.gn

Issue 2585963003: PKI library Mac trust store integration (Closed)
Patch Set: test fixes Created 3 years, 10 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 | « no previous file | net/cert/internal/trust_store_mac.h » ('j') | net/cert/internal/trust_store_mac.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "cert/ct_sct_to_string.cc", 534 "cert/ct_sct_to_string.cc",
535 "cert/ct_sct_to_string.h", 535 "cert/ct_sct_to_string.h",
536 "cert/ct_serialization.cc", 536 "cert/ct_serialization.cc",
537 "cert/ct_serialization.h", 537 "cert/ct_serialization.h",
538 "cert/ct_signed_certificate_timestamp_log_param.cc", 538 "cert/ct_signed_certificate_timestamp_log_param.cc",
539 "cert/ct_signed_certificate_timestamp_log_param.h", 539 "cert/ct_signed_certificate_timestamp_log_param.h",
540 "cert/ev_root_ca_metadata.cc", 540 "cert/ev_root_ca_metadata.cc",
541 "cert/ev_root_ca_metadata.h", 541 "cert/ev_root_ca_metadata.h",
542 "cert/internal/cert_issuer_source_nss.cc", 542 "cert/internal/cert_issuer_source_nss.cc",
543 "cert/internal/cert_issuer_source_nss.h", 543 "cert/internal/cert_issuer_source_nss.h",
544 "cert/internal/trust_store_mac.cc",
545 "cert/internal/trust_store_mac.h",
544 "cert/internal/trust_store_nss.cc", 546 "cert/internal/trust_store_nss.cc",
545 "cert/internal/trust_store_nss.h", 547 "cert/internal/trust_store_nss.h",
546 "cert/jwk_serializer.cc", 548 "cert/jwk_serializer.cc",
547 "cert/jwk_serializer.h", 549 "cert/jwk_serializer.h",
548 "cert/merkle_audit_proof.cc", 550 "cert/merkle_audit_proof.cc",
549 "cert/merkle_audit_proof.h", 551 "cert/merkle_audit_proof.h",
550 "cert/merkle_consistency_proof.cc", 552 "cert/merkle_consistency_proof.cc",
551 "cert/merkle_consistency_proof.h", 553 "cert/merkle_consistency_proof.h",
552 "cert/merkle_tree_leaf.cc", 554 "cert/merkle_tree_leaf.cc",
553 "cert/merkle_tree_leaf.h", 555 "cert/merkle_tree_leaf.h",
(...skipping 3548 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 "cert/internal/parse_name_unittest.cc", 4104 "cert/internal/parse_name_unittest.cc",
4103 "cert/internal/parse_ocsp_unittest.cc", 4105 "cert/internal/parse_ocsp_unittest.cc",
4104 "cert/internal/parsed_certificate_unittest.cc", 4106 "cert/internal/parsed_certificate_unittest.cc",
4105 "cert/internal/path_builder_pkits_unittest.cc", 4107 "cert/internal/path_builder_pkits_unittest.cc",
4106 "cert/internal/path_builder_unittest.cc", 4108 "cert/internal/path_builder_unittest.cc",
4107 "cert/internal/path_builder_verify_certificate_chain_unittest.cc", 4109 "cert/internal/path_builder_verify_certificate_chain_unittest.cc",
4108 "cert/internal/signature_algorithm_unittest.cc", 4110 "cert/internal/signature_algorithm_unittest.cc",
4109 "cert/internal/test_helpers.cc", 4111 "cert/internal/test_helpers.cc",
4110 "cert/internal/test_helpers.h", 4112 "cert/internal/test_helpers.h",
4111 "cert/internal/trust_store_collection_unittest.cc", 4113 "cert/internal/trust_store_collection_unittest.cc",
4114 "cert/internal/trust_store_mac_unittest.cc",
4112 "cert/internal/trust_store_nss_unittest.cc", 4115 "cert/internal/trust_store_nss_unittest.cc",
4113 "cert/internal/verify_certificate_chain_pkits_unittest.cc", 4116 "cert/internal/verify_certificate_chain_pkits_unittest.cc",
4114 "cert/internal/verify_certificate_chain_typed_unittest.h", 4117 "cert/internal/verify_certificate_chain_typed_unittest.h",
4115 "cert/internal/verify_certificate_chain_unittest.cc", 4118 "cert/internal/verify_certificate_chain_unittest.cc",
4116 "cert/internal/verify_name_match_unittest.cc", 4119 "cert/internal/verify_name_match_unittest.cc",
4117 "cert/internal/verify_signed_data_unittest.cc", 4120 "cert/internal/verify_signed_data_unittest.cc",
4118 "cert/jwk_serializer_unittest.cc", 4121 "cert/jwk_serializer_unittest.cc",
4119 "cert/merkle_audit_proof_unittest.cc", 4122 "cert/merkle_audit_proof_unittest.cc",
4120 "cert/merkle_tree_leaf_unittest.cc", 4123 "cert/merkle_tree_leaf_unittest.cc",
4121 "cert/multi_log_ct_verifier_unittest.cc", 4124 "cert/multi_log_ct_verifier_unittest.cc",
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
5644 "tools/domain_security_preload_generator/trie/trie_writer.cc", 5647 "tools/domain_security_preload_generator/trie/trie_writer.cc",
5645 "tools/domain_security_preload_generator/trie/trie_writer.h", 5648 "tools/domain_security_preload_generator/trie/trie_writer.h",
5646 ] 5649 ]
5647 deps = [ 5650 deps = [
5648 "//base", 5651 "//base",
5649 "//crypto", 5652 "//crypto",
5650 "//third_party/boringssl", 5653 "//third_party/boringssl",
5651 ] 5654 ]
5652 } 5655 }
5653 } 5656 }
OLDNEW
« no previous file with comments | « no previous file | net/cert/internal/trust_store_mac.h » ('j') | net/cert/internal/trust_store_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698