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

Side by Side Diff: net/net.gypi

Issue 1414923007: Add initial code for verifying a certificate chain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_driver
Patch Set: ifdef out the tests on ios Created 5 years 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/net.gyp ('k') | no next file » | 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'cert/internal/parse_certificate.cc', 98 'cert/internal/parse_certificate.cc',
99 'cert/internal/parse_certificate.h', 99 'cert/internal/parse_certificate.h',
100 'cert/internal/signature_algorithm.cc', 100 'cert/internal/signature_algorithm.cc',
101 'cert/internal/signature_algorithm.h', 101 'cert/internal/signature_algorithm.h',
102 'cert/internal/signature_policy.cc', 102 'cert/internal/signature_policy.cc',
103 'cert/internal/signature_policy.h', 103 'cert/internal/signature_policy.h',
104 'cert/internal/verify_name_match.cc', 104 'cert/internal/verify_name_match.cc',
105 'cert/internal/verify_name_match.h', 105 'cert/internal/verify_name_match.h',
106 'cert/internal/verify_signed_data.cc', 106 'cert/internal/verify_signed_data.cc',
107 'cert/internal/verify_signed_data.h', 107 'cert/internal/verify_signed_data.h',
108 'cert/internal/verify_certificate_chain.cc',
109 'cert/internal/verify_certificate_chain.h',
108 'cert/pem_tokenizer.cc', 110 'cert/pem_tokenizer.cc',
109 'cert/pem_tokenizer.h', 111 'cert/pem_tokenizer.h',
110 'cert/sha256_legacy_support_win.cc', 112 'cert/sha256_legacy_support_win.cc',
111 'cert/sha256_legacy_support_win.h', 113 'cert/sha256_legacy_support_win.h',
112 'cert/signed_certificate_timestamp.cc', 114 'cert/signed_certificate_timestamp.cc',
113 'cert/signed_certificate_timestamp.h', 115 'cert/signed_certificate_timestamp.h',
114 'cert/signed_tree_head.h', 116 'cert/signed_tree_head.h',
115 'cert/x509_cert_types.cc', 117 'cert/x509_cert_types.cc',
116 'cert/x509_cert_types.h', 118 'cert/x509_cert_types.h',
117 'cert/x509_certificate.cc', 119 'cert/x509_certificate.cc',
(...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 'cert/ct_objects_extractor_unittest.cc', 1332 'cert/ct_objects_extractor_unittest.cc',
1331 'cert/ct_serialization_unittest.cc', 1333 'cert/ct_serialization_unittest.cc',
1332 'cert/ev_root_ca_metadata_unittest.cc', 1334 'cert/ev_root_ca_metadata_unittest.cc',
1333 'cert/internal/certificate_policies_unittest.cc', 1335 'cert/internal/certificate_policies_unittest.cc',
1334 'cert/internal/extended_key_usage_unittest.cc', 1336 'cert/internal/extended_key_usage_unittest.cc',
1335 'cert/internal/name_constraints_unittest.cc', 1337 'cert/internal/name_constraints_unittest.cc',
1336 'cert/internal/parse_certificate_unittest.cc', 1338 'cert/internal/parse_certificate_unittest.cc',
1337 'cert/internal/signature_algorithm_unittest.cc', 1339 'cert/internal/signature_algorithm_unittest.cc',
1338 'cert/internal/test_helpers.cc', 1340 'cert/internal/test_helpers.cc',
1339 'cert/internal/test_helpers.h', 1341 'cert/internal/test_helpers.h',
1342 'cert/internal/verify_certificate_chain_unittest.cc',
1340 'cert/internal/verify_name_match_unittest.cc', 1343 'cert/internal/verify_name_match_unittest.cc',
1341 'cert/internal/verify_signed_data_unittest.cc', 1344 'cert/internal/verify_signed_data_unittest.cc',
1342 'cert/jwk_serializer_unittest.cc', 1345 'cert/jwk_serializer_unittest.cc',
1343 'cert/multi_log_ct_verifier_unittest.cc', 1346 'cert/multi_log_ct_verifier_unittest.cc',
1344 'cert/multi_threaded_cert_verifier_unittest.cc', 1347 'cert/multi_threaded_cert_verifier_unittest.cc',
1345 'cert/nss_cert_database_chromeos_unittest.cc', 1348 'cert/nss_cert_database_chromeos_unittest.cc',
1346 'cert/nss_cert_database_unittest.cc', 1349 'cert/nss_cert_database_unittest.cc',
1347 'cert/nss_profile_filter_chromeos_unittest.cc', 1350 'cert/nss_profile_filter_chromeos_unittest.cc',
1348 'cert/pem_tokenizer_unittest.cc', 1351 'cert/pem_tokenizer_unittest.cc',
1349 'cert/sha256_legacy_support_win_unittest.cc', 1352 'cert/sha256_legacy_support_win_unittest.cc',
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'docs/bug-triage-labels.md', 1931 'docs/bug-triage-labels.md',
1929 'docs/bug-triage-suggested-workflow.md', 1932 'docs/bug-triage-suggested-workflow.md',
1930 'docs/code-patterns.md', 1933 'docs/code-patterns.md',
1931 'docs/crash-course-in-net-internals.md', 1934 'docs/crash-course-in-net-internals.md',
1932 'docs/life-of-a-url-request.md', 1935 'docs/life-of-a-url-request.md',
1933 'sdch/README.md', 1936 'sdch/README.md',
1934 ], 1937 ],
1935 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1938 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1936 } 1939 }
1937 } 1940 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698