| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'base/network_change_notifier_win.cc', | 227 'base/network_change_notifier_win.cc', |
| 228 'base/network_change_notifier_win.h', | 228 'base/network_change_notifier_win.h', |
| 229 'base/network_config_watcher_mac.cc', | 229 'base/network_config_watcher_mac.cc', |
| 230 'base/network_config_watcher_mac.h', | 230 'base/network_config_watcher_mac.h', |
| 231 'base/network_delegate.cc', | 231 'base/network_delegate.cc', |
| 232 'base/network_delegate.h', | 232 'base/network_delegate.h', |
| 233 'base/nss_cert_database.cc', | 233 'base/nss_cert_database.cc', |
| 234 'base/nss_cert_database.h', | 234 'base/nss_cert_database.h', |
| 235 'base/nss_memio.c', | 235 'base/nss_memio.c', |
| 236 'base/nss_memio.h', | 236 'base/nss_memio.h', |
| 237 'base/openssl_key_store.cc', |
| 238 'base/openssl_key_store.h', |
| 237 'base/openssl_memory_private_key_store.cc', | 239 'base/openssl_memory_private_key_store.cc', |
| 238 'base/openssl_private_key_store.h', | 240 'base/openssl_private_key_store.h', |
| 239 'base/openssl_private_key_store_android.cc', | 241 'base/openssl_private_key_store_android.cc', |
| 242 'base/openssl_util.h', |
| 243 'base/openssl_util.cc', |
| 240 'base/pem_tokenizer.cc', | 244 'base/pem_tokenizer.cc', |
| 241 'base/pem_tokenizer.h', | 245 'base/pem_tokenizer.h', |
| 242 'base/platform_mime_util.h', | 246 'base/platform_mime_util.h', |
| 243 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 247 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 244 'base/platform_mime_util_linux.cc', | 248 'base/platform_mime_util_linux.cc', |
| 245 'base/platform_mime_util_mac.mm', | 249 'base/platform_mime_util_mac.mm', |
| 246 'base/platform_mime_util_win.cc', | 250 'base/platform_mime_util_win.cc', |
| 247 'base/prioritized_dispatcher.cc', | 251 'base/prioritized_dispatcher.cc', |
| 248 'base/prioritized_dispatcher.h', | 252 'base/prioritized_dispatcher.h', |
| 249 'base/priority_queue.h', | 253 'base/priority_queue.h', |
| (...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1065 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 1069 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
| 1066 ], | 1070 ], |
| 1067 }, | 1071 }, |
| 1068 { # else !use_openssl: remove the unneeded files | 1072 { # else !use_openssl: remove the unneeded files |
| 1069 'sources!': [ | 1073 'sources!': [ |
| 1070 'base/cert_database_openssl.cc', | 1074 'base/cert_database_openssl.cc', |
| 1071 'base/cert_verify_proc_openssl.cc', | 1075 'base/cert_verify_proc_openssl.cc', |
| 1072 'base/cert_verify_proc_openssl.h', | 1076 'base/cert_verify_proc_openssl.h', |
| 1073 'base/crypto_module_openssl.cc', | 1077 'base/crypto_module_openssl.cc', |
| 1074 'base/keygen_handler_openssl.cc', | 1078 'base/keygen_handler_openssl.cc', |
| 1079 'base/openssl_key_store.cc', |
| 1080 'base/openssl_key_store.h', |
| 1075 'base/openssl_memory_private_key_store.cc', | 1081 'base/openssl_memory_private_key_store.cc', |
| 1076 'base/openssl_private_key_store.h', | 1082 'base/openssl_private_key_store.h', |
| 1077 'base/openssl_private_key_store_android.cc', | 1083 'base/openssl_private_key_store_android.cc', |
| 1084 'base/openssl_util.cc', |
| 1085 'base/openssl_util.h', |
| 1078 'base/test_root_certs_openssl.cc', | 1086 'base/test_root_certs_openssl.cc', |
| 1079 'base/x509_certificate_openssl.cc', | 1087 'base/x509_certificate_openssl.cc', |
| 1080 'base/x509_util_openssl.cc', | 1088 'base/x509_util_openssl.cc', |
| 1081 'base/x509_util_openssl.h', | 1089 'base/x509_util_openssl.h', |
| 1082 'socket/ssl_client_socket_openssl.cc', | 1090 'socket/ssl_client_socket_openssl.cc', |
| 1083 'socket/ssl_client_socket_openssl.h', | 1091 'socket/ssl_client_socket_openssl.h', |
| 1084 'socket/ssl_server_socket_openssl.cc', | 1092 'socket/ssl_server_socket_openssl.cc', |
| 1085 ], | 1093 ], |
| 1086 }, | 1094 }, |
| 1087 ], | 1095 ], |
| (...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2501 '--result', '<@(_outputs)', | 2509 '--result', '<@(_outputs)', |
| 2502 '--isolate', 'net_unittests.isolate', | 2510 '--isolate', 'net_unittests.isolate', |
| 2503 ], | 2511 ], |
| 2504 }, | 2512 }, |
| 2505 ], | 2513 ], |
| 2506 }, | 2514 }, |
| 2507 ], | 2515 ], |
| 2508 }], | 2516 }], |
| 2509 ], | 2517 ], |
| 2510 } | 2518 } |
| OLD | NEW |