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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'socket/ssl_client_socket_pool.h', | 158 'socket/ssl_client_socket_pool.h', |
159 'socket/ssl_socket.h', | 159 'socket/ssl_socket.h', |
160 'ssl/channel_id_service.cc', | 160 'ssl/channel_id_service.cc', |
161 'ssl/channel_id_service.h', | 161 'ssl/channel_id_service.h', |
162 'ssl/channel_id_store.cc', | 162 'ssl/channel_id_store.cc', |
163 'ssl/channel_id_store.h', | 163 'ssl/channel_id_store.h', |
164 'ssl/default_channel_id_store.cc', | 164 'ssl/default_channel_id_store.cc', |
165 'ssl/default_channel_id_store.h', | 165 'ssl/default_channel_id_store.h', |
166 'ssl/openssl_client_key_store.cc', | 166 'ssl/openssl_client_key_store.cc', |
167 'ssl/openssl_client_key_store.h', | 167 'ssl/openssl_client_key_store.h', |
| 168 'ssl/client_key_store.cc', |
| 169 'ssl/client_key_store.h', |
168 'ssl/openssl_ssl_util.cc', | 170 'ssl/openssl_ssl_util.cc', |
169 'ssl/openssl_ssl_util.h', | 171 'ssl/openssl_ssl_util.h', |
170 'ssl/signed_certificate_timestamp_and_status.cc', | 172 'ssl/signed_certificate_timestamp_and_status.cc', |
171 'ssl/signed_certificate_timestamp_and_status.h', | 173 'ssl/signed_certificate_timestamp_and_status.h', |
172 'ssl/ssl_cert_request_info.cc', | 174 'ssl/ssl_cert_request_info.cc', |
173 'ssl/ssl_cert_request_info.h', | 175 'ssl/ssl_cert_request_info.h', |
174 'ssl/ssl_cipher_suite_names.cc', | 176 'ssl/ssl_cipher_suite_names.cc', |
175 'ssl/ssl_cipher_suite_names.h', | 177 'ssl/ssl_cipher_suite_names.h', |
176 'ssl/ssl_client_auth_cache.cc', | 178 'ssl/ssl_client_auth_cache.cc', |
177 'ssl/ssl_client_auth_cache.h', | 179 'ssl/ssl_client_auth_cache.h', |
(...skipping 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1872 'README.md', | 1874 'README.md', |
1873 'docs/bug-triage.md', | 1875 'docs/bug-triage.md', |
1874 'docs/bug-triage-labels.md', | 1876 'docs/bug-triage-labels.md', |
1875 'docs/bug-triage-suggested-workflow.md', | 1877 'docs/bug-triage-suggested-workflow.md', |
1876 'docs/life-of-a-url-request.md', | 1878 'docs/life-of-a-url-request.md', |
1877 'sdch/README.md', | 1879 'sdch/README.md', |
1878 ], | 1880 ], |
1879 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1881 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1880 } | 1882 } |
1881 } | 1883 } |
OLD | NEW |