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

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: fixes 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
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/x509_cert_types.cc',
288 'cert/x509_cert_types.h',
289 'cert/x509_cert_types_mac.cc',
290 'cert/x509_cert_types_win.cc',
291 'cert/x509_certificate.cc',
292 'cert/x509_certificate.h',
293 'cert/x509_certificate_ios.cc',
294 'cert/x509_certificate_mac.cc',
295 'cert/x509_certificate_net_log_param.cc',
296 'cert/x509_certificate_net_log_param.h',
297 'cert/x509_certificate_nss.cc',
298 'cert/x509_certificate_openssl.cc',
299 'cert/x509_certificate_win.cc',
300 'cert/x509_util.h',
301 'cert/x509_util.cc',
302 'cert/x509_util_ios.cc',
303 'cert/x509_util_ios.h',
304 'cert/x509_util_mac.cc',
305 'cert/x509_util_mac.h',
306 'cert/x509_util_nss.cc',
307 'cert/x509_util_nss.h',
308 'cert/x509_util_openssl.cc',
309 'cert/x509_util_openssl.h',
317 'cookies/canonical_cookie.cc', 310 'cookies/canonical_cookie.cc',
318 'cookies/canonical_cookie.h', 311 'cookies/canonical_cookie.h',
319 'cookies/cookie_monster.cc', 312 'cookies/cookie_monster.cc',
320 'cookies/cookie_monster.h', 313 'cookies/cookie_monster.h',
321 'cookies/cookie_options.h', 314 'cookies/cookie_options.h',
322 'cookies/cookie_store.cc', 315 'cookies/cookie_store.cc',
323 'cookies/cookie_store.h', 316 'cookies/cookie_store.h',
324 'cookies/cookie_util.cc', 317 'cookies/cookie_util.cc',
325 'cookies/cookie_util.h', 318 'cookies/cookie_util.h',
326 'cookies/parsed_cookie.cc', 319 'cookies/parsed_cookie.cc',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'dns/dns_client.cc', 1072 'dns/dns_client.cc',
1080 ], 1073 ],
1081 }], 1074 }],
1082 ['use_simple_cache_backend==1', { 1075 ['use_simple_cache_backend==1', {
1083 'defines': [ 1076 'defines': [
1084 'USE_SIMPLE_CACHE_BACKEND', 1077 'USE_SIMPLE_CACHE_BACKEND',
1085 ] 1078 ]
1086 }], 1079 }],
1087 ['use_openssl==1', { 1080 ['use_openssl==1', {
1088 'sources!': [ 1081 'sources!': [
1089 'base/cert_database_nss.cc',
1090 'base/cert_verify_proc_nss.cc',
1091 'base/cert_verify_proc_nss.h',
1092 'base/crypto_module_nss.cc', 1082 'base/crypto_module_nss.cc',
1093 'base/keygen_handler_nss.cc', 1083 'base/keygen_handler_nss.cc',
1094 'base/nss_cert_database.cc',
1095 'base/nss_cert_database.h',
1096 'base/nss_memio.c', 1084 'base/nss_memio.c',
1097 'base/nss_memio.h', 1085 'base/nss_memio.h',
1098 'base/test_root_certs_nss.cc', 1086 'cert/cert_database_nss.cc',
1099 'base/x509_certificate_nss.cc', 1087 'cert/cert_verify_proc_nss.cc',
1100 'base/x509_util_nss.cc', 1088 'cert/cert_verify_proc_nss.h',
1101 'base/x509_util_nss.h', 1089 'cert/nss_cert_database.cc',
1090 'cert/nss_cert_database.h',
1091 'cert/x509_certificate_nss.cc',
1092 'cert/x509_util_nss.cc',
1093 'cert/x509_util_nss.h',
1102 'ocsp/nss_ocsp.cc', 1094 'ocsp/nss_ocsp.cc',
1103 'ocsp/nss_ocsp.h', 1095 'ocsp/nss_ocsp.h',
1104 'quic/crypto/aes_128_gcm_decrypter_nss.cc', 1096 'quic/crypto/aes_128_gcm_decrypter_nss.cc',
1105 'quic/crypto/aes_128_gcm_encrypter_nss.cc', 1097 'quic/crypto/aes_128_gcm_encrypter_nss.cc',
1106 'quic/crypto/p256_key_exchange_nss.cc', 1098 'quic/crypto/p256_key_exchange_nss.cc',
1107 'socket/nss_ssl_util.cc', 1099 'socket/nss_ssl_util.cc',
1108 'socket/nss_ssl_util.h', 1100 'socket/nss_ssl_util.h',
1109 'socket/ssl_client_socket_nss.cc', 1101 'socket/ssl_client_socket_nss.cc',
1110 'socket/ssl_client_socket_nss.h', 1102 'socket/ssl_client_socket_nss.h',
1111 'socket/ssl_server_socket_nss.cc', 1103 'socket/ssl_server_socket_nss.cc',
1112 'socket/ssl_server_socket_nss.h', 1104 'socket/ssl_server_socket_nss.h',
1113 'ssl/client_cert_store_impl_nss.cc', 1105 'ssl/client_cert_store_impl_nss.cc',
1106 'test/test_root_certs_nss.cc',
1114 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1107 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1115 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1108 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1116 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1109 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1117 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1110 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1118 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1111 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1119 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1112 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1120 ], 1113 ],
1121 }, 1114 },
1122 { # else !use_openssl: remove the unneeded files 1115 { # else !use_openssl: remove the unneeded files
1123 'sources!': [ 1116 'sources!': [
1124 'base/cert_database_openssl.cc',
1125 'base/cert_verify_proc_openssl.cc',
1126 'base/cert_verify_proc_openssl.h',
1127 'base/crypto_module_openssl.cc', 1117 'base/crypto_module_openssl.cc',
1128 'base/keygen_handler_openssl.cc', 1118 'base/keygen_handler_openssl.cc',
1129 'base/openssl_client_key_store.cc', 1119 'base/openssl_client_key_store.cc',
1130 'base/openssl_client_key_store.h', 1120 'base/openssl_client_key_store.h',
1131 'base/openssl_private_key_store.h', 1121 'base/openssl_private_key_store.h',
1132 'base/openssl_private_key_store_android.cc', 1122 'base/openssl_private_key_store_android.cc',
1133 'base/openssl_private_key_store_memory.cc', 1123 'base/openssl_private_key_store_memory.cc',
1134 'base/test_root_certs_openssl.cc', 1124 'cert/cert_database_openssl.cc',
1135 'base/x509_certificate_openssl.cc', 1125 'cert/cert_verify_proc_openssl.cc',
1136 'base/x509_util_openssl.cc', 1126 'cert/cert_verify_proc_openssl.h',
1137 'base/x509_util_openssl.h', 1127 'cert/x509_certificate_openssl.cc',
1128 'cert/x509_util_openssl.cc',
1129 'cert/x509_util_openssl.h',
1138 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', 1130 'quic/crypto/aes_128_gcm_decrypter_openssl.cc',
1139 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', 1131 'quic/crypto/aes_128_gcm_encrypter_openssl.cc',
1140 'quic/crypto/p256_key_exchange_openssl.cc', 1132 'quic/crypto/p256_key_exchange_openssl.cc',
1141 'quic/crypto/scoped_evp_cipher_ctx.h', 1133 'quic/crypto/scoped_evp_cipher_ctx.h',
1142 'socket/ssl_client_socket_openssl.cc', 1134 'socket/ssl_client_socket_openssl.cc',
1143 'socket/ssl_client_socket_openssl.h', 1135 'socket/ssl_client_socket_openssl.h',
1144 'socket/ssl_server_socket_openssl.cc', 1136 'socket/ssl_server_socket_openssl.cc',
1137 'test/test_root_certs_openssl.cc',
1145 ], 1138 ],
1146 }, 1139 },
1147 ], 1140 ],
1148 [ 'use_glib == 1', { 1141 [ 'use_glib == 1', {
1149 'dependencies': [ 1142 'dependencies': [
1150 '../build/linux/system.gyp:gconf', 1143 '../build/linux/system.gyp:gconf',
1151 '../build/linux/system.gyp:gio', 1144 '../build/linux/system.gyp:gio',
1152 ], 1145 ],
1153 'conditions': [ 1146 'conditions': [
1154 ['use_openssl==1', { 1147 ['use_openssl==1', {
(...skipping 21 matching lines...) Expand all
1176 'link_settings': { 1169 'link_settings': {
1177 'ldflags': [ 1170 'ldflags': [
1178 '-R/usr/lib/mps', 1171 '-R/usr/lib/mps',
1179 ], 1172 ],
1180 }, 1173 },
1181 }], 1174 }],
1182 ], 1175 ],
1183 }, 1176 },
1184 { # else: OS is not in the above list 1177 { # else: OS is not in the above list
1185 'sources!': [ 1178 'sources!': [
1186 'base/cert_database_nss.cc',
1187 'base/crypto_module_nss.cc', 1179 'base/crypto_module_nss.cc',
1188 'base/keygen_handler_nss.cc', 1180 'base/keygen_handler_nss.cc',
1189 'base/nss_cert_database.cc', 1181 'cert/cert_database_nss.cc',
1190 'base/nss_cert_database.h', 1182 'cert/nss_cert_database.cc',
1191 'base/test_root_certs_nss.cc', 1183 'cert/nss_cert_database.h',
1192 'base/x509_certificate_nss.cc', 1184 'cert/x509_certificate_nss.cc',
1193 'ocsp/nss_ocsp.cc', 1185 'ocsp/nss_ocsp.cc',
1194 'ocsp/nss_ocsp.h', 1186 'ocsp/nss_ocsp.h',
1187 'test/test_root_certs_nss.cc',
1195 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1188 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1196 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1189 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1197 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1190 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1198 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1191 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1199 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1192 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1200 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1193 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1201 ], 1194 ],
1202 }, 1195 },
1203 ], 1196 ],
1204 [ 'toolkit_uses_gtk == 1', { 1197 [ 'toolkit_uses_gtk == 1', {
1205 'dependencies': [ 1198 'dependencies': [
1206 '../build/linux/system.gyp:gdk', 1199 '../build/linux/system.gyp:gdk',
1207 ], 1200 ],
1208 }], 1201 }],
1209 [ 'use_nss != 1', { 1202 [ 'use_nss != 1', {
1210 'sources!': [ 1203 'sources!': [
1211 'base/cert_verify_proc_nss.cc', 1204 'cert/cert_verify_proc_nss.cc',
1212 'base/cert_verify_proc_nss.h', 1205 'cert/cert_verify_proc_nss.h',
1213 'ssl/client_cert_store_impl_nss.cc', 1206 'ssl/client_cert_store_impl_nss.cc',
1214 ], 1207 ],
1215 }], 1208 }],
1216 [ 'enable_websockets != 1', { 1209 [ 'enable_websockets != 1', {
1217 'sources/': [ 1210 'sources/': [
1218 ['exclude', '^socket_stream/'], 1211 ['exclude', '^socket_stream/'],
1219 ['exclude', '^websockets/'], 1212 ['exclude', '^websockets/'],
1220 ], 1213 ],
1221 'sources!': [ 1214 'sources!': [
1222 'spdy/spdy_websocket_stream.cc', 1215 'spdy/spdy_websocket_stream.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 'dependencies': [ 1285 'dependencies': [
1293 'net_java', 1286 'net_java',
1294 ], 1287 ],
1295 }], 1288 }],
1296 [ 'OS == "android"', { 1289 [ 'OS == "android"', {
1297 'dependencies': [ 1290 'dependencies': [
1298 '../third_party/openssl/openssl.gyp:openssl', 1291 '../third_party/openssl/openssl.gyp:openssl',
1299 'net_jni_headers', 1292 'net_jni_headers',
1300 ], 1293 ],
1301 'sources!': [ 1294 'sources!': [
1302 'base/cert_database_openssl.cc',
1303 'base/cert_verify_proc_openssl.cc',
1304 'base/openssl_private_key_store_memory.cc', 1295 'base/openssl_private_key_store_memory.cc',
1305 'base/test_root_certs_openssl.cc', 1296 'cert/cert_database_openssl.cc',
1297 'cert/cert_verify_proc_openssl.cc',
1298 'test/test_root_certs_openssl.cc',
1306 ], 1299 ],
1307 # The net/android/keystore_openssl.cc source file needs to 1300 # The net/android/keystore_openssl.cc source file needs to
1308 # access an OpenSSL-internal header. 1301 # access an OpenSSL-internal header.
1309 'include_dirs': [ 1302 'include_dirs': [
1310 '../third_party/openssl', 1303 '../third_party/openssl',
1311 ], 1304 ],
1312 }, { # else OS != "android" 1305 }, { # else OS != "android"
1313 'defines': [ 1306 'defines': [
1314 # These are the features Android doesn't support. 1307 # These are the features Android doesn't support.
1315 'ENABLE_MEDIA_CODEC_THEORA', 1308 'ENABLE_MEDIA_CODEC_THEORA',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 'net', 1364 'net',
1372 'net_test_support', 1365 'net_test_support',
1373 ], 1366 ],
1374 'sources': [ 1367 'sources': [
1375 'android/keystore_unittest.cc', 1368 'android/keystore_unittest.cc',
1376 'android/network_change_notifier_android_unittest.cc', 1369 'android/network_change_notifier_android_unittest.cc',
1377 'base/address_list_unittest.cc', 1370 'base/address_list_unittest.cc',
1378 'base/address_tracker_linux_unittest.cc', 1371 'base/address_tracker_linux_unittest.cc',
1379 'base/backoff_entry_unittest.cc', 1372 'base/backoff_entry_unittest.cc',
1380 'base/big_endian_unittest.cc', 1373 'base/big_endian_unittest.cc',
1381 'base/cert_verify_proc_unittest.cc',
1382 'base/crl_set_unittest.cc',
1383 'base/data_url_unittest.cc', 1374 'base/data_url_unittest.cc',
1384 'base/directory_lister_unittest.cc', 1375 'base/directory_lister_unittest.cc',
1385 'base/dns_util_unittest.cc', 1376 'base/dns_util_unittest.cc',
1386 'base/escape_unittest.cc', 1377 'base/escape_unittest.cc',
1387 'base/ev_root_ca_metadata_unittest.cc',
1388 'base/expiring_cache_unittest.cc', 1378 'base/expiring_cache_unittest.cc',
1389 'base/file_stream_unittest.cc', 1379 'base/file_stream_unittest.cc',
1390 'base/filter_unittest.cc', 1380 'base/filter_unittest.cc',
1391 'base/int128_unittest.cc', 1381 'base/int128_unittest.cc',
1392 'base/gzip_filter_unittest.cc', 1382 'base/gzip_filter_unittest.cc',
1393 'base/host_cache_unittest.cc', 1383 'base/host_cache_unittest.cc',
1394 'base/host_mapping_rules_unittest.cc', 1384 'base/host_mapping_rules_unittest.cc',
1395 'base/host_port_pair_unittest.cc', 1385 'base/host_port_pair_unittest.cc',
1396 'base/ip_endpoint_unittest.cc', 1386 'base/ip_endpoint_unittest.cc',
1397 'base/keygen_handler_unittest.cc', 1387 'base/keygen_handler_unittest.cc',
1398 'base/mime_sniffer_unittest.cc', 1388 'base/mime_sniffer_unittest.cc',
1399 'base/mime_util_unittest.cc', 1389 'base/mime_util_unittest.cc',
1400 'base/mock_filter_context.cc', 1390 'base/mock_filter_context.cc',
1401 'base/mock_filter_context.h', 1391 'base/mock_filter_context.h',
1402 'base/multi_threaded_cert_verifier_unittest.cc',
1403 'base/net_log_unittest.h', 1392 'base/net_log_unittest.h',
1404 'base/net_util_unittest.cc', 1393 'base/net_util_unittest.cc',
1405 'base/network_change_notifier_win_unittest.cc', 1394 'base/network_change_notifier_win_unittest.cc',
1406 'base/nss_cert_database_unittest.cc',
1407 'base/openssl_client_key_store_unittest.cc', 1395 'base/openssl_client_key_store_unittest.cc',
1408 'base/pem_tokenizer_unittest.cc',
1409 'base/prioritized_dispatcher_unittest.cc', 1396 'base/prioritized_dispatcher_unittest.cc',
1410 'base/priority_queue_unittest.cc', 1397 'base/priority_queue_unittest.cc',
1411 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ', 1398 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ',
1412 'base/sdch_filter_unittest.cc', 1399 'base/sdch_filter_unittest.cc',
1413 'base/static_cookie_policy_unittest.cc', 1400 'base/static_cookie_policy_unittest.cc',
1414 'base/tcp_listen_socket_unittest.cc', 1401 'base/tcp_listen_socket_unittest.cc',
1415 'base/tcp_listen_socket_unittest.h', 1402 'base/tcp_listen_socket_unittest.h',
1416 'base/test_certificate_data.h',
1417 'base/test_completion_callback_unittest.cc', 1403 'base/test_completion_callback_unittest.cc',
1418 'base/unix_domain_socket_posix_unittest.cc', 1404 'base/unix_domain_socket_posix_unittest.cc',
1419 'base/upload_bytes_element_reader_unittest.cc', 1405 'base/upload_bytes_element_reader_unittest.cc',
1420 'base/upload_data_stream_unittest.cc', 1406 'base/upload_data_stream_unittest.cc',
1421 'base/upload_file_element_reader_unittest.cc', 1407 'base/upload_file_element_reader_unittest.cc',
1422 'base/url_util_unittest.cc', 1408 'base/url_util_unittest.cc',
1423 'base/x509_certificate_unittest.cc', 1409 'cert/cert_verify_proc_unittest.cc',
1424 'base/x509_cert_types_unittest.cc', 1410 'cert/crl_set_unittest.cc',
1425 'base/x509_util_unittest.cc', 1411 'cert/ev_root_ca_metadata_unittest.cc',
1426 'base/x509_util_nss_unittest.cc', 1412 'cert/multi_threaded_cert_verifier_unittest.cc',
1427 'base/x509_util_openssl_unittest.cc', 1413 'cert/nss_cert_database_unittest.cc',
1414 'cert/pem_tokenizer_unittest.cc',
1415 'cert/x509_certificate_unittest.cc',
1416 'cert/x509_cert_types_unittest.cc',
1417 'cert/x509_util_unittest.cc',
1418 'cert/x509_util_nss_unittest.cc',
1419 'cert/x509_util_openssl_unittest.cc',
1428 'cookies/canonical_cookie_unittest.cc', 1420 'cookies/canonical_cookie_unittest.cc',
1429 'cookies/cookie_monster_unittest.cc', 1421 'cookies/cookie_monster_unittest.cc',
1430 'cookies/cookie_store_unittest.h', 1422 'cookies/cookie_store_unittest.h',
1431 'cookies/cookie_util_unittest.cc', 1423 'cookies/cookie_util_unittest.cc',
1432 'cookies/parsed_cookie_unittest.cc', 1424 'cookies/parsed_cookie_unittest.cc',
1433 'disk_cache/addr_unittest.cc', 1425 'disk_cache/addr_unittest.cc',
1434 'disk_cache/backend_unittest.cc', 1426 'disk_cache/backend_unittest.cc',
1435 'disk_cache/bitmap_unittest.cc', 1427 'disk_cache/bitmap_unittest.cc',
1436 'disk_cache/block_files_unittest.cc', 1428 'disk_cache/block_files_unittest.cc',
1437 'disk_cache/cache_util_unittest.cc', 1429 'disk_cache/cache_util_unittest.cc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1660 'spdy/spdy_websocket_test_util_spdy3.cc', 1652 'spdy/spdy_websocket_test_util_spdy3.cc',
1661 'spdy/spdy_websocket_test_util_spdy3.h', 1653 'spdy/spdy_websocket_test_util_spdy3.h',
1662 'ssl/client_cert_store_impl_unittest.cc', 1654 'ssl/client_cert_store_impl_unittest.cc',
1663 'ssl/default_server_bound_cert_store_unittest.cc', 1655 'ssl/default_server_bound_cert_store_unittest.cc',
1664 'ssl/server_bound_cert_service_unittest.cc', 1656 'ssl/server_bound_cert_service_unittest.cc',
1665 'ssl/ssl_cipher_suite_names_unittest.cc', 1657 'ssl/ssl_cipher_suite_names_unittest.cc',
1666 'ssl/ssl_client_auth_cache_unittest.cc', 1658 'ssl/ssl_client_auth_cache_unittest.cc',
1667 'ssl/ssl_config_service_unittest.cc', 1659 'ssl/ssl_config_service_unittest.cc',
1668 'test/python_utils_unittest.cc', 1660 'test/python_utils_unittest.cc',
1669 'test/run_all_unittests.cc', 1661 'test/run_all_unittests.cc',
1662 'test/test_certificate_data.h',
1670 'tools/dump_cache/url_to_filename_encoder.cc', 1663 'tools/dump_cache/url_to_filename_encoder.cc',
1671 'tools/dump_cache/url_to_filename_encoder.h', 1664 'tools/dump_cache/url_to_filename_encoder.h',
1672 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1665 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1673 'tools/dump_cache/url_utilities.h', 1666 'tools/dump_cache/url_utilities.h',
1674 'tools/dump_cache/url_utilities.cc', 1667 'tools/dump_cache/url_utilities.cc',
1675 'tools/dump_cache/url_utilities_unittest.cc', 1668 'tools/dump_cache/url_utilities_unittest.cc',
1676 'udp/udp_socket_unittest.cc', 1669 'udp/udp_socket_unittest.cc',
1677 'url_request/url_fetcher_impl_unittest.cc', 1670 'url_request/url_fetcher_impl_unittest.cc',
1678 'url_request/url_request_context_builder_unittest.cc', 1671 'url_request/url_request_context_builder_unittest.cc',
1679 'url_request/url_request_filter_unittest.cc', 1672 'url_request/url_request_filter_unittest.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'net_javatests', 1709 'net_javatests',
1717 'net_test_jni_headers', 1710 'net_test_jni_headers',
1718 ], 1711 ],
1719 }], 1712 }],
1720 [ 'use_glib == 1', { 1713 [ 'use_glib == 1', {
1721 'dependencies': [ 1714 'dependencies': [
1722 '../build/linux/system.gyp:ssl', 1715 '../build/linux/system.gyp:ssl',
1723 ], 1716 ],
1724 }, { # else use_glib == 0: !posix || mac 1717 }, { # else use_glib == 0: !posix || mac
1725 'sources!': [ 1718 'sources!': [
1726 'base/nss_cert_database_unittest.cc', 1719 'cert/nss_cert_database_unittest.cc',
1727 ], 1720 ],
1728 }, 1721 },
1729 ], 1722 ],
1730 [ 'toolkit_uses_gtk == 1', { 1723 [ 'toolkit_uses_gtk == 1', {
1731 'dependencies': [ 1724 'dependencies': [
1732 '../build/linux/system.gyp:gtk', 1725 '../build/linux/system.gyp:gtk',
1733 ], 1726 ],
1734 }, 1727 },
1735 ], 1728 ],
1736 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 1729 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
(...skipping 15 matching lines...) Expand all
1752 'http/http_auth_handler_negotiate_unittest.cc', 1745 'http/http_auth_handler_negotiate_unittest.cc',
1753 'http/mock_gssapi_library_posix.cc', 1746 'http/mock_gssapi_library_posix.cc',
1754 'http/mock_gssapi_library_posix.h', 1747 'http/mock_gssapi_library_posix.h',
1755 ], 1748 ],
1756 }], 1749 }],
1757 [ 'use_openssl==1', { 1750 [ 'use_openssl==1', {
1758 # When building for OpenSSL, we need to exclude NSS specific tests. 1751 # When building for OpenSSL, we need to exclude NSS specific tests.
1759 # TODO(bulach): Add equivalent tests when the underlying 1752 # TODO(bulach): Add equivalent tests when the underlying
1760 # functionality is ported to OpenSSL. 1753 # functionality is ported to OpenSSL.
1761 'sources!': [ 1754 'sources!': [
1762 'base/nss_cert_database_unittest.cc', 1755 'cert/nss_cert_database_unittest.cc',
1763 'base/x509_util_nss_unittest.cc', 1756 'cert/x509_util_nss_unittest.cc',
1764 'ssl/client_cert_store_impl_unittest.cc', 1757 'ssl/client_cert_store_impl_unittest.cc',
1765 ], 1758 ],
1766 }, { # else !use_openssl: remove the unneeded files 1759 }, { # else !use_openssl: remove the unneeded files
1767 'sources!': [ 1760 'sources!': [
1768 'base/openssl_client_key_store_unittest.cc', 1761 'base/openssl_client_key_store_unittest.cc',
1769 'base/x509_util_openssl_unittest.cc', 1762 'cert/x509_util_openssl_unittest.cc',
1770 'socket/ssl_client_socket_openssl_unittest.cc', 1763 'socket/ssl_client_socket_openssl_unittest.cc',
1771 ], 1764 ],
1772 }, 1765 },
1773 ], 1766 ],
1774 [ 'enable_websockets != 1', { 1767 [ 'enable_websockets != 1', {
1775 'sources/': [ 1768 'sources/': [
1776 ['exclude', '^socket_stream/'], 1769 ['exclude', '^socket_stream/'],
1777 ['exclude', '^websockets/'], 1770 ['exclude', '^websockets/'],
1778 ['exclude', '^spdy/spdy_websocket_stream_spdy._unittest\\.cc$'], 1771 ['exclude', '^spdy/spdy_websocket_stream_spdy._unittest\\.cc$'],
1779 ], 1772 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 ], 1908 ],
1916 }, 1909 },
1917 ], 1910 ],
1918 ['OS == "android" and gtest_target_type == "shared_library"', { 1911 ['OS == "android" and gtest_target_type == "shared_library"', {
1919 'dependencies': [ 1912 'dependencies': [
1920 '../testing/android/native_test.gyp:native_test_native_code', 1913 '../testing/android/native_test.gyp:native_test_native_code',
1921 ] 1914 ]
1922 }], 1915 }],
1923 [ 'OS != "win" and OS != "mac"', { 1916 [ 'OS != "win" and OS != "mac"', {
1924 'sources!': [ 1917 'sources!': [
1925 'base/x509_cert_types_unittest.cc', 1918 'cert/x509_cert_types_unittest.cc',
1926 ], 1919 ],
1927 }], 1920 }],
1928 ], 1921 ],
1929 }, 1922 },
1930 { 1923 {
1931 'target_name': 'net_perftests', 1924 'target_name': 'net_perftests',
1932 'type': 'executable', 1925 'type': 'executable',
1933 'dependencies': [ 1926 'dependencies': [
1934 '../base/base.gyp:base', 1927 '../base/base.gyp:base',
1935 '../base/base.gyp:base_i18n', 1928 '../base/base.gyp:base_i18n',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 'net', 1971 'net',
1979 ], 1972 ],
1980 'export_dependent_settings': [ 1973 'export_dependent_settings': [
1981 '../base/base.gyp:base', 1974 '../base/base.gyp:base',
1982 '../base/base.gyp:test_support_base', 1975 '../base/base.gyp:test_support_base',
1983 '../testing/gtest.gyp:gtest', 1976 '../testing/gtest.gyp:gtest',
1984 ], 1977 ],
1985 'sources': [ 1978 'sources': [
1986 'base/capturing_net_log.cc', 1979 'base/capturing_net_log.cc',
1987 'base/capturing_net_log.h', 1980 'base/capturing_net_log.h',
1988 'base/cert_test_util.cc',
1989 'base/cert_test_util.h',
1990 'base/load_timing_info_test_util.cc', 1981 'base/load_timing_info_test_util.cc',
1991 'base/load_timing_info_test_util.h', 1982 'base/load_timing_info_test_util.h',
1992 'base/mock_cert_verifier.cc',
1993 'base/mock_cert_verifier.h',
1994 'base/mock_file_stream.cc', 1983 'base/mock_file_stream.cc',
1995 'base/mock_file_stream.h', 1984 'base/mock_file_stream.h',
1996 'base/test_completion_callback.cc', 1985 'base/test_completion_callback.cc',
1997 'base/test_completion_callback.h', 1986 'base/test_completion_callback.h',
1998 'base/test_data_directory.cc', 1987 'base/test_data_directory.cc',
1999 'base/test_data_directory.h', 1988 'base/test_data_directory.h',
1989 'cert/mock_cert_verifier.cc',
1990 'cert/mock_cert_verifier.h',
2000 'cookies/cookie_monster_store_test.cc', 1991 'cookies/cookie_monster_store_test.cc',
2001 'cookies/cookie_monster_store_test.h', 1992 'cookies/cookie_monster_store_test.h',
2002 'cookies/cookie_store_test_callbacks.cc', 1993 'cookies/cookie_store_test_callbacks.cc',
2003 'cookies/cookie_store_test_callbacks.h', 1994 'cookies/cookie_store_test_callbacks.h',
2004 'cookies/cookie_store_test_helpers.cc', 1995 'cookies/cookie_store_test_helpers.cc',
2005 'cookies/cookie_store_test_helpers.h', 1996 'cookies/cookie_store_test_helpers.h',
2006 'disk_cache/disk_cache_test_base.cc', 1997 'disk_cache/disk_cache_test_base.cc',
2007 'disk_cache/disk_cache_test_base.h', 1998 'disk_cache/disk_cache_test_base.h',
2008 'disk_cache/disk_cache_test_util.cc', 1999 'disk_cache/disk_cache_test_util.cc',
2009 'disk_cache/disk_cache_test_util.h', 2000 'disk_cache/disk_cache_test_util.h',
2010 'disk_cache/flash/flash_cache_test_base.h', 2001 'disk_cache/flash/flash_cache_test_base.h',
2011 'disk_cache/flash/flash_cache_test_base.cc', 2002 'disk_cache/flash/flash_cache_test_base.cc',
2012 'dns/dns_test_util.cc', 2003 'dns/dns_test_util.cc',
2013 'dns/dns_test_util.h', 2004 'dns/dns_test_util.h',
2014 'dns/mock_host_resolver.cc', 2005 'dns/mock_host_resolver.cc',
2015 'dns/mock_host_resolver.h', 2006 'dns/mock_host_resolver.h',
2016 'proxy/mock_proxy_resolver.cc', 2007 'proxy/mock_proxy_resolver.cc',
2017 'proxy/mock_proxy_resolver.h', 2008 'proxy/mock_proxy_resolver.h',
2018 'proxy/mock_proxy_script_fetcher.cc', 2009 'proxy/mock_proxy_script_fetcher.cc',
2019 'proxy/mock_proxy_script_fetcher.h', 2010 'proxy/mock_proxy_script_fetcher.h',
2020 'proxy/proxy_config_service_common_unittest.cc', 2011 'proxy/proxy_config_service_common_unittest.cc',
2021 'proxy/proxy_config_service_common_unittest.h', 2012 'proxy/proxy_config_service_common_unittest.h',
2022 'socket/socket_test_util.cc', 2013 'socket/socket_test_util.cc',
2023 'socket/socket_test_util.h', 2014 'socket/socket_test_util.h',
2024 'test/base_test_server.cc', 2015 'test/base_test_server.cc',
2025 'test/base_test_server.h', 2016 'test/base_test_server.h',
2017 'test/cert_test_util.cc',
2018 'test/cert_test_util.h',
2026 'test/local_test_server_posix.cc', 2019 'test/local_test_server_posix.cc',
2027 'test/local_test_server_win.cc', 2020 'test/local_test_server_win.cc',
2028 'test/local_test_server.cc', 2021 'test/local_test_server.cc',
2029 'test/local_test_server.h', 2022 'test/local_test_server.h',
2030 'test/net_test_suite.cc', 2023 'test/net_test_suite.cc',
2031 'test/net_test_suite.h', 2024 'test/net_test_suite.h',
2032 'test/python_utils.cc', 2025 'test/python_utils.cc',
2033 'test/python_utils.h', 2026 'test/python_utils.h',
2034 'test/remote_test_server.cc', 2027 'test/remote_test_server.cc',
2035 'test/remote_test_server.h', 2028 'test/remote_test_server.h',
2036 'test/spawner_communicator.cc', 2029 'test/spawner_communicator.cc',
2037 'test/spawner_communicator.h', 2030 'test/spawner_communicator.h',
2031 'test/test_root_certs.cc',
2032 'test/test_root_certs.h',
2033 'test/test_root_certs_mac.cc',
2034 'test/test_root_certs_nss.cc',
2035 'test/test_root_certs_openssl.cc',
2036 'test/test_root_certs_android.cc',
2037 'test/test_root_certs_win.cc',
2038 'test/test_server.h', 2038 'test/test_server.h',
2039 'url_request/test_url_fetcher_factory.cc', 2039 'url_request/test_url_fetcher_factory.cc',
2040 'url_request/test_url_fetcher_factory.h', 2040 'url_request/test_url_fetcher_factory.h',
2041 'url_request/url_request_test_util.cc', 2041 'url_request/url_request_test_util.cc',
2042 'url_request/url_request_test_util.h', 2042 'url_request/url_request_test_util.h',
2043 ], 2043 ],
2044 'conditions': [ 2044 'conditions': [
2045 ['inside_chromium_build==1 and OS != "ios"', { 2045 ['inside_chromium_build==1 and OS != "ios"', {
2046 'dependencies': [ 2046 'dependencies': [
2047 '../third_party/protobuf/protobuf.gyp:py_proto', 2047 '../third_party/protobuf/protobuf.gyp:py_proto',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 '--result', '<@(_outputs)', 2608 '--result', '<@(_outputs)',
2609 '--isolate', 'net_unittests.isolate', 2609 '--isolate', 'net_unittests.isolate',
2610 ], 2610 ],
2611 }, 2611 },
2612 ], 2612 ],
2613 }, 2613 },
2614 ], 2614 ],
2615 }], 2615 }],
2616 ], 2616 ],
2617 } 2617 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698