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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'cert/cert_database.h', | 71 'cert/cert_database.h', |
72 'cert/cert_database_openssl.cc', | 72 'cert/cert_database_openssl.cc', |
73 'cert/cert_policy_enforcer.cc', | 73 'cert/cert_policy_enforcer.cc', |
74 'cert/cert_policy_enforcer.h', | 74 'cert/cert_policy_enforcer.h', |
75 'cert/cert_status_flags.cc', | 75 'cert/cert_status_flags.cc', |
76 'cert/cert_status_flags.h', | 76 'cert/cert_status_flags.h', |
77 'cert/cert_verifier.cc', | 77 'cert/cert_verifier.cc', |
78 'cert/cert_verifier.h', | 78 'cert/cert_verifier.h', |
79 'cert/cert_verify_result.cc', | 79 'cert/cert_verify_result.cc', |
80 'cert/cert_verify_result.h', | 80 'cert/cert_verify_result.h', |
| 81 'cert/client_cert_verifier.h', |
81 'cert/crl_set.cc', | 82 'cert/crl_set.cc', |
82 'cert/crl_set.h', | 83 'cert/crl_set.h', |
83 'cert/ct_known_logs.cc', | 84 'cert/ct_known_logs.cc', |
84 'cert/ct_known_logs.h', | 85 'cert/ct_known_logs.h', |
85 'cert/ct_known_logs_static.h', | 86 'cert/ct_known_logs_static.h', |
86 'cert/ct_verifier.h', | 87 'cert/ct_verifier.h', |
87 'cert/ct_verify_result.cc', | 88 'cert/ct_verify_result.cc', |
88 'cert/ct_verify_result.h', | 89 'cert/ct_verify_result.h', |
89 'cert/internal/certificate_policies.cc', | 90 'cert/internal/certificate_policies.cc', |
90 'cert/internal/certificate_policies.h', | 91 'cert/internal/certificate_policies.h', |
(...skipping 1819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1910 'docs/bug-triage.md', | 1911 'docs/bug-triage.md', |
1911 'docs/bug-triage-labels.md', | 1912 'docs/bug-triage-labels.md', |
1912 'docs/bug-triage-suggested-workflow.md', | 1913 'docs/bug-triage-suggested-workflow.md', |
1913 'docs/code-patterns.md', | 1914 'docs/code-patterns.md', |
1914 'docs/life-of-a-url-request.md', | 1915 'docs/life-of-a-url-request.md', |
1915 'sdch/README.md', | 1916 'sdch/README.md', |
1916 ], | 1917 ], |
1917 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1918 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1918 } | 1919 } |
1919 } | 1920 } |
OLD | NEW |