OLD | NEW |
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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'cert/ct_log_verifier.h', | 590 'cert/ct_log_verifier.h', |
591 'cert/ct_log_verifier_nss.cc', | 591 'cert/ct_log_verifier_nss.cc', |
592 'cert/ct_log_verifier_openssl.cc', | 592 'cert/ct_log_verifier_openssl.cc', |
593 'cert/ct_log_verifier_util.cc', | 593 'cert/ct_log_verifier_util.cc', |
594 'cert/ct_log_verifier_util.h', | 594 'cert/ct_log_verifier_util.h', |
595 'cert/ct_objects_extractor.h', | 595 'cert/ct_objects_extractor.h', |
596 'cert/ct_objects_extractor_nss.cc', | 596 'cert/ct_objects_extractor_nss.cc', |
597 'cert/ct_objects_extractor_openssl.cc', | 597 'cert/ct_objects_extractor_openssl.cc', |
598 'cert/ct_serialization.cc', | 598 'cert/ct_serialization.cc', |
599 'cert/ct_serialization.h', | 599 'cert/ct_serialization.h', |
| 600 'cert/ct_sct_to_string.cc', |
| 601 'cert/ct_sct_to_string.h', |
600 'cert/ct_signed_certificate_timestamp_log_param.cc', | 602 'cert/ct_signed_certificate_timestamp_log_param.cc', |
601 'cert/ct_signed_certificate_timestamp_log_param.h', | 603 'cert/ct_signed_certificate_timestamp_log_param.h', |
602 'cert/ev_root_ca_metadata.cc', | 604 'cert/ev_root_ca_metadata.cc', |
603 'cert/ev_root_ca_metadata.h', | 605 'cert/ev_root_ca_metadata.h', |
604 'cert/jwk_serializer.h', | 606 'cert/jwk_serializer.h', |
605 'cert/jwk_serializer_nss.cc', | 607 'cert/jwk_serializer_nss.cc', |
606 'cert/jwk_serializer_openssl.cc', | 608 'cert/jwk_serializer_openssl.cc', |
607 'cert/merkle_consistency_proof.cc', | 609 'cert/merkle_consistency_proof.cc', |
608 'cert/merkle_consistency_proof.h', | 610 'cert/merkle_consistency_proof.h', |
609 'cert/multi_log_ct_verifier.cc', | 611 'cert/multi_log_ct_verifier.cc', |
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1994 'docs/bug-triage-labels.md', | 1996 'docs/bug-triage-labels.md', |
1995 'docs/bug-triage-suggested-workflow.md', | 1997 'docs/bug-triage-suggested-workflow.md', |
1996 'docs/code-patterns.md', | 1998 'docs/code-patterns.md', |
1997 'docs/crash-course-in-net-internals.md', | 1999 'docs/crash-course-in-net-internals.md', |
1998 'docs/life-of-a-url-request.md', | 2000 'docs/life-of-a-url-request.md', |
1999 'sdch/README.md', | 2001 'sdch/README.md', |
2000 ], | 2002 ], |
2001 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 2003 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
2002 } | 2004 } |
2003 } | 2005 } |
OLD | NEW |