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

Side by Side Diff: net/net.gypi

Issue 1579233002: Rename CertPolicyEnforcer to CTPolicyEnforcer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'base/sys_addrinfo.h', 66 'base/sys_addrinfo.h',
67 'base/url_util.cc', 67 'base/url_util.cc',
68 'base/url_util.h', 68 'base/url_util.h',
69 'base/zap.cc', 69 'base/zap.cc',
70 'base/zap.h', 70 'base/zap.h',
71 'cert/asn1_util.cc', 71 'cert/asn1_util.cc',
72 'cert/asn1_util.h', 72 'cert/asn1_util.h',
73 'cert/cert_database.cc', 73 'cert/cert_database.cc',
74 'cert/cert_database.h', 74 'cert/cert_database.h',
75 'cert/cert_database_openssl.cc', 75 'cert/cert_database_openssl.cc',
76 'cert/cert_policy_enforcer.cc',
77 'cert/cert_policy_enforcer.h',
78 'cert/cert_status_flags.cc', 76 'cert/cert_status_flags.cc',
79 'cert/cert_status_flags.h', 77 'cert/cert_status_flags.h',
80 'cert/cert_verifier.cc', 78 'cert/cert_verifier.cc',
81 'cert/cert_verifier.h', 79 'cert/cert_verifier.h',
82 'cert/cert_verify_result.cc', 80 'cert/cert_verify_result.cc',
83 'cert/cert_verify_result.h', 81 'cert/cert_verify_result.h',
84 'cert/crl_set.cc', 82 'cert/crl_set.cc',
85 'cert/crl_set.h', 83 'cert/crl_set.h',
86 'cert/ct_known_logs.cc', 84 'cert/ct_known_logs.cc',
87 'cert/ct_known_logs.h', 85 'cert/ct_known_logs.h',
88 'cert/ct_known_logs_static.h', 86 'cert/ct_known_logs_static.h',
87 'cert/ct_policy_enforcer.cc',
88 'cert/ct_policy_enforcer.h',
89 'cert/ct_verifier.h', 89 'cert/ct_verifier.h',
90 'cert/ct_verify_result.cc', 90 'cert/ct_verify_result.cc',
91 'cert/ct_verify_result.h', 91 'cert/ct_verify_result.h',
92 'cert/internal/certificate_policies.cc', 92 'cert/internal/certificate_policies.cc',
93 'cert/internal/certificate_policies.h', 93 'cert/internal/certificate_policies.h',
94 'cert/internal/extended_key_usage.cc', 94 'cert/internal/extended_key_usage.cc',
95 'cert/internal/extended_key_usage.h', 95 'cert/internal/extended_key_usage.h',
96 'cert/internal/name_constraints.cc', 96 'cert/internal/name_constraints.cc',
97 'cert/internal/name_constraints.h', 97 'cert/internal/name_constraints.h',
98 'cert/internal/parse_certificate.cc', 98 'cert/internal/parse_certificate.cc',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'base/priority_queue_unittest.cc', 1331 'base/priority_queue_unittest.cc',
1332 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1332 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1333 'base/sdch_dictionary_unittest.cc', 1333 'base/sdch_dictionary_unittest.cc',
1334 'base/sdch_manager_unittest.cc', 1334 'base/sdch_manager_unittest.cc',
1335 'base/stale_while_revalidate_experiment_domains_unittest.cc', 1335 'base/stale_while_revalidate_experiment_domains_unittest.cc',
1336 'base/static_cookie_policy_unittest.cc', 1336 'base/static_cookie_policy_unittest.cc',
1337 'base/test_completion_callback_unittest.cc', 1337 'base/test_completion_callback_unittest.cc',
1338 'base/upload_bytes_element_reader_unittest.cc', 1338 'base/upload_bytes_element_reader_unittest.cc',
1339 'base/upload_file_element_reader_unittest.cc', 1339 'base/upload_file_element_reader_unittest.cc',
1340 'base/url_util_unittest.cc', 1340 'base/url_util_unittest.cc',
1341 'cert/cert_policy_enforcer_unittest.cc', 1341 'cert/ct_policy_enforcer_unittest.cc',
1342 'cert/cert_verify_proc_unittest.cc', 1342 'cert/cert_verify_proc_unittest.cc',
1343 'cert/cert_verify_proc_whitelist_unittest.cc', 1343 'cert/cert_verify_proc_whitelist_unittest.cc',
1344 'cert/crl_set_unittest.cc', 1344 'cert/crl_set_unittest.cc',
1345 'cert/ct_log_response_parser_unittest.cc', 1345 'cert/ct_log_response_parser_unittest.cc',
1346 'cert/ct_log_verifier_unittest.cc', 1346 'cert/ct_log_verifier_unittest.cc',
1347 'cert/ct_objects_extractor_unittest.cc', 1347 'cert/ct_objects_extractor_unittest.cc',
1348 'cert/ct_serialization_unittest.cc', 1348 'cert/ct_serialization_unittest.cc',
1349 'cert/ev_root_ca_metadata_unittest.cc', 1349 'cert/ev_root_ca_metadata_unittest.cc',
1350 'cert/internal/certificate_policies_unittest.cc', 1350 'cert/internal/certificate_policies_unittest.cc',
1351 'cert/internal/extended_key_usage_unittest.cc', 1351 'cert/internal/extended_key_usage_unittest.cc',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'docs/bug-triage-labels.md', 1963 'docs/bug-triage-labels.md',
1964 'docs/bug-triage-suggested-workflow.md', 1964 'docs/bug-triage-suggested-workflow.md',
1965 'docs/code-patterns.md', 1965 'docs/code-patterns.md',
1966 'docs/crash-course-in-net-internals.md', 1966 'docs/crash-course-in-net-internals.md',
1967 'docs/life-of-a-url-request.md', 1967 'docs/life-of-a-url-request.md',
1968 'sdch/README.md', 1968 'sdch/README.md',
1969 ], 1969 ],
1970 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1970 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1971 } 1971 }
1972 } 1972 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/crypto/proof_verifier_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698