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

Side by Side Diff: net/net.gypi

Issue 230713002: Certificate Transparency: Parse Signed Tree Heads and validate them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing more of Ryan's comments Created 6 years, 7 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 | « net/cert/signed_tree_head.h ('k') | net/test/ct_test_util.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 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'cert/cert_verifier.cc', 69 'cert/cert_verifier.cc',
70 'cert/cert_verifier.h', 70 'cert/cert_verifier.h',
71 'cert/cert_verify_result.cc', 71 'cert/cert_verify_result.cc',
72 'cert/cert_verify_result.h', 72 'cert/cert_verify_result.h',
73 'cert/pem_tokenizer.cc', 73 'cert/pem_tokenizer.cc',
74 'cert/pem_tokenizer.h', 74 'cert/pem_tokenizer.h',
75 'cert/signed_certificate_timestamp.cc', 75 'cert/signed_certificate_timestamp.cc',
76 'cert/signed_certificate_timestamp.h', 76 'cert/signed_certificate_timestamp.h',
77 'cert/single_request_cert_verifier.cc', 77 'cert/single_request_cert_verifier.cc',
78 'cert/single_request_cert_verifier.h', 78 'cert/single_request_cert_verifier.h',
79 'cert/signed_tree_head.h',
79 'cert/x509_cert_types.cc', 80 'cert/x509_cert_types.cc',
80 'cert/x509_cert_types.h', 81 'cert/x509_cert_types.h',
81 'cert/x509_certificate.cc', 82 'cert/x509_certificate.cc',
82 'cert/x509_certificate.h', 83 'cert/x509_certificate.h',
83 'cert/x509_certificate_net_log_param.cc', 84 'cert/x509_certificate_net_log_param.cc',
84 'cert/x509_certificate_net_log_param.h', 85 'cert/x509_certificate_net_log_param.h',
85 'cert/x509_certificate_openssl.cc', 86 'cert/x509_certificate_openssl.cc',
86 'cert/x509_util.cc', 87 'cert/x509_util.cc',
87 'cert/x509_util.h', 88 'cert/x509_util.h',
88 'cert/x509_util_openssl.cc', 89 'cert/x509_util_openssl.cc',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'cert/cert_verify_proc_nss.cc', 290 'cert/cert_verify_proc_nss.cc',
290 'cert/cert_verify_proc_nss.h', 291 'cert/cert_verify_proc_nss.h',
291 'cert/cert_verify_proc_openssl.cc', 292 'cert/cert_verify_proc_openssl.cc',
292 'cert/cert_verify_proc_openssl.h', 293 'cert/cert_verify_proc_openssl.h',
293 'cert/cert_verify_proc_win.cc', 294 'cert/cert_verify_proc_win.cc',
294 'cert/cert_verify_proc_win.h', 295 'cert/cert_verify_proc_win.h',
295 'cert/crl_set.cc', 296 'cert/crl_set.cc',
296 'cert/crl_set.h', 297 'cert/crl_set.h',
297 'cert/ct_known_logs.cc', 298 'cert/ct_known_logs.cc',
298 'cert/ct_known_logs.h', 299 'cert/ct_known_logs.h',
300 'cert/ct_log_response_parser.cc',
301 'cert/ct_log_response_parser.h',
299 'cert/ct_log_verifier.cc', 302 'cert/ct_log_verifier.cc',
300 'cert/ct_log_verifier.h', 303 'cert/ct_log_verifier.h',
301 'cert/ct_log_verifier_nss.cc', 304 'cert/ct_log_verifier_nss.cc',
302 'cert/ct_log_verifier_openssl.cc', 305 'cert/ct_log_verifier_openssl.cc',
303 'cert/ct_objects_extractor.h', 306 'cert/ct_objects_extractor.h',
304 'cert/ct_objects_extractor_nss.cc', 307 'cert/ct_objects_extractor_nss.cc',
305 'cert/ct_objects_extractor_openssl.cc', 308 'cert/ct_objects_extractor_openssl.cc',
306 'cert/ct_serialization.cc', 309 'cert/ct_serialization.cc',
307 'cert/ct_serialization.h', 310 'cert/ct_serialization.h',
308 'cert/ct_signed_certificate_timestamp_log_param.cc', 311 'cert/ct_signed_certificate_timestamp_log_param.cc',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1260 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1258 'base/sdch_manager_unittest.cc', 1261 'base/sdch_manager_unittest.cc',
1259 'base/static_cookie_policy_unittest.cc', 1262 'base/static_cookie_policy_unittest.cc',
1260 'base/test_completion_callback_unittest.cc', 1263 'base/test_completion_callback_unittest.cc',
1261 'base/upload_bytes_element_reader_unittest.cc', 1264 'base/upload_bytes_element_reader_unittest.cc',
1262 'base/upload_data_stream_unittest.cc', 1265 'base/upload_data_stream_unittest.cc',
1263 'base/upload_file_element_reader_unittest.cc', 1266 'base/upload_file_element_reader_unittest.cc',
1264 'base/url_util_unittest.cc', 1267 'base/url_util_unittest.cc',
1265 'cert/cert_verify_proc_unittest.cc', 1268 'cert/cert_verify_proc_unittest.cc',
1266 'cert/crl_set_unittest.cc', 1269 'cert/crl_set_unittest.cc',
1270 'cert/ct_log_response_parser_unittest.cc',
1267 'cert/ct_log_verifier_unittest.cc', 1271 'cert/ct_log_verifier_unittest.cc',
1268 'cert/ct_objects_extractor_unittest.cc', 1272 'cert/ct_objects_extractor_unittest.cc',
1269 'cert/ct_serialization_unittest.cc', 1273 'cert/ct_serialization_unittest.cc',
1270 'cert/ev_root_ca_metadata_unittest.cc', 1274 'cert/ev_root_ca_metadata_unittest.cc',
1271 'cert/jwk_serializer_unittest.cc', 1275 'cert/jwk_serializer_unittest.cc',
1272 'cert/multi_log_ct_verifier_unittest.cc', 1276 'cert/multi_log_ct_verifier_unittest.cc',
1273 'cert/multi_threaded_cert_verifier_unittest.cc', 1277 'cert/multi_threaded_cert_verifier_unittest.cc',
1274 'cert/nss_cert_database_chromeos_unittest.cc', 1278 'cert/nss_cert_database_chromeos_unittest.cc',
1275 'cert/nss_cert_database_unittest.cc', 1279 'cert/nss_cert_database_unittest.cc',
1276 'cert/nss_profile_filter_chromeos_unittest.cc', 1280 'cert/nss_profile_filter_chromeos_unittest.cc',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'tools/quic/test_tools/quic_test_client.h', 1710 'tools/quic/test_tools/quic_test_client.h',
1707 'tools/quic/test_tools/quic_test_utils.cc', 1711 'tools/quic/test_tools/quic_test_utils.cc',
1708 'tools/quic/test_tools/quic_test_utils.h', 1712 'tools/quic/test_tools/quic_test_utils.h',
1709 'tools/quic/test_tools/server_thread.h', 1713 'tools/quic/test_tools/server_thread.h',
1710 'tools/quic/test_tools/server_thread.cc', 1714 'tools/quic/test_tools/server_thread.cc',
1711 'tools/quic/test_tools/simple_client.h', 1715 'tools/quic/test_tools/simple_client.h',
1712 'tools/quic/test_tools/simple_client.cc', 1716 'tools/quic/test_tools/simple_client.cc',
1713 ], 1717 ],
1714 } 1718 }
1715 } 1719 }
OLDNEW
« no previous file with comments | « net/cert/signed_tree_head.h ('k') | net/test/ct_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698