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

Side by Side Diff: net/net.gypi

Issue 1576513002: Serialisation code for Certificate Transparency data (Closed) Base URL: ssh://caladan.lon.corp.google.com/usr/local/google/eranm/opensource_clients/chrome/src@sth_consistency_validation_2
Patch Set: Created 4 years, 11 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/pem_tokenizer.cc', 108 'cert/pem_tokenizer.cc',
109 'cert/pem_tokenizer.h', 109 'cert/pem_tokenizer.h',
110 'cert/sha256_legacy_support_win.cc', 110 'cert/sha256_legacy_support_win.cc',
111 'cert/sha256_legacy_support_win.h', 111 'cert/sha256_legacy_support_win.h',
112 'cert/signed_certificate_timestamp.cc', 112 'cert/signed_certificate_timestamp.cc',
113 'cert/signed_certificate_timestamp.h', 113 'cert/signed_certificate_timestamp.h',
114 'cert/signed_tree_head.cc',
114 'cert/signed_tree_head.h', 115 'cert/signed_tree_head.h',
115 'cert/x509_cert_types.cc', 116 'cert/x509_cert_types.cc',
116 'cert/x509_cert_types.h', 117 'cert/x509_cert_types.h',
117 'cert/x509_certificate.cc', 118 'cert/x509_certificate.cc',
118 'cert/x509_certificate.h', 119 'cert/x509_certificate.h',
119 'cert/x509_certificate_net_log_param.cc', 120 'cert/x509_certificate_net_log_param.cc',
120 'cert/x509_certificate_net_log_param.h', 121 'cert/x509_certificate_net_log_param.h',
121 'cert/x509_certificate_openssl.cc', 122 'cert/x509_certificate_openssl.cc',
122 'cert/x509_util.cc', 123 'cert/x509_util.cc',
123 'cert/x509_util.h', 124 'cert/x509_util.h',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'cert/ct_log_verifier_openssl.cc', 573 'cert/ct_log_verifier_openssl.cc',
573 'cert/ct_log_verifier_util.cc', 574 'cert/ct_log_verifier_util.cc',
574 'cert/ct_log_verifier_util.h', 575 'cert/ct_log_verifier_util.h',
575 'cert/ct_objects_extractor.h', 576 'cert/ct_objects_extractor.h',
576 'cert/ct_objects_extractor_nss.cc', 577 'cert/ct_objects_extractor_nss.cc',
577 'cert/ct_objects_extractor_openssl.cc', 578 'cert/ct_objects_extractor_openssl.cc',
578 'cert/ct_serialization.cc', 579 'cert/ct_serialization.cc',
579 'cert/ct_serialization.h', 580 'cert/ct_serialization.h',
580 'cert/ct_signed_certificate_timestamp_log_param.cc', 581 'cert/ct_signed_certificate_timestamp_log_param.cc',
581 'cert/ct_signed_certificate_timestamp_log_param.h', 582 'cert/ct_signed_certificate_timestamp_log_param.h',
583 'cert/ct_trans_item.cc',
584 'cert/ct_trans_item.h',
582 'cert/ev_root_ca_metadata.cc', 585 'cert/ev_root_ca_metadata.cc',
583 'cert/ev_root_ca_metadata.h', 586 'cert/ev_root_ca_metadata.h',
584 'cert/jwk_serializer.h', 587 'cert/jwk_serializer.h',
585 'cert/jwk_serializer_nss.cc', 588 'cert/jwk_serializer_nss.cc',
586 'cert/jwk_serializer_openssl.cc', 589 'cert/jwk_serializer_openssl.cc',
587 'cert/merkle_consistency_proof.cc', 590 'cert/merkle_consistency_proof.cc',
588 'cert/merkle_consistency_proof.h', 591 'cert/merkle_consistency_proof.h',
589 'cert/multi_log_ct_verifier.cc', 592 'cert/multi_log_ct_verifier.cc',
590 'cert/multi_log_ct_verifier.h', 593 'cert/multi_log_ct_verifier.h',
591 'cert/multi_threaded_cert_verifier.cc', 594 'cert/multi_threaded_cert_verifier.cc',
(...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'docs/bug-triage-labels.md', 1935 'docs/bug-triage-labels.md',
1933 'docs/bug-triage-suggested-workflow.md', 1936 'docs/bug-triage-suggested-workflow.md',
1934 'docs/code-patterns.md', 1937 'docs/code-patterns.md',
1935 'docs/crash-course-in-net-internals.md', 1938 'docs/crash-course-in-net-internals.md',
1936 'docs/life-of-a-url-request.md', 1939 'docs/life-of-a-url-request.md',
1937 'sdch/README.md', 1940 'sdch/README.md',
1938 ], 1941 ],
1939 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1942 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1940 } 1943 }
1941 } 1944 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698