Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: net/net.gyp

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | net/proxy/proxy_script_fetcher_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'use_simple_cache_backend%': 0, 10 'use_simple_cache_backend%': 0,
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'android/network_change_notifier_delegate_android.h', 76 'android/network_change_notifier_delegate_android.h',
77 'android/network_change_notifier_factory_android.cc', 77 'android/network_change_notifier_factory_android.cc',
78 'android/network_change_notifier_factory_android.h', 78 'android/network_change_notifier_factory_android.h',
79 'android/network_library.cc', 79 'android/network_library.cc',
80 'android/network_library.h', 80 'android/network_library.h',
81 'base/address_family.h', 81 'base/address_family.h',
82 'base/address_list.cc', 82 'base/address_list.cc',
83 'base/address_list.h', 83 'base/address_list.h',
84 'base/address_tracker_linux.cc', 84 'base/address_tracker_linux.cc',
85 'base/address_tracker_linux.h', 85 'base/address_tracker_linux.h',
86 'base/asn1_util.cc',
87 'base/asn1_util.h',
88 'base/auth.cc', 86 'base/auth.cc',
89 'base/auth.h', 87 'base/auth.h',
90 'base/backoff_entry.cc', 88 'base/backoff_entry.cc',
91 'base/backoff_entry.h', 89 'base/backoff_entry.h',
92 'base/bandwidth_metrics.cc', 90 'base/bandwidth_metrics.cc',
93 'base/bandwidth_metrics.h', 91 'base/bandwidth_metrics.h',
94 'base/big_endian.cc', 92 'base/big_endian.cc',
95 'base/big_endian.h', 93 'base/big_endian.h',
96 'base/cache_type.h', 94 'base/cache_type.h',
97 'base/cert_database.cc',
98 'base/cert_database.h',
99 'base/cert_database_android.cc',
100 'base/cert_database_ios.cc',
101 'base/cert_database_mac.cc',
102 'base/cert_database_nss.cc',
103 'base/cert_database_openssl.cc',
104 'base/cert_database_win.cc',
105 'base/cert_status_flags.cc',
106 'base/cert_status_flags.h',
107 'base/cert_trust_anchor_provider.h',
108 'base/cert_verifier.cc',
109 'base/cert_verifier.h',
110 'base/cert_verify_proc.cc',
111 'base/cert_verify_proc.h',
112 'base/cert_verify_proc_android.cc',
113 'base/cert_verify_proc_android.h',
114 'base/cert_verify_proc_mac.cc',
115 'base/cert_verify_proc_mac.h',
116 'base/cert_verify_proc_nss.cc',
117 'base/cert_verify_proc_nss.h',
118 'base/cert_verify_proc_openssl.cc',
119 'base/cert_verify_proc_openssl.h',
120 'base/cert_verify_proc_win.cc',
121 'base/cert_verify_proc_win.h',
122 'base/cert_verify_result.cc',
123 'base/cert_verify_result.h',
124 'base/completion_callback.h', 95 'base/completion_callback.h',
125 'base/connection_type_histograms.cc', 96 'base/connection_type_histograms.cc',
126 'base/connection_type_histograms.h', 97 'base/connection_type_histograms.h',
127 'base/crl_set.cc',
128 'base/crl_set.h',
129 'base/crypto_module.h', 98 'base/crypto_module.h',
130 'base/crypto_module_nss.cc', 99 'base/crypto_module_nss.cc',
131 'base/crypto_module_openssl.cc', 100 'base/crypto_module_openssl.cc',
132 'base/data_url.cc', 101 'base/data_url.cc',
133 'base/data_url.h', 102 'base/data_url.h',
134 'base/directory_lister.cc', 103 'base/directory_lister.cc',
135 'base/directory_lister.h', 104 'base/directory_lister.h',
136 'base/dns_reloader.cc', 105 'base/dns_reloader.cc',
137 'base/dns_reloader.h', 106 'base/dns_reloader.h',
138 'base/dns_util.cc', 107 'base/dns_util.cc',
139 'base/dns_util.h', 108 'base/dns_util.h',
140 'base/escape.cc', 109 'base/escape.cc',
141 'base/escape.h', 110 'base/escape.h',
142 'base/ev_root_ca_metadata.cc',
143 'base/ev_root_ca_metadata.h',
144 'base/expiring_cache.h', 111 'base/expiring_cache.h',
145 'base/file_stream.cc', 112 'base/file_stream.cc',
146 'base/file_stream.h', 113 'base/file_stream.h',
147 'base/file_stream_context.cc', 114 'base/file_stream_context.cc',
148 'base/file_stream_context.h', 115 'base/file_stream_context.h',
149 'base/file_stream_context_posix.cc', 116 'base/file_stream_context_posix.cc',
150 'base/file_stream_context_win.cc', 117 'base/file_stream_context_win.cc',
151 'base/file_stream_metrics.cc', 118 'base/file_stream_metrics.cc',
152 'base/file_stream_metrics.h', 119 'base/file_stream_metrics.h',
153 'base/file_stream_metrics_posix.cc', 120 'base/file_stream_metrics_posix.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'base/load_flags.h', 152 'base/load_flags.h',
186 'base/load_flags_list.h', 153 'base/load_flags_list.h',
187 'base/load_states.h', 154 'base/load_states.h',
188 'base/load_states_list.h', 155 'base/load_states_list.h',
189 'base/load_timing_info.cc', 156 'base/load_timing_info.cc',
190 'base/load_timing_info.h', 157 'base/load_timing_info.h',
191 'base/mime_sniffer.cc', 158 'base/mime_sniffer.cc',
192 'base/mime_sniffer.h', 159 'base/mime_sniffer.h',
193 'base/mime_util.cc', 160 'base/mime_util.cc',
194 'base/mime_util.h', 161 'base/mime_util.h',
195 'base/multi_threaded_cert_verifier.cc',
196 'base/multi_threaded_cert_verifier.h',
197 'base/net_error_list.h', 162 'base/net_error_list.h',
198 'base/net_errors.cc', 163 'base/net_errors.cc',
199 'base/net_errors.h', 164 'base/net_errors.h',
200 'base/net_errors_posix.cc', 165 'base/net_errors_posix.cc',
201 'base/net_errors_win.cc', 166 'base/net_errors_win.cc',
202 'base/net_export.h', 167 'base/net_export.h',
203 'base/net_log.cc', 168 'base/net_log.cc',
204 'base/net_log.h', 169 'base/net_log.h',
205 'base/net_log_event_type_list.h', 170 'base/net_log_event_type_list.h',
206 'base/net_log_source_type_list.h', 171 'base/net_log_source_type_list.h',
207 'base/net_module.cc', 172 'base/net_module.cc',
208 'base/net_module.h', 173 'base/net_module.h',
209 'base/net_util.cc', 174 'base/net_util.cc',
210 'base/net_util.h', 175 'base/net_util.h',
211 'base/net_util_posix.cc', 176 'base/net_util_posix.cc',
212 'base/net_util_win.cc', 177 'base/net_util_win.cc',
213 'base/network_change_notifier.cc', 178 'base/network_change_notifier.cc',
214 'base/network_change_notifier.h', 179 'base/network_change_notifier.h',
215 'base/network_change_notifier_factory.h', 180 'base/network_change_notifier_factory.h',
216 'base/network_change_notifier_linux.cc', 181 'base/network_change_notifier_linux.cc',
217 'base/network_change_notifier_linux.h', 182 'base/network_change_notifier_linux.h',
218 'base/network_change_notifier_mac.cc', 183 'base/network_change_notifier_mac.cc',
219 'base/network_change_notifier_mac.h', 184 'base/network_change_notifier_mac.h',
220 'base/network_change_notifier_win.cc', 185 'base/network_change_notifier_win.cc',
221 'base/network_change_notifier_win.h', 186 'base/network_change_notifier_win.h',
222 'base/network_config_watcher_mac.cc', 187 'base/network_config_watcher_mac.cc',
223 'base/network_config_watcher_mac.h', 188 'base/network_config_watcher_mac.h',
224 'base/network_delegate.cc', 189 'base/network_delegate.cc',
225 'base/network_delegate.h', 190 'base/network_delegate.h',
226 'base/nss_cert_database.cc',
227 'base/nss_cert_database.h',
228 'base/nss_memio.c', 191 'base/nss_memio.c',
229 'base/nss_memio.h', 192 'base/nss_memio.h',
230 'base/openssl_client_key_store.cc', 193 'base/openssl_client_key_store.cc',
231 'base/openssl_client_key_store.h', 194 'base/openssl_client_key_store.h',
232 'base/openssl_private_key_store.h', 195 'base/openssl_private_key_store.h',
233 'base/openssl_private_key_store_android.cc', 196 'base/openssl_private_key_store_android.cc',
234 'base/openssl_private_key_store_memory.cc', 197 'base/openssl_private_key_store_memory.cc',
235 'base/pem_tokenizer.cc',
236 'base/pem_tokenizer.h',
237 'base/platform_mime_util.h', 198 'base/platform_mime_util.h',
238 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 199 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
239 'base/platform_mime_util_linux.cc', 200 'base/platform_mime_util_linux.cc',
240 'base/platform_mime_util_mac.mm', 201 'base/platform_mime_util_mac.mm',
241 'base/platform_mime_util_win.cc', 202 'base/platform_mime_util_win.cc',
242 'base/prioritized_dispatcher.cc', 203 'base/prioritized_dispatcher.cc',
243 'base/prioritized_dispatcher.h', 204 'base/prioritized_dispatcher.h',
244 'base/priority_queue.h', 205 'base/priority_queue.h',
245 'base/rand_callback.h', 206 'base/rand_callback.h',
246 'base/registry_controlled_domains/registry_controlled_domain.cc', 207 'base/registry_controlled_domains/registry_controlled_domain.cc',
247 'base/registry_controlled_domains/registry_controlled_domain.h', 208 'base/registry_controlled_domains/registry_controlled_domain.h',
248 'base/request_priority.h', 209 'base/request_priority.h',
249 'base/sdch_filter.cc', 210 'base/sdch_filter.cc',
250 'base/sdch_filter.h', 211 'base/sdch_filter.h',
251 'base/sdch_manager.cc', 212 'base/sdch_manager.cc',
252 'base/sdch_manager.h', 213 'base/sdch_manager.h',
253 'base/single_request_cert_verifier.cc',
254 'base/single_request_cert_verifier.h',
255 'base/static_cookie_policy.cc', 214 'base/static_cookie_policy.cc',
256 'base/static_cookie_policy.h', 215 'base/static_cookie_policy.h',
257 'base/stream_listen_socket.cc', 216 'base/stream_listen_socket.cc',
258 'base/stream_listen_socket.h', 217 'base/stream_listen_socket.h',
259 'base/sys_addrinfo.h', 218 'base/sys_addrinfo.h',
260 'base/tcp_listen_socket.cc', 219 'base/tcp_listen_socket.cc',
261 'base/tcp_listen_socket.h', 220 'base/tcp_listen_socket.h',
262 'base/test_data_stream.cc', 221 'base/test_data_stream.cc',
263 'base/test_data_stream.h', 222 'base/test_data_stream.h',
264 'base/test_root_certs.cc',
265 'base/test_root_certs.h',
266 'base/test_root_certs_mac.cc',
267 'base/test_root_certs_nss.cc',
268 'base/test_root_certs_openssl.cc',
269 'base/test_root_certs_android.cc',
270 'base/test_root_certs_win.cc',
271 'base/unix_domain_socket_posix.cc', 223 'base/unix_domain_socket_posix.cc',
272 'base/unix_domain_socket_posix.h', 224 'base/unix_domain_socket_posix.h',
273 'base/upload_bytes_element_reader.cc', 225 'base/upload_bytes_element_reader.cc',
274 'base/upload_bytes_element_reader.h', 226 'base/upload_bytes_element_reader.h',
275 'base/upload_data.cc', 227 'base/upload_data.cc',
276 'base/upload_data.h', 228 'base/upload_data.h',
277 'base/upload_data_stream.cc', 229 'base/upload_data_stream.cc',
278 'base/upload_data_stream.h', 230 'base/upload_data_stream.h',
279 'base/upload_element.cc', 231 'base/upload_element.cc',
280 'base/upload_element.h', 232 'base/upload_element.h',
281 'base/upload_element_reader.cc', 233 'base/upload_element_reader.cc',
282 'base/upload_element_reader.h', 234 'base/upload_element_reader.h',
283 'base/upload_file_element_reader.cc', 235 'base/upload_file_element_reader.cc',
284 'base/upload_file_element_reader.h', 236 'base/upload_file_element_reader.h',
285 'base/upload_progress.h', 237 'base/upload_progress.h',
286 'base/url_util.cc', 238 'base/url_util.cc',
287 'base/url_util.h', 239 'base/url_util.h',
288 'base/winsock_init.cc', 240 'base/winsock_init.cc',
289 'base/winsock_init.h', 241 'base/winsock_init.h',
290 'base/winsock_util.cc', 242 'base/winsock_util.cc',
291 'base/winsock_util.h', 243 'base/winsock_util.h',
292 'base/x509_cert_types.cc',
293 'base/x509_cert_types.h',
294 'base/x509_cert_types_mac.cc',
295 'base/x509_cert_types_win.cc',
296 'base/x509_certificate.cc',
297 'base/x509_certificate.h',
298 'base/x509_certificate_ios.cc',
299 'base/x509_certificate_mac.cc',
300 'base/x509_certificate_net_log_param.cc',
301 'base/x509_certificate_net_log_param.h',
302 'base/x509_certificate_nss.cc',
303 'base/x509_certificate_openssl.cc',
304 'base/x509_certificate_win.cc',
305 'base/x509_util.h',
306 'base/x509_util.cc',
307 'base/x509_util_ios.cc',
308 'base/x509_util_ios.h',
309 'base/x509_util_mac.cc',
310 'base/x509_util_mac.h',
311 'base/x509_util_nss.cc',
312 'base/x509_util_nss.h',
313 'base/x509_util_openssl.cc',
314 'base/x509_util_openssl.h',
315 'base/zap.cc', 244 'base/zap.cc',
316 'base/zap.h', 245 'base/zap.h',
246 'cert/asn1_util.cc',
247 'cert/asn1_util.h',
248 'cert/cert_database.cc',
249 'cert/cert_database.h',
250 'cert/cert_database_android.cc',
251 'cert/cert_database_ios.cc',
252 'cert/cert_database_mac.cc',
253 'cert/cert_database_nss.cc',
254 'cert/cert_database_openssl.cc',
255 'cert/cert_database_win.cc',
256 'cert/cert_status_flags.cc',
257 'cert/cert_status_flags.h',
258 'cert/cert_trust_anchor_provider.h',
259 'cert/cert_verifier.cc',
260 'cert/cert_verifier.h',
261 'cert/cert_verify_proc.cc',
262 'cert/cert_verify_proc.h',
263 'cert/cert_verify_proc_android.cc',
264 'cert/cert_verify_proc_android.h',
265 'cert/cert_verify_proc_mac.cc',
266 'cert/cert_verify_proc_mac.h',
267 'cert/cert_verify_proc_nss.cc',
268 'cert/cert_verify_proc_nss.h',
269 'cert/cert_verify_proc_openssl.cc',
270 'cert/cert_verify_proc_openssl.h',
271 'cert/cert_verify_proc_win.cc',
272 'cert/cert_verify_proc_win.h',
273 'cert/cert_verify_result.cc',
274 'cert/cert_verify_result.h',
275 'cert/crl_set.cc',
276 'cert/crl_set.h',
277 'cert/ev_root_ca_metadata.cc',
278 'cert/ev_root_ca_metadata.h',
279 'cert/multi_threaded_cert_verifier.cc',
280 'cert/multi_threaded_cert_verifier.h',
281 'cert/nss_cert_database.cc',
282 'cert/nss_cert_database.h',
283 'cert/pem_tokenizer.cc',
284 'cert/pem_tokenizer.h',
285 'cert/single_request_cert_verifier.cc',
286 'cert/single_request_cert_verifier.h',
287 'cert/test_root_certs.cc',
288 'cert/test_root_certs.h',
289 'cert/test_root_certs_mac.cc',
290 'cert/test_root_certs_nss.cc',
291 'cert/test_root_certs_openssl.cc',
292 'cert/test_root_certs_android.cc',
293 'cert/test_root_certs_win.cc',
294 'cert/x509_cert_types.cc',
295 'cert/x509_cert_types.h',
296 'cert/x509_cert_types_mac.cc',
297 'cert/x509_cert_types_win.cc',
298 'cert/x509_certificate.cc',
299 'cert/x509_certificate.h',
300 'cert/x509_certificate_ios.cc',
301 'cert/x509_certificate_mac.cc',
302 'cert/x509_certificate_net_log_param.cc',
303 'cert/x509_certificate_net_log_param.h',
304 'cert/x509_certificate_nss.cc',
305 'cert/x509_certificate_openssl.cc',
306 'cert/x509_certificate_win.cc',
307 'cert/x509_util.h',
308 'cert/x509_util.cc',
309 'cert/x509_util_ios.cc',
310 'cert/x509_util_ios.h',
311 'cert/x509_util_mac.cc',
312 'cert/x509_util_mac.h',
313 'cert/x509_util_nss.cc',
314 'cert/x509_util_nss.h',
315 'cert/x509_util_openssl.cc',
316 'cert/x509_util_openssl.h',
317 'cookies/canonical_cookie.cc', 317 'cookies/canonical_cookie.cc',
318 'cookies/canonical_cookie.h', 318 'cookies/canonical_cookie.h',
319 'cookies/cookie_monster.cc', 319 'cookies/cookie_monster.cc',
320 'cookies/cookie_monster.h', 320 'cookies/cookie_monster.h',
321 'cookies/cookie_options.h', 321 'cookies/cookie_options.h',
322 'cookies/cookie_store.cc', 322 'cookies/cookie_store.cc',
323 'cookies/cookie_store.h', 323 'cookies/cookie_store.h',
324 'cookies/cookie_util.cc', 324 'cookies/cookie_util.cc',
325 'cookies/cookie_util.h', 325 'cookies/cookie_util.h',
326 'cookies/parsed_cookie.cc', 326 'cookies/parsed_cookie.cc',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'dns/dns_client.cc', 1082 'dns/dns_client.cc',
1083 ], 1083 ],
1084 }], 1084 }],
1085 ['use_simple_cache_backend==1', { 1085 ['use_simple_cache_backend==1', {
1086 'defines': [ 1086 'defines': [
1087 'USE_SIMPLE_CACHE_BACKEND', 1087 'USE_SIMPLE_CACHE_BACKEND',
1088 ] 1088 ]
1089 }], 1089 }],
1090 ['use_openssl==1', { 1090 ['use_openssl==1', {
1091 'sources!': [ 1091 'sources!': [
1092 'base/cert_database_nss.cc',
1093 'base/cert_verify_proc_nss.cc',
1094 'base/cert_verify_proc_nss.h',
1095 'base/crypto_module_nss.cc', 1092 'base/crypto_module_nss.cc',
1096 'base/keygen_handler_nss.cc', 1093 'base/keygen_handler_nss.cc',
1097 'base/nss_cert_database.cc',
1098 'base/nss_cert_database.h',
1099 'base/nss_memio.c', 1094 'base/nss_memio.c',
1100 'base/nss_memio.h', 1095 'base/nss_memio.h',
1101 'base/test_root_certs_nss.cc', 1096 'cert/cert_database_nss.cc',
1102 'base/x509_certificate_nss.cc', 1097 'cert/cert_verify_proc_nss.cc',
1103 'base/x509_util_nss.cc', 1098 'cert/cert_verify_proc_nss.h',
1104 'base/x509_util_nss.h', 1099 'cert/nss_cert_database.cc',
1100 'cert/nss_cert_database.h',
1101 'cert/test_root_certs_nss.cc',
1102 'cert/x509_certificate_nss.cc',
1103 'cert/x509_util_nss.cc',
1104 'cert/x509_util_nss.h',
1105 'ocsp/nss_ocsp.cc', 1105 'ocsp/nss_ocsp.cc',
1106 'ocsp/nss_ocsp.h', 1106 'ocsp/nss_ocsp.h',
1107 'quic/crypto/aes_128_gcm_decrypter_nss.cc', 1107 'quic/crypto/aes_128_gcm_decrypter_nss.cc',
1108 'quic/crypto/aes_128_gcm_encrypter_nss.cc', 1108 'quic/crypto/aes_128_gcm_encrypter_nss.cc',
1109 'quic/crypto/p256_key_exchange_nss.cc', 1109 'quic/crypto/p256_key_exchange_nss.cc',
1110 'socket/nss_ssl_util.cc', 1110 'socket/nss_ssl_util.cc',
1111 'socket/nss_ssl_util.h', 1111 'socket/nss_ssl_util.h',
1112 'socket/ssl_client_socket_nss.cc', 1112 'socket/ssl_client_socket_nss.cc',
1113 'socket/ssl_client_socket_nss.h', 1113 'socket/ssl_client_socket_nss.h',
1114 'socket/ssl_server_socket_nss.cc', 1114 'socket/ssl_server_socket_nss.cc',
1115 'socket/ssl_server_socket_nss.h', 1115 'socket/ssl_server_socket_nss.h',
1116 'ssl/client_cert_store_impl_nss.cc', 1116 'ssl/client_cert_store_impl_nss.cc',
1117 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1117 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1118 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1118 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1119 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1119 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1120 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1120 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1121 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1121 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1122 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1122 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1123 ], 1123 ],
1124 }, 1124 },
1125 { # else !use_openssl: remove the unneeded files 1125 { # else !use_openssl: remove the unneeded files
1126 'sources!': [ 1126 'sources!': [
1127 'base/cert_database_openssl.cc',
1128 'base/cert_verify_proc_openssl.cc',
1129 'base/cert_verify_proc_openssl.h',
1130 'base/crypto_module_openssl.cc', 1127 'base/crypto_module_openssl.cc',
1131 'base/keygen_handler_openssl.cc', 1128 'base/keygen_handler_openssl.cc',
1132 'base/openssl_client_key_store.cc', 1129 'base/openssl_client_key_store.cc',
1133 'base/openssl_client_key_store.h', 1130 'base/openssl_client_key_store.h',
1134 'base/openssl_private_key_store.h', 1131 'base/openssl_private_key_store.h',
1135 'base/openssl_private_key_store_android.cc', 1132 'base/openssl_private_key_store_android.cc',
1136 'base/openssl_private_key_store_memory.cc', 1133 'base/openssl_private_key_store_memory.cc',
1137 'base/test_root_certs_openssl.cc', 1134 'cert/cert_database_openssl.cc',
1138 'base/x509_certificate_openssl.cc', 1135 'cert/cert_verify_proc_openssl.cc',
1139 'base/x509_util_openssl.cc', 1136 'cert/cert_verify_proc_openssl.h',
1140 'base/x509_util_openssl.h', 1137 'cert/test_root_certs_openssl.cc',
1138 'cert/x509_certificate_openssl.cc',
1139 'cert/x509_util_openssl.cc',
1140 'cert/x509_util_openssl.h',
1141 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', 1141 'quic/crypto/aes_128_gcm_decrypter_openssl.cc',
1142 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', 1142 'quic/crypto/aes_128_gcm_encrypter_openssl.cc',
1143 'quic/crypto/p256_key_exchange_openssl.cc', 1143 'quic/crypto/p256_key_exchange_openssl.cc',
1144 'quic/crypto/scoped_evp_cipher_ctx.h', 1144 'quic/crypto/scoped_evp_cipher_ctx.h',
1145 'socket/ssl_client_socket_openssl.cc', 1145 'socket/ssl_client_socket_openssl.cc',
1146 'socket/ssl_client_socket_openssl.h', 1146 'socket/ssl_client_socket_openssl.h',
1147 'socket/ssl_server_socket_openssl.cc', 1147 'socket/ssl_server_socket_openssl.cc',
1148 ], 1148 ],
1149 }, 1149 },
1150 ], 1150 ],
(...skipping 28 matching lines...) Expand all
1179 'link_settings': { 1179 'link_settings': {
1180 'ldflags': [ 1180 'ldflags': [
1181 '-R/usr/lib/mps', 1181 '-R/usr/lib/mps',
1182 ], 1182 ],
1183 }, 1183 },
1184 }], 1184 }],
1185 ], 1185 ],
1186 }, 1186 },
1187 { # else: OS is not in the above list 1187 { # else: OS is not in the above list
1188 'sources!': [ 1188 'sources!': [
1189 'base/cert_database_nss.cc',
1190 'base/crypto_module_nss.cc', 1189 'base/crypto_module_nss.cc',
1191 'base/keygen_handler_nss.cc', 1190 'base/keygen_handler_nss.cc',
1192 'base/nss_cert_database.cc', 1191 'cert/cert_database_nss.cc',
1193 'base/nss_cert_database.h', 1192 'cert/nss_cert_database.cc',
1194 'base/test_root_certs_nss.cc', 1193 'cert/nss_cert_database.h',
1195 'base/x509_certificate_nss.cc', 1194 'cert/test_root_certs_nss.cc',
1195 'cert/x509_certificate_nss.cc',
1196 'ocsp/nss_ocsp.cc', 1196 'ocsp/nss_ocsp.cc',
1197 'ocsp/nss_ocsp.h', 1197 'ocsp/nss_ocsp.h',
1198 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1198 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1199 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1199 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1200 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1200 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1201 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1201 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1202 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1202 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1203 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1203 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1204 ], 1204 ],
1205 }, 1205 },
1206 ], 1206 ],
1207 [ 'toolkit_uses_gtk == 1', { 1207 [ 'toolkit_uses_gtk == 1', {
1208 'dependencies': [ 1208 'dependencies': [
1209 '../build/linux/system.gyp:gdk', 1209 '../build/linux/system.gyp:gdk',
1210 ], 1210 ],
1211 }], 1211 }],
1212 [ 'use_nss != 1', { 1212 [ 'use_nss != 1', {
1213 'sources!': [ 1213 'sources!': [
1214 'base/cert_verify_proc_nss.cc', 1214 'cert/cert_verify_proc_nss.cc',
1215 'base/cert_verify_proc_nss.h', 1215 'cert/cert_verify_proc_nss.h',
1216 'ssl/client_cert_store_impl_nss.cc', 1216 'ssl/client_cert_store_impl_nss.cc',
1217 ], 1217 ],
1218 }], 1218 }],
1219 [ 'enable_websockets != 1', { 1219 [ 'enable_websockets != 1', {
1220 'sources/': [ 1220 'sources/': [
1221 ['exclude', '^socket_stream/'], 1221 ['exclude', '^socket_stream/'],
1222 ['exclude', '^websockets/'], 1222 ['exclude', '^websockets/'],
1223 ], 1223 ],
1224 'sources!': [ 1224 'sources!': [
1225 'spdy/spdy_websocket_stream.cc', 1225 'spdy/spdy_websocket_stream.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1295 'dependencies': [ 1295 'dependencies': [
1296 'net_java', 1296 'net_java',
1297 ], 1297 ],
1298 }], 1298 }],
1299 [ 'OS == "android"', { 1299 [ 'OS == "android"', {
1300 'dependencies': [ 1300 'dependencies': [
1301 '../third_party/openssl/openssl.gyp:openssl', 1301 '../third_party/openssl/openssl.gyp:openssl',
1302 'net_jni_headers', 1302 'net_jni_headers',
1303 ], 1303 ],
1304 'sources!': [ 1304 'sources!': [
1305 'base/cert_database_openssl.cc',
1306 'base/cert_verify_proc_openssl.cc',
1307 'base/openssl_private_key_store_memory.cc', 1305 'base/openssl_private_key_store_memory.cc',
1308 'base/test_root_certs_openssl.cc', 1306 'cert/cert_database_openssl.cc',
1307 'cert/cert_verify_proc_openssl.cc',
1308 'cert/test_root_certs_openssl.cc',
1309 ], 1309 ],
1310 # The net/android/keystore_openssl.cc source file needs to 1310 # The net/android/keystore_openssl.cc source file needs to
1311 # access an OpenSSL-internal header. 1311 # access an OpenSSL-internal header.
1312 'include_dirs': [ 1312 'include_dirs': [
1313 '../third_party/openssl', 1313 '../third_party/openssl',
1314 ], 1314 ],
1315 }, { # else OS != "android" 1315 }, { # else OS != "android"
1316 'defines': [ 1316 'defines': [
1317 # These are the features Android doesn't support. 1317 # These are the features Android doesn't support.
1318 'ENABLE_MEDIA_CODEC_THEORA', 1318 'ENABLE_MEDIA_CODEC_THEORA',
(...skipping 16 matching lines...) Expand all
1335 ['OS == "android"', { 1335 ['OS == "android"', {
1336 'sources/': [ 1336 'sources/': [
1337 ['include', '^base/platform_mime_util_linux\\.cc$'], 1337 ['include', '^base/platform_mime_util_linux\\.cc$'],
1338 ], 1338 ],
1339 }], 1339 }],
1340 ['OS == "ios"', { 1340 ['OS == "ios"', {
1341 'sources/': [ 1341 'sources/': [
1342 ['include', '^base/network_change_notifier_mac\\.cc$'], 1342 ['include', '^base/network_change_notifier_mac\\.cc$'],
1343 ['include', '^base/network_config_watcher_mac\\.cc$'], 1343 ['include', '^base/network_config_watcher_mac\\.cc$'],
1344 ['include', '^base/platform_mime_util_mac\\.mm$'], 1344 ['include', '^base/platform_mime_util_mac\\.mm$'],
1345 # The iOS implementation only partially uses NSS and thus does not
1346 # defines |use_nss|. In particular the |USE_NSS| preprocessor
1347 # definition is not used. The following files are needed though:
1348 ['include', '^cert/cert_verify_proc_nss\\.cc$'],
1349 ['include', '^cert/cert_verify_proc_nss\\.h$'],
1350 ['include', '^cert/test_root_certs_nss\\.cc$'],
1351 ['include', '^cert/x509_util_nss\\.cc$'],
1352 ['include', '^cert/x509_util_nss\\.h$'],
1345 ['include', '^dns/notify_watcher_mac\\.cc$'], 1353 ['include', '^dns/notify_watcher_mac\\.cc$'],
1346 ['include', '^proxy/proxy_resolver_mac\\.cc$'], 1354 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
1347 ['include', '^proxy/proxy_server_mac\\.cc$'], 1355 ['include', '^proxy/proxy_server_mac\\.cc$'],
1348 # The iOS implementation only partially uses NSS and thus does not
1349 # defines |use_nss|. In particular the |USE_NSS| preprocessor
1350 # definition is not used. The following files are needed though:
1351 ['include', '^base/cert_verify_proc_nss\\.cc$'],
1352 ['include', '^base/cert_verify_proc_nss\\.h$'],
1353 ['include', '^base/test_root_certs_nss\\.cc$'],
1354 ['include', '^base/x509_util_nss\\.cc$'],
1355 ['include', '^base/x509_util_nss\\.h$'],
1356 ['include', '^ocsp/nss_ocsp\\.cc$'], 1356 ['include', '^ocsp/nss_ocsp\\.cc$'],
1357 ['include', '^ocsp/nss_ocsp\\.h$'], 1357 ['include', '^ocsp/nss_ocsp\\.h$'],
1358 ], 1358 ],
1359 }], 1359 }],
1360 ], 1360 ],
1361 }, 1361 },
1362 { 1362 {
1363 'target_name': 'net_unittests', 1363 'target_name': 'net_unittests',
1364 'type': '<(gtest_target_type)', 1364 'type': '<(gtest_target_type)',
1365 'dependencies': [ 1365 'dependencies': [
1366 '../base/base.gyp:base', 1366 '../base/base.gyp:base',
1367 '../base/base.gyp:base_i18n', 1367 '../base/base.gyp:base_i18n',
1368 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1368 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1369 '../build/temp_gyp/googleurl.gyp:googleurl', 1369 '../build/temp_gyp/googleurl.gyp:googleurl',
1370 '../crypto/crypto.gyp:crypto', 1370 '../crypto/crypto.gyp:crypto',
1371 '../testing/gmock.gyp:gmock', 1371 '../testing/gmock.gyp:gmock',
1372 '../testing/gtest.gyp:gtest', 1372 '../testing/gtest.gyp:gtest',
1373 '../third_party/zlib/zlib.gyp:zlib', 1373 '../third_party/zlib/zlib.gyp:zlib',
1374 'net', 1374 'net',
1375 'net_test_support', 1375 'net_test_support',
1376 ], 1376 ],
1377 'sources': [ 1377 'sources': [
1378 'android/keystore_unittest.cc', 1378 'android/keystore_unittest.cc',
1379 'android/network_change_notifier_android_unittest.cc', 1379 'android/network_change_notifier_android_unittest.cc',
1380 'base/address_list_unittest.cc', 1380 'base/address_list_unittest.cc',
1381 'base/address_tracker_linux_unittest.cc', 1381 'base/address_tracker_linux_unittest.cc',
1382 'base/backoff_entry_unittest.cc', 1382 'base/backoff_entry_unittest.cc',
1383 'base/big_endian_unittest.cc', 1383 'base/big_endian_unittest.cc',
1384 'base/cert_verify_proc_unittest.cc',
1385 'base/crl_set_unittest.cc',
1386 'base/data_url_unittest.cc', 1384 'base/data_url_unittest.cc',
1387 'base/directory_lister_unittest.cc', 1385 'base/directory_lister_unittest.cc',
1388 'base/dns_util_unittest.cc', 1386 'base/dns_util_unittest.cc',
1389 'base/escape_unittest.cc', 1387 'base/escape_unittest.cc',
1390 'base/ev_root_ca_metadata_unittest.cc',
1391 'base/expiring_cache_unittest.cc', 1388 'base/expiring_cache_unittest.cc',
1392 'base/file_stream_unittest.cc', 1389 'base/file_stream_unittest.cc',
1393 'base/filter_unittest.cc', 1390 'base/filter_unittest.cc',
1394 'base/int128_unittest.cc', 1391 'base/int128_unittest.cc',
1395 'base/gzip_filter_unittest.cc', 1392 'base/gzip_filter_unittest.cc',
1396 'base/host_cache_unittest.cc', 1393 'base/host_cache_unittest.cc',
1397 'base/host_mapping_rules_unittest.cc', 1394 'base/host_mapping_rules_unittest.cc',
1398 'base/host_port_pair_unittest.cc', 1395 'base/host_port_pair_unittest.cc',
1399 'base/ip_endpoint_unittest.cc', 1396 'base/ip_endpoint_unittest.cc',
1400 'base/keygen_handler_unittest.cc', 1397 'base/keygen_handler_unittest.cc',
1401 'base/mime_sniffer_unittest.cc', 1398 'base/mime_sniffer_unittest.cc',
1402 'base/mime_util_unittest.cc', 1399 'base/mime_util_unittest.cc',
1403 'base/mock_filter_context.cc', 1400 'base/mock_filter_context.cc',
1404 'base/mock_filter_context.h', 1401 'base/mock_filter_context.h',
1405 'base/multi_threaded_cert_verifier_unittest.cc',
1406 'base/net_log_unittest.h', 1402 'base/net_log_unittest.h',
1407 'base/net_util_unittest.cc', 1403 'base/net_util_unittest.cc',
1408 'base/network_change_notifier_win_unittest.cc', 1404 'base/network_change_notifier_win_unittest.cc',
1409 'base/nss_cert_database_unittest.cc',
1410 'base/openssl_client_key_store_unittest.cc', 1405 'base/openssl_client_key_store_unittest.cc',
1411 'base/pem_tokenizer_unittest.cc',
1412 'base/prioritized_dispatcher_unittest.cc', 1406 'base/prioritized_dispatcher_unittest.cc',
1413 'base/priority_queue_unittest.cc', 1407 'base/priority_queue_unittest.cc',
1414 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ', 1408 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ',
1415 'base/sdch_filter_unittest.cc', 1409 'base/sdch_filter_unittest.cc',
1416 'base/static_cookie_policy_unittest.cc', 1410 'base/static_cookie_policy_unittest.cc',
1417 'base/tcp_listen_socket_unittest.cc', 1411 'base/tcp_listen_socket_unittest.cc',
1418 'base/tcp_listen_socket_unittest.h', 1412 'base/tcp_listen_socket_unittest.h',
1419 'base/test_certificate_data.h',
1420 'base/test_completion_callback_unittest.cc', 1413 'base/test_completion_callback_unittest.cc',
1421 'base/unix_domain_socket_posix_unittest.cc', 1414 'base/unix_domain_socket_posix_unittest.cc',
1422 'base/upload_bytes_element_reader_unittest.cc', 1415 'base/upload_bytes_element_reader_unittest.cc',
1423 'base/upload_data_stream_unittest.cc', 1416 'base/upload_data_stream_unittest.cc',
1424 'base/upload_file_element_reader_unittest.cc', 1417 'base/upload_file_element_reader_unittest.cc',
1425 'base/url_util_unittest.cc', 1418 'base/url_util_unittest.cc',
1426 'base/x509_certificate_unittest.cc', 1419 'cert/cert_verify_proc_unittest.cc',
1427 'base/x509_cert_types_unittest.cc', 1420 'cert/crl_set_unittest.cc',
1428 'base/x509_util_unittest.cc', 1421 'cert/ev_root_ca_metadata_unittest.cc',
1429 'base/x509_util_nss_unittest.cc', 1422 'cert/multi_threaded_cert_verifier_unittest.cc',
1430 'base/x509_util_openssl_unittest.cc', 1423 'cert/nss_cert_database_unittest.cc',
1424 'cert/pem_tokenizer_unittest.cc',
1425 'cert/x509_certificate_unittest.cc',
1426 'cert/x509_cert_types_unittest.cc',
1427 'cert/x509_util_unittest.cc',
1428 'cert/x509_util_nss_unittest.cc',
1429 'cert/x509_util_openssl_unittest.cc',
1431 'cookies/canonical_cookie_unittest.cc', 1430 'cookies/canonical_cookie_unittest.cc',
1432 'cookies/cookie_monster_unittest.cc', 1431 'cookies/cookie_monster_unittest.cc',
1433 'cookies/cookie_store_unittest.h', 1432 'cookies/cookie_store_unittest.h',
1434 'cookies/cookie_util_unittest.cc', 1433 'cookies/cookie_util_unittest.cc',
1435 'cookies/parsed_cookie_unittest.cc', 1434 'cookies/parsed_cookie_unittest.cc',
1436 'disk_cache/addr_unittest.cc', 1435 'disk_cache/addr_unittest.cc',
1437 'disk_cache/backend_unittest.cc', 1436 'disk_cache/backend_unittest.cc',
1438 'disk_cache/bitmap_unittest.cc', 1437 'disk_cache/bitmap_unittest.cc',
1439 'disk_cache/block_files_unittest.cc', 1438 'disk_cache/block_files_unittest.cc',
1440 'disk_cache/cache_util_unittest.cc', 1439 'disk_cache/cache_util_unittest.cc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 'spdy/spdy_websocket_test_util_spdy3.cc', 1662 'spdy/spdy_websocket_test_util_spdy3.cc',
1664 'spdy/spdy_websocket_test_util_spdy3.h', 1663 'spdy/spdy_websocket_test_util_spdy3.h',
1665 'ssl/client_cert_store_impl_unittest.cc', 1664 'ssl/client_cert_store_impl_unittest.cc',
1666 'ssl/default_server_bound_cert_store_unittest.cc', 1665 'ssl/default_server_bound_cert_store_unittest.cc',
1667 'ssl/server_bound_cert_service_unittest.cc', 1666 'ssl/server_bound_cert_service_unittest.cc',
1668 'ssl/ssl_cipher_suite_names_unittest.cc', 1667 'ssl/ssl_cipher_suite_names_unittest.cc',
1669 'ssl/ssl_client_auth_cache_unittest.cc', 1668 'ssl/ssl_client_auth_cache_unittest.cc',
1670 'ssl/ssl_config_service_unittest.cc', 1669 'ssl/ssl_config_service_unittest.cc',
1671 'test/python_utils_unittest.cc', 1670 'test/python_utils_unittest.cc',
1672 'test/run_all_unittests.cc', 1671 'test/run_all_unittests.cc',
1672 'test/test_certificate_data.h',
1673 'tools/dump_cache/url_to_filename_encoder.cc', 1673 'tools/dump_cache/url_to_filename_encoder.cc',
1674 'tools/dump_cache/url_to_filename_encoder.h', 1674 'tools/dump_cache/url_to_filename_encoder.h',
1675 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1675 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1676 'tools/dump_cache/url_utilities.h', 1676 'tools/dump_cache/url_utilities.h',
1677 'tools/dump_cache/url_utilities.cc', 1677 'tools/dump_cache/url_utilities.cc',
1678 'tools/dump_cache/url_utilities_unittest.cc', 1678 'tools/dump_cache/url_utilities_unittest.cc',
1679 'udp/udp_socket_unittest.cc', 1679 'udp/udp_socket_unittest.cc',
1680 'url_request/url_fetcher_impl_unittest.cc', 1680 'url_request/url_fetcher_impl_unittest.cc',
1681 'url_request/url_request_context_builder_unittest.cc', 1681 'url_request/url_request_context_builder_unittest.cc',
1682 'url_request/url_request_filter_unittest.cc', 1682 'url_request/url_request_filter_unittest.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'net_javatests', 1719 'net_javatests',
1720 'net_test_jni_headers', 1720 'net_test_jni_headers',
1721 ], 1721 ],
1722 }], 1722 }],
1723 [ 'use_glib == 1', { 1723 [ 'use_glib == 1', {
1724 'dependencies': [ 1724 'dependencies': [
1725 '../build/linux/system.gyp:ssl', 1725 '../build/linux/system.gyp:ssl',
1726 ], 1726 ],
1727 }, { # else use_glib == 0: !posix || mac 1727 }, { # else use_glib == 0: !posix || mac
1728 'sources!': [ 1728 'sources!': [
1729 'base/nss_cert_database_unittest.cc', 1729 'cert/nss_cert_database_unittest.cc',
1730 ], 1730 ],
1731 }, 1731 },
1732 ], 1732 ],
1733 [ 'toolkit_uses_gtk == 1', { 1733 [ 'toolkit_uses_gtk == 1', {
1734 'dependencies': [ 1734 'dependencies': [
1735 '../build/linux/system.gyp:gtk', 1735 '../build/linux/system.gyp:gtk',
1736 ], 1736 ],
1737 }, 1737 },
1738 ], 1738 ],
1739 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 1739 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
(...skipping 15 matching lines...) Expand all
1755 'http/http_auth_handler_negotiate_unittest.cc', 1755 'http/http_auth_handler_negotiate_unittest.cc',
1756 'http/mock_gssapi_library_posix.cc', 1756 'http/mock_gssapi_library_posix.cc',
1757 'http/mock_gssapi_library_posix.h', 1757 'http/mock_gssapi_library_posix.h',
1758 ], 1758 ],
1759 }], 1759 }],
1760 [ 'use_openssl==1', { 1760 [ 'use_openssl==1', {
1761 # When building for OpenSSL, we need to exclude NSS specific tests. 1761 # When building for OpenSSL, we need to exclude NSS specific tests.
1762 # TODO(bulach): Add equivalent tests when the underlying 1762 # TODO(bulach): Add equivalent tests when the underlying
1763 # functionality is ported to OpenSSL. 1763 # functionality is ported to OpenSSL.
1764 'sources!': [ 1764 'sources!': [
1765 'base/nss_cert_database_unittest.cc', 1765 'cert/nss_cert_database_unittest.cc',
1766 'base/x509_util_nss_unittest.cc', 1766 'cert/x509_util_nss_unittest.cc',
1767 'ssl/client_cert_store_impl_unittest.cc', 1767 'ssl/client_cert_store_impl_unittest.cc',
1768 ], 1768 ],
1769 }, { # else !use_openssl: remove the unneeded files 1769 }, { # else !use_openssl: remove the unneeded files
1770 'sources!': [ 1770 'sources!': [
1771 'base/openssl_client_key_store_unittest.cc', 1771 'base/openssl_client_key_store_unittest.cc',
1772 'base/x509_util_openssl_unittest.cc', 1772 'cert/x509_util_openssl_unittest.cc',
1773 'socket/ssl_client_socket_openssl_unittest.cc', 1773 'socket/ssl_client_socket_openssl_unittest.cc',
1774 ], 1774 ],
1775 }, 1775 },
1776 ], 1776 ],
1777 [ 'enable_websockets != 1', { 1777 [ 'enable_websockets != 1', {
1778 'sources/': [ 1778 'sources/': [
1779 ['exclude', '^socket_stream/'], 1779 ['exclude', '^socket_stream/'],
1780 ['exclude', '^websockets/'], 1780 ['exclude', '^websockets/'],
1781 ['exclude', '^spdy/spdy_websocket_stream_spdy._unittest\\.cc$'], 1781 ['exclude', '^spdy/spdy_websocket_stream_spdy._unittest\\.cc$'],
1782 ], 1782 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 ], 1918 ],
1919 }, 1919 },
1920 ], 1920 ],
1921 ['OS == "android" and gtest_target_type == "shared_library"', { 1921 ['OS == "android" and gtest_target_type == "shared_library"', {
1922 'dependencies': [ 1922 'dependencies': [
1923 '../testing/android/native_test.gyp:native_test_native_code', 1923 '../testing/android/native_test.gyp:native_test_native_code',
1924 ] 1924 ]
1925 }], 1925 }],
1926 [ 'OS != "win" and OS != "mac"', { 1926 [ 'OS != "win" and OS != "mac"', {
1927 'sources!': [ 1927 'sources!': [
1928 'base/x509_cert_types_unittest.cc', 1928 'cert/x509_cert_types_unittest.cc',
1929 ], 1929 ],
1930 }], 1930 }],
1931 ], 1931 ],
1932 }, 1932 },
1933 { 1933 {
1934 'target_name': 'net_perftests', 1934 'target_name': 'net_perftests',
1935 'type': 'executable', 1935 'type': 'executable',
1936 'dependencies': [ 1936 'dependencies': [
1937 '../base/base.gyp:base', 1937 '../base/base.gyp:base',
1938 '../base/base.gyp:base_i18n', 1938 '../base/base.gyp:base_i18n',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 'net', 1981 'net',
1982 ], 1982 ],
1983 'export_dependent_settings': [ 1983 'export_dependent_settings': [
1984 '../base/base.gyp:base', 1984 '../base/base.gyp:base',
1985 '../base/base.gyp:test_support_base', 1985 '../base/base.gyp:test_support_base',
1986 '../testing/gtest.gyp:gtest', 1986 '../testing/gtest.gyp:gtest',
1987 ], 1987 ],
1988 'sources': [ 1988 'sources': [
1989 'base/capturing_net_log.cc', 1989 'base/capturing_net_log.cc',
1990 'base/capturing_net_log.h', 1990 'base/capturing_net_log.h',
1991 'base/cert_test_util.cc',
1992 'base/cert_test_util.h',
1993 'base/load_timing_info_test_util.cc', 1991 'base/load_timing_info_test_util.cc',
1994 'base/load_timing_info_test_util.h', 1992 'base/load_timing_info_test_util.h',
1995 'base/mock_cert_verifier.cc',
1996 'base/mock_cert_verifier.h',
1997 'base/mock_file_stream.cc', 1993 'base/mock_file_stream.cc',
1998 'base/mock_file_stream.h', 1994 'base/mock_file_stream.h',
1999 'base/test_completion_callback.cc', 1995 'base/test_completion_callback.cc',
2000 'base/test_completion_callback.h', 1996 'base/test_completion_callback.h',
2001 'base/test_data_directory.cc', 1997 'base/test_data_directory.cc',
2002 'base/test_data_directory.h', 1998 'base/test_data_directory.h',
1999 'cert/mock_cert_verifier.cc',
2000 'cert/mock_cert_verifier.h',
2003 'cookies/cookie_monster_store_test.cc', 2001 'cookies/cookie_monster_store_test.cc',
2004 'cookies/cookie_monster_store_test.h', 2002 'cookies/cookie_monster_store_test.h',
2005 'cookies/cookie_store_test_callbacks.cc', 2003 'cookies/cookie_store_test_callbacks.cc',
2006 'cookies/cookie_store_test_callbacks.h', 2004 'cookies/cookie_store_test_callbacks.h',
2007 'cookies/cookie_store_test_helpers.cc', 2005 'cookies/cookie_store_test_helpers.cc',
2008 'cookies/cookie_store_test_helpers.h', 2006 'cookies/cookie_store_test_helpers.h',
2009 'disk_cache/disk_cache_test_base.cc', 2007 'disk_cache/disk_cache_test_base.cc',
2010 'disk_cache/disk_cache_test_base.h', 2008 'disk_cache/disk_cache_test_base.h',
2011 'disk_cache/disk_cache_test_util.cc', 2009 'disk_cache/disk_cache_test_util.cc',
2012 'disk_cache/disk_cache_test_util.h', 2010 'disk_cache/disk_cache_test_util.h',
2013 'disk_cache/flash/flash_cache_test_base.h', 2011 'disk_cache/flash/flash_cache_test_base.h',
2014 'disk_cache/flash/flash_cache_test_base.cc', 2012 'disk_cache/flash/flash_cache_test_base.cc',
2015 'dns/dns_test_util.cc', 2013 'dns/dns_test_util.cc',
2016 'dns/dns_test_util.h', 2014 'dns/dns_test_util.h',
2017 'dns/mock_host_resolver.cc', 2015 'dns/mock_host_resolver.cc',
2018 'dns/mock_host_resolver.h', 2016 'dns/mock_host_resolver.h',
2019 'proxy/mock_proxy_resolver.cc', 2017 'proxy/mock_proxy_resolver.cc',
2020 'proxy/mock_proxy_resolver.h', 2018 'proxy/mock_proxy_resolver.h',
2021 'proxy/mock_proxy_script_fetcher.cc', 2019 'proxy/mock_proxy_script_fetcher.cc',
2022 'proxy/mock_proxy_script_fetcher.h', 2020 'proxy/mock_proxy_script_fetcher.h',
2023 'proxy/proxy_config_service_common_unittest.cc', 2021 'proxy/proxy_config_service_common_unittest.cc',
2024 'proxy/proxy_config_service_common_unittest.h', 2022 'proxy/proxy_config_service_common_unittest.h',
2025 'socket/socket_test_util.cc', 2023 'socket/socket_test_util.cc',
2026 'socket/socket_test_util.h', 2024 'socket/socket_test_util.h',
2027 'test/base_test_server.cc', 2025 'test/base_test_server.cc',
2028 'test/base_test_server.h', 2026 'test/base_test_server.h',
2027 'test/cert_test_util.cc',
2028 'test/cert_test_util.h',
2029 'test/local_test_server_posix.cc', 2029 'test/local_test_server_posix.cc',
2030 'test/local_test_server_win.cc', 2030 'test/local_test_server_win.cc',
2031 'test/local_test_server.cc', 2031 'test/local_test_server.cc',
2032 'test/local_test_server.h', 2032 'test/local_test_server.h',
2033 'test/net_test_suite.cc', 2033 'test/net_test_suite.cc',
2034 'test/net_test_suite.h', 2034 'test/net_test_suite.h',
2035 'test/python_utils.cc', 2035 'test/python_utils.cc',
2036 'test/python_utils.h', 2036 'test/python_utils.h',
2037 'test/remote_test_server.cc', 2037 'test/remote_test_server.cc',
2038 'test/remote_test_server.h', 2038 'test/remote_test_server.h',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2693 '--result', '<@(_outputs)', 2693 '--result', '<@(_outputs)',
2694 '--isolate', 'net_unittests.isolate', 2694 '--isolate', 'net_unittests.isolate',
2695 ], 2695 ],
2696 }, 2696 },
2697 ], 2697 ],
2698 }, 2698 },
2699 ], 2699 ],
2700 }], 2700 }],
2701 ], 2701 ],
2702 } 2702 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | net/proxy/proxy_script_fetcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698