OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'base/network_config_watcher_mac.h', | 183 'base/network_config_watcher_mac.h', |
184 'base/network_delegate.cc', | 184 'base/network_delegate.cc', |
185 'base/network_delegate.h', | 185 'base/network_delegate.h', |
186 'base/nss_memio.c', | 186 'base/nss_memio.c', |
187 'base/nss_memio.h', | 187 'base/nss_memio.h', |
188 'base/openssl_memory_private_key_store.cc', | 188 'base/openssl_memory_private_key_store.cc', |
189 'base/openssl_private_key_store.h', | 189 'base/openssl_private_key_store.h', |
190 'base/openssl_private_key_store_android.cc', | 190 'base/openssl_private_key_store_android.cc', |
191 'base/origin_bound_cert_service.cc', | 191 'base/origin_bound_cert_service.cc', |
192 'base/origin_bound_cert_service.h', | 192 'base/origin_bound_cert_service.h', |
| 193 'base/origin_bound_cert_store.cc', |
193 'base/origin_bound_cert_store.h', | 194 'base/origin_bound_cert_store.h', |
194 'base/pem_tokenizer.cc', | 195 'base/pem_tokenizer.cc', |
195 'base/pem_tokenizer.h', | 196 'base/pem_tokenizer.h', |
196 'base/platform_mime_util.h', | 197 'base/platform_mime_util.h', |
197 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 198 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
198 'base/platform_mime_util_linux.cc', | 199 'base/platform_mime_util_linux.cc', |
199 'base/platform_mime_util_mac.cc', | 200 'base/platform_mime_util_mac.cc', |
200 'base/platform_mime_util_win.cc', | 201 'base/platform_mime_util_win.cc', |
201 'base/rand_callback.h', | 202 'base/rand_callback.h', |
202 'base/registry_controlled_domain.cc', | 203 'base/registry_controlled_domain.cc', |
203 'base/registry_controlled_domain.h', | 204 'base/registry_controlled_domain.h', |
204 'base/sdch_filter.cc', | 205 'base/sdch_filter.cc', |
205 'base/sdch_filter.h', | 206 'base/sdch_filter.h', |
206 'base/sdch_manager.cc', | 207 'base/sdch_manager.cc', |
207 'base/sdch_manager.h', | 208 'base/sdch_manager.h', |
208 'base/single_request_host_resolver.cc', | 209 'base/single_request_host_resolver.cc', |
209 'base/single_request_host_resolver.h', | 210 'base/single_request_host_resolver.h', |
210 'base/ssl_cert_request_info.cc', | 211 'base/ssl_cert_request_info.cc', |
211 'base/ssl_cert_request_info.h', | 212 'base/ssl_cert_request_info.h', |
212 'base/ssl_cipher_suite_names.cc', | 213 'base/ssl_cipher_suite_names.cc', |
213 'base/ssl_cipher_suite_names.h', | 214 'base/ssl_cipher_suite_names.h', |
214 'base/ssl_client_auth_cache.cc', | 215 'base/ssl_client_auth_cache.cc', |
215 'base/ssl_client_auth_cache.h', | 216 'base/ssl_client_auth_cache.h', |
| 217 'base/ssl_client_cert_type.h', |
216 'base/ssl_config_service.cc', | 218 'base/ssl_config_service.cc', |
217 'base/ssl_config_service.h', | 219 'base/ssl_config_service.h', |
218 'base/ssl_config_service_defaults.cc', | 220 'base/ssl_config_service_defaults.cc', |
219 'base/ssl_config_service_defaults.h', | 221 'base/ssl_config_service_defaults.h', |
220 'base/ssl_false_start_blacklist.cc', | 222 'base/ssl_false_start_blacklist.cc', |
221 'base/ssl_false_start_blacklist.h', | 223 'base/ssl_false_start_blacklist.h', |
222 'base/ssl_info.cc', | 224 'base/ssl_info.cc', |
223 'base/ssl_info.h', | 225 'base/ssl_info.h', |
224 'base/static_cookie_policy.cc', | 226 'base/static_cookie_policy.cc', |
225 'base/static_cookie_policy.h', | 227 'base/static_cookie_policy.h', |
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1683 'tools/dump_cache/url_to_filename_encoder.cc', | 1685 'tools/dump_cache/url_to_filename_encoder.cc', |
1684 'tools/dump_cache/url_to_filename_encoder.h', | 1686 'tools/dump_cache/url_to_filename_encoder.h', |
1685 'tools/dump_cache/url_utilities.h', | 1687 'tools/dump_cache/url_utilities.h', |
1686 'tools/dump_cache/url_utilities.cc', | 1688 'tools/dump_cache/url_utilities.cc', |
1687 ], | 1689 ], |
1688 }, | 1690 }, |
1689 ], | 1691 ], |
1690 }], | 1692 }], |
1691 ], | 1693 ], |
1692 } | 1694 } |
OLD | NEW |