OLD | NEW |
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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 "cert/ct_objects_extractor.cc", | 550 "cert/ct_objects_extractor.cc", |
551 "cert/ct_objects_extractor.h", | 551 "cert/ct_objects_extractor.h", |
552 "cert/ct_sct_to_string.cc", | 552 "cert/ct_sct_to_string.cc", |
553 "cert/ct_sct_to_string.h", | 553 "cert/ct_sct_to_string.h", |
554 "cert/ct_serialization.cc", | 554 "cert/ct_serialization.cc", |
555 "cert/ct_serialization.h", | 555 "cert/ct_serialization.h", |
556 "cert/ct_signed_certificate_timestamp_log_param.cc", | 556 "cert/ct_signed_certificate_timestamp_log_param.cc", |
557 "cert/ct_signed_certificate_timestamp_log_param.h", | 557 "cert/ct_signed_certificate_timestamp_log_param.h", |
558 "cert/ev_root_ca_metadata.cc", | 558 "cert/ev_root_ca_metadata.cc", |
559 "cert/ev_root_ca_metadata.h", | 559 "cert/ev_root_ca_metadata.h", |
560 "cert/internal/cert_issuer_source_nss.cc", | |
561 "cert/internal/cert_issuer_source_nss.h", | |
562 "cert/internal/system_trust_store.cc", | 560 "cert/internal/system_trust_store.cc", |
563 "cert/internal/system_trust_store.h", | 561 "cert/internal/system_trust_store.h", |
564 "cert/internal/trust_store_mac.cc", | 562 "cert/internal/trust_store_mac.cc", |
565 "cert/internal/trust_store_mac.h", | 563 "cert/internal/trust_store_mac.h", |
566 "cert/internal/trust_store_nss.cc", | 564 "cert/internal/trust_store_nss.cc", |
567 "cert/internal/trust_store_nss.h", | 565 "cert/internal/trust_store_nss.h", |
568 "cert/jwk_serializer.cc", | 566 "cert/jwk_serializer.cc", |
569 "cert/jwk_serializer.h", | 567 "cert/jwk_serializer.h", |
570 "cert/known_roots_mac.cc", | 568 "cert/known_roots_mac.cc", |
571 "cert/known_roots_mac.h", | 569 "cert/known_roots_mac.h", |
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1804 ] | 1802 ] |
1805 } | 1803 } |
1806 | 1804 |
1807 if (use_gio) { | 1805 if (use_gio) { |
1808 deps += [ "//build/linux/libgio" ] | 1806 deps += [ "//build/linux/libgio" ] |
1809 } | 1807 } |
1810 | 1808 |
1811 if (!use_nss_certs) { | 1809 if (!use_nss_certs) { |
1812 sources -= [ | 1810 sources -= [ |
1813 "cert/cert_database_nss.cc", | 1811 "cert/cert_database_nss.cc", |
1814 "cert/internal/cert_issuer_source_nss.cc", | |
1815 "cert/internal/cert_issuer_source_nss.h", | |
1816 "cert/internal/trust_store_nss.cc", | 1812 "cert/internal/trust_store_nss.cc", |
1817 "cert/internal/trust_store_nss.h", | 1813 "cert/internal/trust_store_nss.h", |
1818 "cert/known_roots_nss.cc", | 1814 "cert/known_roots_nss.cc", |
1819 "cert/known_roots_nss.h", | 1815 "cert/known_roots_nss.h", |
1820 "cert/nss_cert_database.cc", | 1816 "cert/nss_cert_database.cc", |
1821 "cert/nss_cert_database.h", | 1817 "cert/nss_cert_database.h", |
1822 "cert/x509_certificate_nss.cc", | 1818 "cert/x509_certificate_nss.cc", |
1823 "ssl/client_cert_store_nss.cc", | 1819 "ssl/client_cert_store_nss.cc", |
1824 "ssl/client_cert_store_nss.h", | 1820 "ssl/client_cert_store_nss.h", |
1825 "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", | 1821 "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", |
(...skipping 2392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4218 "cert/cert_verify_proc_whitelist_unittest.cc", | 4214 "cert/cert_verify_proc_whitelist_unittest.cc", |
4219 "cert/crl_set_unittest.cc", | 4215 "cert/crl_set_unittest.cc", |
4220 "cert/ct_known_logs_unittest.cc", | 4216 "cert/ct_known_logs_unittest.cc", |
4221 "cert/ct_log_response_parser_unittest.cc", | 4217 "cert/ct_log_response_parser_unittest.cc", |
4222 "cert/ct_log_verifier_unittest.cc", | 4218 "cert/ct_log_verifier_unittest.cc", |
4223 "cert/ct_objects_extractor_unittest.cc", | 4219 "cert/ct_objects_extractor_unittest.cc", |
4224 "cert/ct_policy_enforcer_unittest.cc", | 4220 "cert/ct_policy_enforcer_unittest.cc", |
4225 "cert/ct_serialization_unittest.cc", | 4221 "cert/ct_serialization_unittest.cc", |
4226 "cert/ev_root_ca_metadata_unittest.cc", | 4222 "cert/ev_root_ca_metadata_unittest.cc", |
4227 "cert/internal/cert_issuer_source_aia_unittest.cc", | 4223 "cert/internal/cert_issuer_source_aia_unittest.cc", |
4228 "cert/internal/cert_issuer_source_nss_unittest.cc", | |
4229 "cert/internal/cert_issuer_source_static_unittest.cc", | 4224 "cert/internal/cert_issuer_source_static_unittest.cc", |
4230 "cert/internal/cert_issuer_source_sync_unittest.h", | 4225 "cert/internal/cert_issuer_source_sync_unittest.h", |
4231 "cert/internal/certificate_policies_unittest.cc", | 4226 "cert/internal/certificate_policies_unittest.cc", |
4232 "cert/internal/extended_key_usage_unittest.cc", | 4227 "cert/internal/extended_key_usage_unittest.cc", |
4233 "cert/internal/name_constraints_unittest.cc", | 4228 "cert/internal/name_constraints_unittest.cc", |
4234 "cert/internal/nist_pkits_unittest.h", | 4229 "cert/internal/nist_pkits_unittest.h", |
4235 "cert/internal/parse_certificate_unittest.cc", | 4230 "cert/internal/parse_certificate_unittest.cc", |
4236 "cert/internal/parse_name_unittest.cc", | 4231 "cert/internal/parse_name_unittest.cc", |
4237 "cert/internal/parse_ocsp_unittest.cc", | 4232 "cert/internal/parse_ocsp_unittest.cc", |
4238 "cert/internal/parsed_certificate_unittest.cc", | 4233 "cert/internal/parsed_certificate_unittest.cc", |
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4979 if (is_chromeos) { | 4974 if (is_chromeos) { |
4980 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] | 4975 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] |
4981 } | 4976 } |
4982 | 4977 |
4983 if (!is_proto_quic && v8_use_external_startup_data) { | 4978 if (!is_proto_quic && v8_use_external_startup_data) { |
4984 deps += [ "//gin" ] | 4979 deps += [ "//gin" ] |
4985 } | 4980 } |
4986 | 4981 |
4987 if (!use_nss_certs) { | 4982 if (!use_nss_certs) { |
4988 sources -= [ | 4983 sources -= [ |
4989 "cert/internal/cert_issuer_source_nss_unittest.cc", | |
4990 "cert/internal/trust_store_nss_unittest.cc", | 4984 "cert/internal/trust_store_nss_unittest.cc", |
4991 "cert/nss_cert_database_unittest.cc", | 4985 "cert/nss_cert_database_unittest.cc", |
4992 "ssl/client_cert_store_nss_unittest.cc", | 4986 "ssl/client_cert_store_nss_unittest.cc", |
4993 "ssl/ssl_platform_key_nss_unittest.cc", | 4987 "ssl/ssl_platform_key_nss_unittest.cc", |
4994 ] | 4988 ] |
4995 if (is_chromeos) { # Already removed for all non-ChromeOS builds. | 4989 if (is_chromeos) { # Already removed for all non-ChromeOS builds. |
4996 sources -= [ | 4990 sources -= [ |
4997 "cert/nss_cert_database_chromeos_unittest.cc", | 4991 "cert/nss_cert_database_chromeos_unittest.cc", |
4998 "cert/nss_profile_filter_chromeos_unittest.cc", | 4992 "cert/nss_profile_filter_chromeos_unittest.cc", |
4999 ] | 4993 ] |
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5821 ] | 5815 ] |
5822 deps = [ | 5816 deps = [ |
5823 ":net_fuzzer_test_support", | 5817 ":net_fuzzer_test_support", |
5824 ":test_support", | 5818 ":test_support", |
5825 "//base", | 5819 "//base", |
5826 "//net", | 5820 "//net", |
5827 ] | 5821 ] |
5828 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 5822 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
5829 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 5823 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
5830 } | 5824 } |
OLD | NEW |