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

Side by Side Diff: net/net.gypi

Issue 1652603002: Add information to SSLInfo about CT EV policy compliance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rsleevi nits Created 4 years, 10 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/ct_verify_result.cc ('k') | net/quic/crypto/proof_verifier_chromium.cc » ('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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'cert/cert_verifier.h', 81 'cert/cert_verifier.h',
82 'cert/cert_verify_result.cc', 82 'cert/cert_verify_result.cc',
83 'cert/cert_verify_result.h', 83 'cert/cert_verify_result.h',
84 'cert/crl_set.cc', 84 'cert/crl_set.cc',
85 'cert/crl_set.h', 85 'cert/crl_set.h',
86 'cert/ct_known_logs.cc', 86 'cert/ct_known_logs.cc',
87 'cert/ct_known_logs.h', 87 'cert/ct_known_logs.h',
88 'cert/ct_known_logs_static.h', 88 'cert/ct_known_logs_static.h',
89 'cert/ct_policy_enforcer.cc', 89 'cert/ct_policy_enforcer.cc',
90 'cert/ct_policy_enforcer.h', 90 'cert/ct_policy_enforcer.h',
91 'cert/ct_policy_status.h',
91 'cert/ct_verifier.h', 92 'cert/ct_verifier.h',
92 'cert/ct_verify_result.cc', 93 'cert/ct_verify_result.cc',
93 'cert/ct_verify_result.h', 94 'cert/ct_verify_result.h',
94 'cert/internal/certificate_policies.cc', 95 'cert/internal/certificate_policies.cc',
95 'cert/internal/certificate_policies.h', 96 'cert/internal/certificate_policies.h',
96 'cert/internal/extended_key_usage.cc', 97 'cert/internal/extended_key_usage.cc',
97 'cert/internal/extended_key_usage.h', 98 'cert/internal/extended_key_usage.h',
98 'cert/internal/name_constraints.cc', 99 'cert/internal/name_constraints.cc',
99 'cert/internal/name_constraints.h', 100 'cert/internal/name_constraints.h',
100 'cert/internal/parse_certificate.cc', 101 'cert/internal/parse_certificate.cc',
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 'docs/bug-triage-labels.md', 1971 'docs/bug-triage-labels.md',
1971 'docs/bug-triage-suggested-workflow.md', 1972 'docs/bug-triage-suggested-workflow.md',
1972 'docs/code-patterns.md', 1973 'docs/code-patterns.md',
1973 'docs/crash-course-in-net-internals.md', 1974 'docs/crash-course-in-net-internals.md',
1974 'docs/life-of-a-url-request.md', 1975 'docs/life-of-a-url-request.md',
1975 'sdch/README.md', 1976 'sdch/README.md',
1976 ], 1977 ],
1977 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1978 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1978 } 1979 }
1979 } 1980 }
OLDNEW
« no previous file with comments | « net/cert/ct_verify_result.cc ('k') | net/quic/crypto/proof_verifier_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698