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

Side by Side Diff: net/net.gypi

Issue 1845113003: Certificate Transparency: Start tracking logs' state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/sth_observer.cc ('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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'cert/cert_verifier.cc', 80 'cert/cert_verifier.cc',
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/client_cert_verifier.h', 84 'cert/client_cert_verifier.h',
85 'cert/crl_set.cc', 85 'cert/crl_set.cc',
86 'cert/crl_set.h', 86 'cert/crl_set.h',
87 'cert/ct_known_logs.cc', 87 'cert/ct_known_logs.cc',
88 'cert/ct_known_logs.h', 88 'cert/ct_known_logs.h',
89 'cert/ct_known_logs_static.h', 89 'cert/ct_known_logs_static.h',
90 'cert/ct_observer.h',
90 'cert/ct_policy_enforcer.cc', 91 'cert/ct_policy_enforcer.cc',
91 'cert/ct_policy_enforcer.h', 92 'cert/ct_policy_enforcer.h',
92 'cert/ct_policy_status.h', 93 'cert/ct_policy_status.h',
93 'cert/ct_verifier.h', 94 'cert/ct_verifier.h',
94 'cert/ct_verify_result.cc', 95 'cert/ct_verify_result.cc',
95 'cert/ct_verify_result.h', 96 'cert/ct_verify_result.h',
96 'cert/internal/certificate_policies.cc', 97 'cert/internal/certificate_policies.cc',
97 'cert/internal/certificate_policies.h', 98 'cert/internal/certificate_policies.h',
98 'cert/internal/extended_key_usage.cc', 99 'cert/internal/extended_key_usage.cc',
99 'cert/internal/extended_key_usage.h', 100 'cert/internal/extended_key_usage.h',
(...skipping 14 matching lines...) Expand all
114 'cert/internal/verify_name_match.cc', 115 'cert/internal/verify_name_match.cc',
115 'cert/internal/verify_name_match.h', 116 'cert/internal/verify_name_match.h',
116 'cert/internal/verify_signed_data.cc', 117 'cert/internal/verify_signed_data.cc',
117 'cert/internal/verify_signed_data.h', 118 'cert/internal/verify_signed_data.h',
118 'cert/pem_tokenizer.cc', 119 'cert/pem_tokenizer.cc',
119 'cert/pem_tokenizer.h', 120 'cert/pem_tokenizer.h',
120 'cert/signed_certificate_timestamp.cc', 121 'cert/signed_certificate_timestamp.cc',
121 'cert/signed_certificate_timestamp.h', 122 'cert/signed_certificate_timestamp.h',
122 'cert/signed_tree_head.cc', 123 'cert/signed_tree_head.cc',
123 'cert/signed_tree_head.h', 124 'cert/signed_tree_head.h',
125 'cert/sth_observer.h',
126 'cert/sth_observer.cc',
127 'cert/sth_distributor.cc',
128 'cert/sth_distributor.h',
124 'cert/x509_cert_types.cc', 129 'cert/x509_cert_types.cc',
125 'cert/x509_cert_types.h', 130 'cert/x509_cert_types.h',
126 'cert/x509_certificate.cc', 131 'cert/x509_certificate.cc',
127 'cert/x509_certificate.h', 132 'cert/x509_certificate.h',
128 'cert/x509_certificate_net_log_param.cc', 133 'cert/x509_certificate_net_log_param.cc',
129 'cert/x509_certificate_net_log_param.h', 134 'cert/x509_certificate_net_log_param.h',
130 'cert/x509_certificate_openssl.cc', 135 'cert/x509_certificate_openssl.cc',
131 'cert/x509_util.cc', 136 'cert/x509_util.cc',
132 'cert/x509_util.h', 137 'cert/x509_util.h',
133 'cert/x509_util_openssl.cc', 138 'cert/x509_util_openssl.cc',
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
2014 'docs/bug-triage-labels.md', 2019 'docs/bug-triage-labels.md',
2015 'docs/bug-triage-suggested-workflow.md', 2020 'docs/bug-triage-suggested-workflow.md',
2016 'docs/code-patterns.md', 2021 'docs/code-patterns.md',
2017 'docs/crash-course-in-net-internals.md', 2022 'docs/crash-course-in-net-internals.md',
2018 'docs/life-of-a-url-request.md', 2023 'docs/life-of-a-url-request.md',
2019 'sdch/README.md', 2024 'sdch/README.md',
2020 ], 2025 ],
2021 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2026 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2022 } 2027 }
2023 } 2028 }
OLDNEW
« no previous file with comments | « net/cert/sth_observer.cc ('k') | net/test/ct_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698