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

Side by Side Diff: net/BUILD.gn

Issue 2585963003: PKI library Mac trust store integration (Closed)
Patch Set: review changes & cleanups 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "cert/ct_sct_to_string.cc", 538 "cert/ct_sct_to_string.cc",
539 "cert/ct_sct_to_string.h", 539 "cert/ct_sct_to_string.h",
540 "cert/ct_serialization.cc", 540 "cert/ct_serialization.cc",
541 "cert/ct_serialization.h", 541 "cert/ct_serialization.h",
542 "cert/ct_signed_certificate_timestamp_log_param.cc", 542 "cert/ct_signed_certificate_timestamp_log_param.cc",
543 "cert/ct_signed_certificate_timestamp_log_param.h", 543 "cert/ct_signed_certificate_timestamp_log_param.h",
544 "cert/ev_root_ca_metadata.cc", 544 "cert/ev_root_ca_metadata.cc",
545 "cert/ev_root_ca_metadata.h", 545 "cert/ev_root_ca_metadata.h",
546 "cert/internal/cert_issuer_source_nss.cc", 546 "cert/internal/cert_issuer_source_nss.cc",
547 "cert/internal/cert_issuer_source_nss.h", 547 "cert/internal/cert_issuer_source_nss.h",
548 "cert/internal/trust_store_mac.cc",
549 "cert/internal/trust_store_mac.h",
548 "cert/internal/trust_store_nss.cc", 550 "cert/internal/trust_store_nss.cc",
549 "cert/internal/trust_store_nss.h", 551 "cert/internal/trust_store_nss.h",
550 "cert/jwk_serializer.cc", 552 "cert/jwk_serializer.cc",
551 "cert/jwk_serializer.h", 553 "cert/jwk_serializer.h",
552 "cert/merkle_audit_proof.cc", 554 "cert/merkle_audit_proof.cc",
553 "cert/merkle_audit_proof.h", 555 "cert/merkle_audit_proof.h",
554 "cert/merkle_consistency_proof.cc", 556 "cert/merkle_consistency_proof.cc",
555 "cert/merkle_consistency_proof.h", 557 "cert/merkle_consistency_proof.h",
556 "cert/merkle_tree_leaf.cc", 558 "cert/merkle_tree_leaf.cc",
557 "cert/merkle_tree_leaf.h", 559 "cert/merkle_tree_leaf.h",
(...skipping 3573 matching lines...) Expand 10 before | Expand all | Expand 10 after
4131 "cert/internal/parse_name_unittest.cc", 4133 "cert/internal/parse_name_unittest.cc",
4132 "cert/internal/parse_ocsp_unittest.cc", 4134 "cert/internal/parse_ocsp_unittest.cc",
4133 "cert/internal/parsed_certificate_unittest.cc", 4135 "cert/internal/parsed_certificate_unittest.cc",
4134 "cert/internal/path_builder_pkits_unittest.cc", 4136 "cert/internal/path_builder_pkits_unittest.cc",
4135 "cert/internal/path_builder_unittest.cc", 4137 "cert/internal/path_builder_unittest.cc",
4136 "cert/internal/path_builder_verify_certificate_chain_unittest.cc", 4138 "cert/internal/path_builder_verify_certificate_chain_unittest.cc",
4137 "cert/internal/signature_algorithm_unittest.cc", 4139 "cert/internal/signature_algorithm_unittest.cc",
4138 "cert/internal/test_helpers.cc", 4140 "cert/internal/test_helpers.cc",
4139 "cert/internal/test_helpers.h", 4141 "cert/internal/test_helpers.h",
4140 "cert/internal/trust_store_collection_unittest.cc", 4142 "cert/internal/trust_store_collection_unittest.cc",
4143 "cert/internal/trust_store_mac_unittest.cc",
4141 "cert/internal/trust_store_nss_unittest.cc", 4144 "cert/internal/trust_store_nss_unittest.cc",
4142 "cert/internal/verify_certificate_chain_pkits_unittest.cc", 4145 "cert/internal/verify_certificate_chain_pkits_unittest.cc",
4143 "cert/internal/verify_certificate_chain_typed_unittest.h", 4146 "cert/internal/verify_certificate_chain_typed_unittest.h",
4144 "cert/internal/verify_certificate_chain_unittest.cc", 4147 "cert/internal/verify_certificate_chain_unittest.cc",
4145 "cert/internal/verify_name_match_unittest.cc", 4148 "cert/internal/verify_name_match_unittest.cc",
4146 "cert/internal/verify_signed_data_unittest.cc", 4149 "cert/internal/verify_signed_data_unittest.cc",
4147 "cert/jwk_serializer_unittest.cc", 4150 "cert/jwk_serializer_unittest.cc",
4148 "cert/merkle_audit_proof_unittest.cc", 4151 "cert/merkle_audit_proof_unittest.cc",
4149 "cert/merkle_tree_leaf_unittest.cc", 4152 "cert/merkle_tree_leaf_unittest.cc",
4150 "cert/multi_log_ct_verifier_unittest.cc", 4153 "cert/multi_log_ct_verifier_unittest.cc",
(...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after
5705 "tools/transport_security_state_generator/trie/trie_writer.cc", 5708 "tools/transport_security_state_generator/trie/trie_writer.cc",
5706 "tools/transport_security_state_generator/trie/trie_writer.h", 5709 "tools/transport_security_state_generator/trie/trie_writer.h",
5707 ] 5710 ]
5708 deps = [ 5711 deps = [
5709 "//base", 5712 "//base",
5710 "//crypto", 5713 "//crypto",
5711 "//third_party/boringssl", 5714 "//third_party/boringssl",
5712 ] 5715 ]
5713 } 5716 }
5714 } 5717 }
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