| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'socket/ssl_client_socket_pool.h', | 154 'socket/ssl_client_socket_pool.h', |
| 155 'socket/ssl_socket.h', | 155 'socket/ssl_socket.h', |
| 156 'ssl/channel_id_service.cc', | 156 'ssl/channel_id_service.cc', |
| 157 'ssl/channel_id_service.h', | 157 'ssl/channel_id_service.h', |
| 158 'ssl/channel_id_store.cc', | 158 'ssl/channel_id_store.cc', |
| 159 'ssl/channel_id_store.h', | 159 'ssl/channel_id_store.h', |
| 160 'ssl/default_channel_id_store.cc', | 160 'ssl/default_channel_id_store.cc', |
| 161 'ssl/default_channel_id_store.h', | 161 'ssl/default_channel_id_store.h', |
| 162 'ssl/openssl_client_key_store.cc', | 162 'ssl/openssl_client_key_store.cc', |
| 163 'ssl/openssl_client_key_store.h', | 163 'ssl/openssl_client_key_store.h', |
| 164 'ssl/client_key_store.cc', |
| 165 'ssl/client_key_store.h', |
| 164 'ssl/openssl_ssl_util.cc', | 166 'ssl/openssl_ssl_util.cc', |
| 165 'ssl/openssl_ssl_util.h', | 167 'ssl/openssl_ssl_util.h', |
| 166 'ssl/signed_certificate_timestamp_and_status.cc', | 168 'ssl/signed_certificate_timestamp_and_status.cc', |
| 167 'ssl/signed_certificate_timestamp_and_status.h', | 169 'ssl/signed_certificate_timestamp_and_status.h', |
| 168 'ssl/ssl_cert_request_info.cc', | 170 'ssl/ssl_cert_request_info.cc', |
| 169 'ssl/ssl_cert_request_info.h', | 171 'ssl/ssl_cert_request_info.h', |
| 170 'ssl/ssl_cipher_suite_names.cc', | 172 'ssl/ssl_cipher_suite_names.cc', |
| 171 'ssl/ssl_cipher_suite_names.h', | 173 'ssl/ssl_cipher_suite_names.h', |
| 172 'ssl/ssl_client_auth_cache.cc', | 174 'ssl/ssl_client_auth_cache.cc', |
| 173 'ssl/ssl_client_auth_cache.h', | 175 'ssl/ssl_client_auth_cache.h', |
| (...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1878 'README.md', | 1880 'README.md', |
| 1879 'docs/bug-triage.md', | 1881 'docs/bug-triage.md', |
| 1880 'docs/bug-triage-labels.md', | 1882 'docs/bug-triage-labels.md', |
| 1881 'docs/bug-triage-suggested-workflow.md', | 1883 'docs/bug-triage-suggested-workflow.md', |
| 1882 'docs/life-of-a-url-request.md', | 1884 'docs/life-of-a-url-request.md', |
| 1883 'sdch/README.md', | 1885 'sdch/README.md', |
| 1884 ], | 1886 ], |
| 1885 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1887 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1886 } | 1888 } |
| 1887 } | 1889 } |
| OLD | NEW |