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

Side by Side Diff: net/net.gypi

Issue 337603003: Certificate Transparency: Switch to using a generated CT log list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switched to defining the size of the log_key array in the type definition Created 6 years, 6 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
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'cert/cert_verify_proc_nss.cc', 291 'cert/cert_verify_proc_nss.cc',
292 'cert/cert_verify_proc_nss.h', 292 'cert/cert_verify_proc_nss.h',
293 'cert/cert_verify_proc_openssl.cc', 293 'cert/cert_verify_proc_openssl.cc',
294 'cert/cert_verify_proc_openssl.h', 294 'cert/cert_verify_proc_openssl.h',
295 'cert/cert_verify_proc_win.cc', 295 'cert/cert_verify_proc_win.cc',
296 'cert/cert_verify_proc_win.h', 296 'cert/cert_verify_proc_win.h',
297 'cert/crl_set.cc', 297 'cert/crl_set.cc',
298 'cert/crl_set.h', 298 'cert/crl_set.h',
299 'cert/ct_known_logs.cc', 299 'cert/ct_known_logs.cc',
300 'cert/ct_known_logs.h', 300 'cert/ct_known_logs.h',
301 'cert/ct_known_logs_static.h',
301 'cert/ct_log_response_parser.cc', 302 'cert/ct_log_response_parser.cc',
302 'cert/ct_log_response_parser.h', 303 'cert/ct_log_response_parser.h',
303 'cert/ct_log_verifier.cc', 304 'cert/ct_log_verifier.cc',
304 'cert/ct_log_verifier.h', 305 'cert/ct_log_verifier.h',
305 'cert/ct_log_verifier_nss.cc', 306 'cert/ct_log_verifier_nss.cc',
306 'cert/ct_log_verifier_openssl.cc', 307 'cert/ct_log_verifier_openssl.cc',
307 'cert/ct_objects_extractor.h', 308 'cert/ct_objects_extractor.h',
308 'cert/ct_objects_extractor_nss.cc', 309 'cert/ct_objects_extractor_nss.cc',
309 'cert/ct_objects_extractor_openssl.cc', 310 'cert/ct_objects_extractor_openssl.cc',
310 'cert/ct_serialization.cc', 311 'cert/ct_serialization.cc',
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'tools/quic/test_tools/quic_test_client.h', 1687 'tools/quic/test_tools/quic_test_client.h',
1687 'tools/quic/test_tools/quic_test_utils.cc', 1688 'tools/quic/test_tools/quic_test_utils.cc',
1688 'tools/quic/test_tools/quic_test_utils.h', 1689 'tools/quic/test_tools/quic_test_utils.h',
1689 'tools/quic/test_tools/server_thread.h', 1690 'tools/quic/test_tools/server_thread.h',
1690 'tools/quic/test_tools/server_thread.cc', 1691 'tools/quic/test_tools/server_thread.cc',
1691 'tools/quic/test_tools/simple_client.h', 1692 'tools/quic/test_tools/simple_client.h',
1692 'tools/quic/test_tools/simple_client.cc', 1693 'tools/quic/test_tools/simple_client.cc',
1693 ], 1694 ],
1694 } 1695 }
1695 } 1696 }
OLDNEW
« net/cert/multi_log_ct_verifier.cc ('K') | « net/cert/multi_log_ct_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698