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

Side by Side Diff: net/BUILD.gn

Issue 2585963003: PKI library Mac trust store integration (Closed)
Patch Set: updates for rebase & cl format Created 3 years, 9 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 | « base/mac/foundation_util.mm ('k') | net/cert/internal/trust_store_mac.h » ('j') | no next file with comments »
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 3554 matching lines...) Expand 10 before | Expand all | Expand 10 after
4112 "cert/internal/parse_name_unittest.cc", 4114 "cert/internal/parse_name_unittest.cc",
4113 "cert/internal/parse_ocsp_unittest.cc", 4115 "cert/internal/parse_ocsp_unittest.cc",
4114 "cert/internal/parsed_certificate_unittest.cc", 4116 "cert/internal/parsed_certificate_unittest.cc",
4115 "cert/internal/path_builder_pkits_unittest.cc", 4117 "cert/internal/path_builder_pkits_unittest.cc",
4116 "cert/internal/path_builder_unittest.cc", 4118 "cert/internal/path_builder_unittest.cc",
4117 "cert/internal/path_builder_verify_certificate_chain_unittest.cc", 4119 "cert/internal/path_builder_verify_certificate_chain_unittest.cc",
4118 "cert/internal/signature_algorithm_unittest.cc", 4120 "cert/internal/signature_algorithm_unittest.cc",
4119 "cert/internal/test_helpers.cc", 4121 "cert/internal/test_helpers.cc",
4120 "cert/internal/test_helpers.h", 4122 "cert/internal/test_helpers.h",
4121 "cert/internal/trust_store_collection_unittest.cc", 4123 "cert/internal/trust_store_collection_unittest.cc",
4124 "cert/internal/trust_store_mac_unittest.cc",
4122 "cert/internal/trust_store_nss_unittest.cc", 4125 "cert/internal/trust_store_nss_unittest.cc",
4123 "cert/internal/verify_certificate_chain_pkits_unittest.cc", 4126 "cert/internal/verify_certificate_chain_pkits_unittest.cc",
4124 "cert/internal/verify_certificate_chain_typed_unittest.h", 4127 "cert/internal/verify_certificate_chain_typed_unittest.h",
4125 "cert/internal/verify_certificate_chain_unittest.cc", 4128 "cert/internal/verify_certificate_chain_unittest.cc",
4126 "cert/internal/verify_name_match_unittest.cc", 4129 "cert/internal/verify_name_match_unittest.cc",
4127 "cert/internal/verify_signed_data_unittest.cc", 4130 "cert/internal/verify_signed_data_unittest.cc",
4128 "cert/jwk_serializer_unittest.cc", 4131 "cert/jwk_serializer_unittest.cc",
4129 "cert/merkle_audit_proof_unittest.cc", 4132 "cert/merkle_audit_proof_unittest.cc",
4130 "cert/merkle_tree_leaf_unittest.cc", 4133 "cert/merkle_tree_leaf_unittest.cc",
4131 "cert/multi_log_ct_verifier_unittest.cc", 4134 "cert/multi_log_ct_verifier_unittest.cc",
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
5702 "tools/transport_security_state_generator/trie/trie_writer.cc", 5705 "tools/transport_security_state_generator/trie/trie_writer.cc",
5703 "tools/transport_security_state_generator/trie/trie_writer.h", 5706 "tools/transport_security_state_generator/trie/trie_writer.h",
5704 ] 5707 ]
5705 deps = [ 5708 deps = [
5706 "//base", 5709 "//base",
5707 "//crypto", 5710 "//crypto",
5708 "//third_party/boringssl", 5711 "//third_party/boringssl",
5709 ] 5712 ]
5710 } 5713 }
5711 } 5714 }
OLDNEW
« no previous file with comments | « base/mac/foundation_util.mm ('k') | net/cert/internal/trust_store_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698