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

Side by Side Diff: net/net.gypi

Issue 1853753003: Certificate Transparency: New component for obtaining fresh STHs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments 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_reporter.h ('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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'cert/internal/verify_name_match.cc', 114 'cert/internal/verify_name_match.cc',
115 'cert/internal/verify_name_match.h', 115 'cert/internal/verify_name_match.h',
116 'cert/internal/verify_signed_data.cc', 116 'cert/internal/verify_signed_data.cc',
117 'cert/internal/verify_signed_data.h', 117 'cert/internal/verify_signed_data.h',
118 'cert/pem_tokenizer.cc', 118 'cert/pem_tokenizer.cc',
119 'cert/pem_tokenizer.h', 119 'cert/pem_tokenizer.h',
120 'cert/signed_certificate_timestamp.cc', 120 'cert/signed_certificate_timestamp.cc',
121 'cert/signed_certificate_timestamp.h', 121 'cert/signed_certificate_timestamp.h',
122 'cert/signed_tree_head.cc', 122 'cert/signed_tree_head.cc',
123 'cert/signed_tree_head.h', 123 'cert/signed_tree_head.h',
124 'cert/sth_distributor.cc',
125 'cert/sth_distributor.h',
126 'cert/sth_observer.h',
127 'cert/sth_reporter.h',
124 'cert/x509_cert_types.cc', 128 'cert/x509_cert_types.cc',
125 'cert/x509_cert_types.h', 129 'cert/x509_cert_types.h',
126 'cert/x509_certificate.cc', 130 'cert/x509_certificate.cc',
127 'cert/x509_certificate.h', 131 'cert/x509_certificate.h',
128 'cert/x509_certificate_net_log_param.cc', 132 'cert/x509_certificate_net_log_param.cc',
129 'cert/x509_certificate_net_log_param.h', 133 'cert/x509_certificate_net_log_param.h',
130 'cert/x509_certificate_openssl.cc', 134 'cert/x509_certificate_openssl.cc',
131 'cert/x509_util.cc', 135 'cert/x509_util.cc',
132 'cert/x509_util.h', 136 'cert/x509_util.h',
133 'cert/x509_util_openssl.cc', 137 'cert/x509_util_openssl.cc',
(...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 'docs/bug-triage-labels.md', 2012 'docs/bug-triage-labels.md',
2009 'docs/bug-triage-suggested-workflow.md', 2013 'docs/bug-triage-suggested-workflow.md',
2010 'docs/code-patterns.md', 2014 'docs/code-patterns.md',
2011 'docs/crash-course-in-net-internals.md', 2015 'docs/crash-course-in-net-internals.md',
2012 'docs/life-of-a-url-request.md', 2016 'docs/life-of-a-url-request.md',
2013 'sdch/README.md', 2017 'sdch/README.md',
2014 ], 2018 ],
2015 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2019 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2016 } 2020 }
2017 } 2021 }
OLDNEW
« no previous file with comments | « net/cert/sth_reporter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698