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 'use_simple_cache_backend%': 0, | 10 'use_simple_cache_backend%': 0, |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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', | 86 'cert/asn1_util.cc', |
87 'base/asn1_util.h', | 87 'cert/asn1_util.h', |
88 'base/auth.cc', | 88 'base/auth.cc', |
89 'base/auth.h', | 89 'base/auth.h', |
90 'base/backoff_entry.cc', | 90 'base/backoff_entry.cc', |
91 'base/backoff_entry.h', | 91 'base/backoff_entry.h', |
92 'base/bandwidth_metrics.cc', | 92 'base/bandwidth_metrics.cc', |
93 'base/bandwidth_metrics.h', | 93 'base/bandwidth_metrics.h', |
94 'base/big_endian.cc', | 94 'base/big_endian.cc', |
95 'base/big_endian.h', | 95 'base/big_endian.h', |
96 'base/cache_type.h', | 96 'base/cache_type.h', |
97 'base/cert_database.cc', | 97 'cert/cert_database.cc', |
98 'base/cert_database.h', | 98 'cert/cert_database.h', |
99 'base/cert_database_android.cc', | 99 'cert/cert_database_android.cc', |
100 'base/cert_database_ios.cc', | 100 'cert/cert_database_ios.cc', |
101 'base/cert_database_mac.cc', | 101 'cert/cert_database_mac.cc', |
102 'base/cert_database_nss.cc', | 102 'cert/cert_database_nss.cc', |
103 'base/cert_database_openssl.cc', | 103 'cert/cert_database_openssl.cc', |
104 'base/cert_database_win.cc', | 104 'cert/cert_database_win.cc', |
105 'base/cert_status_flags.cc', | 105 'cert/cert_status_flags.cc', |
106 'base/cert_status_flags.h', | 106 'base/cert_status_flags.h', |
107 'base/cert_trust_anchor_provider.h', | 107 'cert/cert_trust_anchor_provider.h', |
108 'base/cert_verifier.cc', | 108 'cert/cert_verifier.cc', |
109 'base/cert_verifier.h', | 109 'cert/cert_verifier.h', |
110 'base/cert_verify_proc.cc', | 110 'cert/cert_verify_proc.cc', |
111 'base/cert_verify_proc.h', | 111 'cert/cert_verify_proc.h', |
112 'base/cert_verify_proc_android.cc', | 112 'cert/cert_verify_proc_android.cc', |
113 'base/cert_verify_proc_android.h', | 113 'cert/cert_verify_proc_android.h', |
114 'base/cert_verify_proc_mac.cc', | 114 'cert/cert_verify_proc_mac.cc', |
115 'base/cert_verify_proc_mac.h', | 115 'cert/cert_verify_proc_mac.h', |
116 'base/cert_verify_proc_nss.cc', | 116 'cert/cert_verify_proc_nss.cc', |
117 'base/cert_verify_proc_nss.h', | 117 'cert/cert_verify_proc_nss.h', |
118 'base/cert_verify_proc_openssl.cc', | 118 'cert/cert_verify_proc_openssl.cc', |
119 'base/cert_verify_proc_openssl.h', | 119 'cert/cert_verify_proc_openssl.h', |
120 'base/cert_verify_proc_win.cc', | 120 'cert/cert_verify_proc_win.cc', |
121 'base/cert_verify_proc_win.h', | 121 'cert/cert_verify_proc_win.h', |
122 'base/cert_verify_result.cc', | 122 'cert/cert_verify_result.cc', |
123 'base/cert_verify_result.h', | 123 'cert/cert_verify_result.h', |
124 'base/completion_callback.h', | 124 'base/completion_callback.h', |
125 'base/connection_type_histograms.cc', | 125 'base/connection_type_histograms.cc', |
126 'base/connection_type_histograms.h', | 126 'base/connection_type_histograms.h', |
127 'base/crl_set.cc', | 127 'cert/crl_set.cc', |
128 'base/crl_set.h', | 128 'cert/crl_set.h', |
Ryan Sleevi
2013/03/27 17:21:25
Please sort all modifications to this file.
Paweł Hajdan Jr.
2013/03/28 00:25:35
Done.
| |
129 'base/crypto_module.h', | 129 'base/crypto_module.h', |
130 'base/crypto_module_nss.cc', | 130 'base/crypto_module_nss.cc', |
131 'base/crypto_module_openssl.cc', | 131 'base/crypto_module_openssl.cc', |
132 'base/data_url.cc', | 132 'base/data_url.cc', |
133 'base/data_url.h', | 133 'base/data_url.h', |
134 'base/directory_lister.cc', | 134 'base/directory_lister.cc', |
135 'base/directory_lister.h', | 135 'base/directory_lister.h', |
136 'base/dns_reloader.cc', | 136 'base/dns_reloader.cc', |
137 'base/dns_reloader.h', | 137 'base/dns_reloader.h', |
138 'base/dns_util.cc', | 138 'base/dns_util.cc', |
139 'base/dns_util.h', | 139 'base/dns_util.h', |
140 'base/escape.cc', | 140 'base/escape.cc', |
141 'base/escape.h', | 141 'base/escape.h', |
142 'base/ev_root_ca_metadata.cc', | 142 'cert/ev_root_ca_metadata.cc', |
143 'base/ev_root_ca_metadata.h', | 143 'cert/ev_root_ca_metadata.h', |
144 'base/expiring_cache.h', | 144 'base/expiring_cache.h', |
145 'base/file_stream.cc', | 145 'base/file_stream.cc', |
146 'base/file_stream.h', | 146 'base/file_stream.h', |
147 'base/file_stream_context.cc', | 147 'base/file_stream_context.cc', |
148 'base/file_stream_context.h', | 148 'base/file_stream_context.h', |
149 'base/file_stream_context_posix.cc', | 149 'base/file_stream_context_posix.cc', |
150 'base/file_stream_context_win.cc', | 150 'base/file_stream_context_win.cc', |
151 'base/file_stream_metrics.cc', | 151 'base/file_stream_metrics.cc', |
152 'base/file_stream_metrics.h', | 152 'base/file_stream_metrics.h', |
153 'base/file_stream_metrics_posix.cc', | 153 'base/file_stream_metrics_posix.cc', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
185 'base/load_flags.h', | 185 'base/load_flags.h', |
186 'base/load_flags_list.h', | 186 'base/load_flags_list.h', |
187 'base/load_states.h', | 187 'base/load_states.h', |
188 'base/load_states_list.h', | 188 'base/load_states_list.h', |
189 'base/load_timing_info.cc', | 189 'base/load_timing_info.cc', |
190 'base/load_timing_info.h', | 190 'base/load_timing_info.h', |
191 'base/mime_sniffer.cc', | 191 'base/mime_sniffer.cc', |
192 'base/mime_sniffer.h', | 192 'base/mime_sniffer.h', |
193 'base/mime_util.cc', | 193 'base/mime_util.cc', |
194 'base/mime_util.h', | 194 'base/mime_util.h', |
195 'base/multi_threaded_cert_verifier.cc', | 195 'cert/multi_threaded_cert_verifier.cc', |
196 'base/multi_threaded_cert_verifier.h', | 196 'cert/multi_threaded_cert_verifier.h', |
197 'base/net_error_list.h', | 197 'base/net_error_list.h', |
198 'base/net_errors.cc', | 198 'base/net_errors.cc', |
199 'base/net_errors.h', | 199 'base/net_errors.h', |
200 'base/net_errors_posix.cc', | 200 'base/net_errors_posix.cc', |
201 'base/net_errors_win.cc', | 201 'base/net_errors_win.cc', |
202 'base/net_export.h', | 202 'base/net_export.h', |
203 'base/net_log.cc', | 203 'base/net_log.cc', |
204 'base/net_log.h', | 204 'base/net_log.h', |
205 'base/net_log_event_type_list.h', | 205 'base/net_log_event_type_list.h', |
206 'base/net_log_source_type_list.h', | 206 'base/net_log_source_type_list.h', |
207 'base/net_module.cc', | 207 'base/net_module.cc', |
208 'base/net_module.h', | 208 'base/net_module.h', |
209 'base/net_util.cc', | 209 'base/net_util.cc', |
210 'base/net_util.h', | 210 'base/net_util.h', |
211 'base/net_util_posix.cc', | 211 'base/net_util_posix.cc', |
212 'base/net_util_win.cc', | 212 'base/net_util_win.cc', |
213 'base/network_change_notifier.cc', | 213 'base/network_change_notifier.cc', |
214 'base/network_change_notifier.h', | 214 'base/network_change_notifier.h', |
215 'base/network_change_notifier_factory.h', | 215 'base/network_change_notifier_factory.h', |
216 'base/network_change_notifier_linux.cc', | 216 'base/network_change_notifier_linux.cc', |
217 'base/network_change_notifier_linux.h', | 217 'base/network_change_notifier_linux.h', |
218 'base/network_change_notifier_mac.cc', | 218 'base/network_change_notifier_mac.cc', |
219 'base/network_change_notifier_mac.h', | 219 'base/network_change_notifier_mac.h', |
220 'base/network_change_notifier_win.cc', | 220 'base/network_change_notifier_win.cc', |
221 'base/network_change_notifier_win.h', | 221 'base/network_change_notifier_win.h', |
222 'base/network_config_watcher_mac.cc', | 222 'base/network_config_watcher_mac.cc', |
223 'base/network_config_watcher_mac.h', | 223 'base/network_config_watcher_mac.h', |
224 'base/network_delegate.cc', | 224 'base/network_delegate.cc', |
225 'base/network_delegate.h', | 225 'base/network_delegate.h', |
226 'base/nss_cert_database.cc', | 226 'cert/nss_cert_database.cc', |
227 'base/nss_cert_database.h', | 227 'cert/nss_cert_database.h', |
228 'base/nss_memio.c', | 228 'base/nss_memio.c', |
229 'base/nss_memio.h', | 229 'base/nss_memio.h', |
230 'base/openssl_client_key_store.cc', | 230 'base/openssl_client_key_store.cc', |
231 'base/openssl_client_key_store.h', | 231 'base/openssl_client_key_store.h', |
232 'base/openssl_private_key_store.h', | 232 'base/openssl_private_key_store.h', |
233 'base/openssl_private_key_store_android.cc', | 233 'base/openssl_private_key_store_android.cc', |
234 'base/openssl_private_key_store_memory.cc', | 234 'base/openssl_private_key_store_memory.cc', |
235 'base/pem_tokenizer.cc', | 235 'cert/pem_tokenizer.cc', |
236 'base/pem_tokenizer.h', | 236 'cert/pem_tokenizer.h', |
237 'base/platform_mime_util.h', | 237 'base/platform_mime_util.h', |
238 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 238 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
239 'base/platform_mime_util_linux.cc', | 239 'base/platform_mime_util_linux.cc', |
240 'base/platform_mime_util_mac.mm', | 240 'base/platform_mime_util_mac.mm', |
241 'base/platform_mime_util_win.cc', | 241 'base/platform_mime_util_win.cc', |
242 'base/prioritized_dispatcher.cc', | 242 'base/prioritized_dispatcher.cc', |
243 'base/prioritized_dispatcher.h', | 243 'base/prioritized_dispatcher.h', |
244 'base/priority_queue.h', | 244 'base/priority_queue.h', |
245 'base/rand_callback.h', | 245 'base/rand_callback.h', |
246 'base/registry_controlled_domains/registry_controlled_domain.cc', | 246 'base/registry_controlled_domains/registry_controlled_domain.cc', |
247 'base/registry_controlled_domains/registry_controlled_domain.h', | 247 'base/registry_controlled_domains/registry_controlled_domain.h', |
248 'base/request_priority.h', | 248 'base/request_priority.h', |
249 'base/sdch_filter.cc', | 249 'base/sdch_filter.cc', |
250 'base/sdch_filter.h', | 250 'base/sdch_filter.h', |
251 'base/sdch_manager.cc', | 251 'base/sdch_manager.cc', |
252 'base/sdch_manager.h', | 252 'base/sdch_manager.h', |
253 'base/single_request_cert_verifier.cc', | 253 'cert/single_request_cert_verifier.cc', |
254 'base/single_request_cert_verifier.h', | 254 'cert/single_request_cert_verifier.h', |
255 'base/static_cookie_policy.cc', | 255 'base/static_cookie_policy.cc', |
256 'base/static_cookie_policy.h', | 256 'base/static_cookie_policy.h', |
257 'base/stream_listen_socket.cc', | 257 'base/stream_listen_socket.cc', |
258 'base/stream_listen_socket.h', | 258 'base/stream_listen_socket.h', |
259 'base/sys_addrinfo.h', | 259 'base/sys_addrinfo.h', |
260 'base/tcp_listen_socket.cc', | 260 'base/tcp_listen_socket.cc', |
261 'base/tcp_listen_socket.h', | 261 'base/tcp_listen_socket.h', |
262 'base/test_data_stream.cc', | 262 'base/test_data_stream.cc', |
263 'base/test_data_stream.h', | 263 'base/test_data_stream.h', |
264 'base/test_root_certs.cc', | 264 'cert/test_root_certs.cc', |
265 'base/test_root_certs.h', | 265 'cert/test_root_certs.h', |
266 'base/test_root_certs_mac.cc', | 266 'cert/test_root_certs_mac.cc', |
267 'base/test_root_certs_nss.cc', | 267 'cert/test_root_certs_nss.cc', |
268 'base/test_root_certs_openssl.cc', | 268 'cert/test_root_certs_openssl.cc', |
269 'base/test_root_certs_android.cc', | 269 'cert/test_root_certs_android.cc', |
270 'base/test_root_certs_win.cc', | 270 'cert/test_root_certs_win.cc', |
271 'base/unix_domain_socket_posix.cc', | 271 'base/unix_domain_socket_posix.cc', |
272 'base/unix_domain_socket_posix.h', | 272 'base/unix_domain_socket_posix.h', |
273 'base/upload_bytes_element_reader.cc', | 273 'base/upload_bytes_element_reader.cc', |
274 'base/upload_bytes_element_reader.h', | 274 'base/upload_bytes_element_reader.h', |
275 'base/upload_data.cc', | 275 'base/upload_data.cc', |
276 'base/upload_data.h', | 276 'base/upload_data.h', |
277 'base/upload_data_stream.cc', | 277 'base/upload_data_stream.cc', |
278 'base/upload_data_stream.h', | 278 'base/upload_data_stream.h', |
279 'base/upload_element.cc', | 279 'base/upload_element.cc', |
280 'base/upload_element.h', | 280 'base/upload_element.h', |
281 'base/upload_element_reader.cc', | 281 'base/upload_element_reader.cc', |
282 'base/upload_element_reader.h', | 282 'base/upload_element_reader.h', |
283 'base/upload_file_element_reader.cc', | 283 'base/upload_file_element_reader.cc', |
284 'base/upload_file_element_reader.h', | 284 'base/upload_file_element_reader.h', |
285 'base/upload_progress.h', | 285 'base/upload_progress.h', |
286 'base/url_util.cc', | 286 'base/url_util.cc', |
287 'base/url_util.h', | 287 'base/url_util.h', |
288 'base/winsock_init.cc', | 288 'base/winsock_init.cc', |
289 'base/winsock_init.h', | 289 'base/winsock_init.h', |
290 'base/winsock_util.cc', | 290 'base/winsock_util.cc', |
291 'base/winsock_util.h', | 291 'base/winsock_util.h', |
292 'base/x509_cert_types.cc', | 292 'cert/x509_cert_types.cc', |
293 'base/x509_cert_types.h', | 293 'cert/x509_cert_types.h', |
294 'base/x509_cert_types_mac.cc', | 294 'cert/x509_cert_types_mac.cc', |
295 'base/x509_cert_types_win.cc', | 295 'cert/x509_cert_types_win.cc', |
296 'base/x509_certificate.cc', | 296 'cert/x509_certificate.cc', |
297 'base/x509_certificate.h', | 297 'cert/x509_certificate.h', |
298 'base/x509_certificate_ios.cc', | 298 'cert/x509_certificate_ios.cc', |
299 'base/x509_certificate_mac.cc', | 299 'cert/x509_certificate_mac.cc', |
300 'base/x509_certificate_net_log_param.cc', | 300 'cert/x509_certificate_net_log_param.cc', |
301 'base/x509_certificate_net_log_param.h', | 301 'cert/x509_certificate_net_log_param.h', |
302 'base/x509_certificate_nss.cc', | 302 'cert/x509_certificate_nss.cc', |
303 'base/x509_certificate_openssl.cc', | 303 'cert/x509_certificate_openssl.cc', |
304 'base/x509_certificate_win.cc', | 304 'cert/x509_certificate_win.cc', |
305 'base/x509_util.h', | 305 'cert/x509_util.h', |
306 'base/x509_util.cc', | 306 'cert/x509_util.cc', |
307 'base/x509_util_ios.cc', | 307 'cert/x509_util_ios.cc', |
308 'base/x509_util_ios.h', | 308 'cert/x509_util_ios.h', |
309 'base/x509_util_mac.cc', | 309 'cert/x509_util_mac.cc', |
310 'base/x509_util_mac.h', | 310 'cert/x509_util_mac.h', |
311 'base/x509_util_nss.cc', | 311 'cert/x509_util_nss.cc', |
312 'base/x509_util_nss.h', | 312 'cert/x509_util_nss.h', |
313 'base/x509_util_openssl.cc', | 313 'cert/x509_util_openssl.cc', |
314 'base/x509_util_openssl.h', | 314 'cert/x509_util_openssl.h', |
315 'base/zap.cc', | 315 'base/zap.cc', |
316 'base/zap.h', | 316 'base/zap.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', |
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1079 'dns/dns_client.cc', | 1079 'dns/dns_client.cc', |
1080 ], | 1080 ], |
1081 }], | 1081 }], |
1082 ['use_simple_cache_backend==1', { | 1082 ['use_simple_cache_backend==1', { |
1083 'defines': [ | 1083 'defines': [ |
1084 'USE_SIMPLE_CACHE_BACKEND', | 1084 'USE_SIMPLE_CACHE_BACKEND', |
1085 ] | 1085 ] |
1086 }], | 1086 }], |
1087 ['use_openssl==1', { | 1087 ['use_openssl==1', { |
1088 'sources!': [ | 1088 'sources!': [ |
1089 'base/cert_database_nss.cc', | 1089 'cert/cert_database_nss.cc', |
1090 'base/cert_verify_proc_nss.cc', | 1090 'cert/cert_verify_proc_nss.cc', |
1091 'base/cert_verify_proc_nss.h', | 1091 'cert/cert_verify_proc_nss.h', |
1092 'base/crypto_module_nss.cc', | 1092 'base/crypto_module_nss.cc', |
1093 'base/keygen_handler_nss.cc', | 1093 'base/keygen_handler_nss.cc', |
1094 'base/nss_cert_database.cc', | 1094 'cert/nss_cert_database.cc', |
1095 'base/nss_cert_database.h', | 1095 'cert/nss_cert_database.h', |
1096 'base/nss_memio.c', | 1096 'base/nss_memio.c', |
1097 'base/nss_memio.h', | 1097 'base/nss_memio.h', |
1098 'base/test_root_certs_nss.cc', | 1098 'cert/test_root_certs_nss.cc', |
1099 'base/x509_certificate_nss.cc', | 1099 'cert/x509_certificate_nss.cc', |
1100 'base/x509_util_nss.cc', | 1100 'cert/x509_util_nss.cc', |
1101 'base/x509_util_nss.h', | 1101 'cert/x509_util_nss.h', |
1102 'ocsp/nss_ocsp.cc', | 1102 'ocsp/nss_ocsp.cc', |
1103 'ocsp/nss_ocsp.h', | 1103 'ocsp/nss_ocsp.h', |
1104 'quic/crypto/aes_128_gcm_decrypter_nss.cc', | 1104 'quic/crypto/aes_128_gcm_decrypter_nss.cc', |
1105 'quic/crypto/aes_128_gcm_encrypter_nss.cc', | 1105 'quic/crypto/aes_128_gcm_encrypter_nss.cc', |
1106 'quic/crypto/p256_key_exchange_nss.cc', | 1106 'quic/crypto/p256_key_exchange_nss.cc', |
1107 'socket/nss_ssl_util.cc', | 1107 'socket/nss_ssl_util.cc', |
1108 'socket/nss_ssl_util.h', | 1108 'socket/nss_ssl_util.h', |
1109 'socket/ssl_client_socket_nss.cc', | 1109 'socket/ssl_client_socket_nss.cc', |
1110 'socket/ssl_client_socket_nss.h', | 1110 'socket/ssl_client_socket_nss.h', |
1111 'socket/ssl_server_socket_nss.cc', | 1111 'socket/ssl_server_socket_nss.cc', |
1112 'socket/ssl_server_socket_nss.h', | 1112 'socket/ssl_server_socket_nss.h', |
1113 'ssl/client_cert_store_impl_nss.cc', | 1113 'ssl/client_cert_store_impl_nss.cc', |
1114 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', | 1114 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
1115 'third_party/mozilla_security_manager/nsKeygenHandler.h', | 1115 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
1116 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', | 1116 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
1117 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', | 1117 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
1118 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', | 1118 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
1119 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 1119 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
1120 ], | 1120 ], |
1121 }, | 1121 }, |
1122 { # else !use_openssl: remove the unneeded files | 1122 { # else !use_openssl: remove the unneeded files |
1123 'sources!': [ | 1123 'sources!': [ |
1124 'base/cert_database_openssl.cc', | 1124 'cert/cert_database_openssl.cc', |
1125 'base/cert_verify_proc_openssl.cc', | 1125 'cert/cert_verify_proc_openssl.cc', |
1126 'base/cert_verify_proc_openssl.h', | 1126 'cert/cert_verify_proc_openssl.h', |
1127 'base/crypto_module_openssl.cc', | 1127 'base/crypto_module_openssl.cc', |
1128 'base/keygen_handler_openssl.cc', | 1128 'base/keygen_handler_openssl.cc', |
1129 'base/openssl_client_key_store.cc', | 1129 'base/openssl_client_key_store.cc', |
1130 'base/openssl_client_key_store.h', | 1130 'base/openssl_client_key_store.h', |
1131 'base/openssl_private_key_store.h', | 1131 'base/openssl_private_key_store.h', |
1132 'base/openssl_private_key_store_android.cc', | 1132 'base/openssl_private_key_store_android.cc', |
1133 'base/openssl_private_key_store_memory.cc', | 1133 'base/openssl_private_key_store_memory.cc', |
1134 'base/test_root_certs_openssl.cc', | 1134 'cert/test_root_certs_openssl.cc', |
1135 'base/x509_certificate_openssl.cc', | 1135 'cert/x509_certificate_openssl.cc', |
1136 'base/x509_util_openssl.cc', | 1136 'cert/x509_util_openssl.cc', |
1137 'base/x509_util_openssl.h', | 1137 'cert/x509_util_openssl.h', |
1138 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', | 1138 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', |
1139 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', | 1139 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', |
1140 'quic/crypto/p256_key_exchange_openssl.cc', | 1140 'quic/crypto/p256_key_exchange_openssl.cc', |
1141 'quic/crypto/scoped_evp_cipher_ctx.h', | 1141 'quic/crypto/scoped_evp_cipher_ctx.h', |
1142 'socket/ssl_client_socket_openssl.cc', | 1142 'socket/ssl_client_socket_openssl.cc', |
1143 'socket/ssl_client_socket_openssl.h', | 1143 'socket/ssl_client_socket_openssl.h', |
1144 'socket/ssl_server_socket_openssl.cc', | 1144 'socket/ssl_server_socket_openssl.cc', |
1145 ], | 1145 ], |
1146 }, | 1146 }, |
1147 ], | 1147 ], |
(...skipping 28 matching lines...) Expand all Loading... | |
1176 'link_settings': { | 1176 'link_settings': { |
1177 'ldflags': [ | 1177 'ldflags': [ |
1178 '-R/usr/lib/mps', | 1178 '-R/usr/lib/mps', |
1179 ], | 1179 ], |
1180 }, | 1180 }, |
1181 }], | 1181 }], |
1182 ], | 1182 ], |
1183 }, | 1183 }, |
1184 { # else: OS is not in the above list | 1184 { # else: OS is not in the above list |
1185 'sources!': [ | 1185 'sources!': [ |
1186 'base/cert_database_nss.cc', | 1186 'cert/cert_database_nss.cc', |
1187 'base/crypto_module_nss.cc', | 1187 'base/crypto_module_nss.cc', |
1188 'base/keygen_handler_nss.cc', | 1188 'base/keygen_handler_nss.cc', |
1189 'base/nss_cert_database.cc', | 1189 'cert/nss_cert_database.cc', |
1190 'base/nss_cert_database.h', | 1190 'cert/nss_cert_database.h', |
1191 'base/test_root_certs_nss.cc', | 1191 'cert/test_root_certs_nss.cc', |
1192 'base/x509_certificate_nss.cc', | 1192 'cert/x509_certificate_nss.cc', |
1193 'ocsp/nss_ocsp.cc', | 1193 'ocsp/nss_ocsp.cc', |
1194 'ocsp/nss_ocsp.h', | 1194 'ocsp/nss_ocsp.h', |
1195 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', | 1195 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
1196 'third_party/mozilla_security_manager/nsKeygenHandler.h', | 1196 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
1197 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', | 1197 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
1198 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', | 1198 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
1199 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', | 1199 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
1200 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 1200 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
1201 ], | 1201 ], |
1202 }, | 1202 }, |
1203 ], | 1203 ], |
1204 [ 'toolkit_uses_gtk == 1', { | 1204 [ 'toolkit_uses_gtk == 1', { |
1205 'dependencies': [ | 1205 'dependencies': [ |
1206 '../build/linux/system.gyp:gdk', | 1206 '../build/linux/system.gyp:gdk', |
1207 ], | 1207 ], |
1208 }], | 1208 }], |
1209 [ 'use_nss != 1', { | 1209 [ 'use_nss != 1', { |
1210 'sources!': [ | 1210 'sources!': [ |
1211 'base/cert_verify_proc_nss.cc', | 1211 'cert/cert_verify_proc_nss.cc', |
1212 'base/cert_verify_proc_nss.h', | 1212 'cert/cert_verify_proc_nss.h', |
1213 'ssl/client_cert_store_impl_nss.cc', | 1213 'ssl/client_cert_store_impl_nss.cc', |
1214 ], | 1214 ], |
1215 }], | 1215 }], |
1216 [ 'enable_websockets != 1', { | 1216 [ 'enable_websockets != 1', { |
1217 'sources/': [ | 1217 'sources/': [ |
1218 ['exclude', '^socket_stream/'], | 1218 ['exclude', '^socket_stream/'], |
1219 ['exclude', '^websockets/'], | 1219 ['exclude', '^websockets/'], |
1220 ], | 1220 ], |
1221 'sources!': [ | 1221 'sources!': [ |
1222 'spdy/spdy_websocket_stream.cc', | 1222 'spdy/spdy_websocket_stream.cc', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1292 'dependencies': [ | 1292 'dependencies': [ |
1293 'net_java', | 1293 'net_java', |
1294 ], | 1294 ], |
1295 }], | 1295 }], |
1296 [ 'OS == "android"', { | 1296 [ 'OS == "android"', { |
1297 'dependencies': [ | 1297 'dependencies': [ |
1298 '../third_party/openssl/openssl.gyp:openssl', | 1298 '../third_party/openssl/openssl.gyp:openssl', |
1299 'net_jni_headers', | 1299 'net_jni_headers', |
1300 ], | 1300 ], |
1301 'sources!': [ | 1301 'sources!': [ |
1302 'base/cert_database_openssl.cc', | 1302 'cert/cert_database_openssl.cc', |
1303 'base/cert_verify_proc_openssl.cc', | 1303 'cert/cert_verify_proc_openssl.cc', |
1304 'base/openssl_private_key_store_memory.cc', | 1304 'base/openssl_private_key_store_memory.cc', |
1305 'base/test_root_certs_openssl.cc', | 1305 'cert/test_root_certs_openssl.cc', |
1306 ], | 1306 ], |
1307 # The net/android/keystore_openssl.cc source file needs to | 1307 # The net/android/keystore_openssl.cc source file needs to |
1308 # access an OpenSSL-internal header. | 1308 # access an OpenSSL-internal header. |
1309 'include_dirs': [ | 1309 'include_dirs': [ |
1310 '../third_party/openssl', | 1310 '../third_party/openssl', |
1311 ], | 1311 ], |
1312 }, { # else OS != "android" | 1312 }, { # else OS != "android" |
1313 'defines': [ | 1313 'defines': [ |
1314 # These are the features Android doesn't support. | 1314 # These are the features Android doesn't support. |
1315 'ENABLE_MEDIA_CODEC_THEORA', | 1315 'ENABLE_MEDIA_CODEC_THEORA', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1371 'net', | 1371 'net', |
1372 'net_test_support', | 1372 'net_test_support', |
1373 ], | 1373 ], |
1374 'sources': [ | 1374 'sources': [ |
1375 'android/keystore_unittest.cc', | 1375 'android/keystore_unittest.cc', |
1376 'android/network_change_notifier_android_unittest.cc', | 1376 'android/network_change_notifier_android_unittest.cc', |
1377 'base/address_list_unittest.cc', | 1377 'base/address_list_unittest.cc', |
1378 'base/address_tracker_linux_unittest.cc', | 1378 'base/address_tracker_linux_unittest.cc', |
1379 'base/backoff_entry_unittest.cc', | 1379 'base/backoff_entry_unittest.cc', |
1380 'base/big_endian_unittest.cc', | 1380 'base/big_endian_unittest.cc', |
1381 'base/cert_verify_proc_unittest.cc', | 1381 'cert/cert_verify_proc_unittest.cc', |
1382 'base/crl_set_unittest.cc', | 1382 'cert/crl_set_unittest.cc', |
1383 'base/data_url_unittest.cc', | 1383 'base/data_url_unittest.cc', |
1384 'base/directory_lister_unittest.cc', | 1384 'base/directory_lister_unittest.cc', |
1385 'base/dns_util_unittest.cc', | 1385 'base/dns_util_unittest.cc', |
1386 'base/escape_unittest.cc', | 1386 'base/escape_unittest.cc', |
1387 'base/ev_root_ca_metadata_unittest.cc', | 1387 'cert/ev_root_ca_metadata_unittest.cc', |
1388 'base/expiring_cache_unittest.cc', | 1388 'base/expiring_cache_unittest.cc', |
1389 'base/file_stream_unittest.cc', | 1389 'base/file_stream_unittest.cc', |
1390 'base/filter_unittest.cc', | 1390 'base/filter_unittest.cc', |
1391 'base/int128_unittest.cc', | 1391 'base/int128_unittest.cc', |
1392 'base/gzip_filter_unittest.cc', | 1392 'base/gzip_filter_unittest.cc', |
1393 'base/host_cache_unittest.cc', | 1393 'base/host_cache_unittest.cc', |
1394 'base/host_mapping_rules_unittest.cc', | 1394 'base/host_mapping_rules_unittest.cc', |
1395 'base/host_port_pair_unittest.cc', | 1395 'base/host_port_pair_unittest.cc', |
1396 'base/ip_endpoint_unittest.cc', | 1396 'base/ip_endpoint_unittest.cc', |
1397 'base/keygen_handler_unittest.cc', | 1397 'base/keygen_handler_unittest.cc', |
1398 'base/mime_sniffer_unittest.cc', | 1398 'base/mime_sniffer_unittest.cc', |
1399 'base/mime_util_unittest.cc', | 1399 'base/mime_util_unittest.cc', |
1400 'base/mock_filter_context.cc', | 1400 'base/mock_filter_context.cc', |
1401 'base/mock_filter_context.h', | 1401 'base/mock_filter_context.h', |
1402 'base/multi_threaded_cert_verifier_unittest.cc', | 1402 'cert/multi_threaded_cert_verifier_unittest.cc', |
1403 'base/net_log_unittest.h', | 1403 'base/net_log_unittest.h', |
1404 'base/net_util_unittest.cc', | 1404 'base/net_util_unittest.cc', |
1405 'base/network_change_notifier_win_unittest.cc', | 1405 'base/network_change_notifier_win_unittest.cc', |
1406 'base/nss_cert_database_unittest.cc', | 1406 'cert/nss_cert_database_unittest.cc', |
1407 'base/openssl_client_key_store_unittest.cc', | 1407 'base/openssl_client_key_store_unittest.cc', |
1408 'base/pem_tokenizer_unittest.cc', | 1408 'cert/pem_tokenizer_unittest.cc', |
1409 'base/prioritized_dispatcher_unittest.cc', | 1409 'base/prioritized_dispatcher_unittest.cc', |
1410 'base/priority_queue_unittest.cc', | 1410 'base/priority_queue_unittest.cc', |
1411 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ', | 1411 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ', |
1412 'base/sdch_filter_unittest.cc', | 1412 'base/sdch_filter_unittest.cc', |
1413 'base/static_cookie_policy_unittest.cc', | 1413 'base/static_cookie_policy_unittest.cc', |
1414 'base/tcp_listen_socket_unittest.cc', | 1414 'base/tcp_listen_socket_unittest.cc', |
1415 'base/tcp_listen_socket_unittest.h', | 1415 'base/tcp_listen_socket_unittest.h', |
1416 'base/test_certificate_data.h', | 1416 'cert/test_certificate_data.h', |
1417 'base/test_completion_callback_unittest.cc', | 1417 'base/test_completion_callback_unittest.cc', |
1418 'base/unix_domain_socket_posix_unittest.cc', | 1418 'base/unix_domain_socket_posix_unittest.cc', |
1419 'base/upload_bytes_element_reader_unittest.cc', | 1419 'base/upload_bytes_element_reader_unittest.cc', |
1420 'base/upload_data_stream_unittest.cc', | 1420 'base/upload_data_stream_unittest.cc', |
1421 'base/upload_file_element_reader_unittest.cc', | 1421 'base/upload_file_element_reader_unittest.cc', |
1422 'base/url_util_unittest.cc', | 1422 'base/url_util_unittest.cc', |
1423 'base/x509_certificate_unittest.cc', | 1423 'cert/x509_certificate_unittest.cc', |
1424 'base/x509_cert_types_unittest.cc', | 1424 'cert/x509_cert_types_unittest.cc', |
1425 'base/x509_util_unittest.cc', | 1425 'cert/x509_util_unittest.cc', |
1426 'base/x509_util_nss_unittest.cc', | 1426 'cert/x509_util_nss_unittest.cc', |
1427 'base/x509_util_openssl_unittest.cc', | 1427 'cert/x509_util_openssl_unittest.cc', |
1428 'cookies/canonical_cookie_unittest.cc', | 1428 'cookies/canonical_cookie_unittest.cc', |
1429 'cookies/cookie_monster_unittest.cc', | 1429 'cookies/cookie_monster_unittest.cc', |
1430 'cookies/cookie_store_unittest.h', | 1430 'cookies/cookie_store_unittest.h', |
1431 'cookies/cookie_util_unittest.cc', | 1431 'cookies/cookie_util_unittest.cc', |
1432 'cookies/parsed_cookie_unittest.cc', | 1432 'cookies/parsed_cookie_unittest.cc', |
1433 'disk_cache/addr_unittest.cc', | 1433 'disk_cache/addr_unittest.cc', |
1434 'disk_cache/backend_unittest.cc', | 1434 'disk_cache/backend_unittest.cc', |
1435 'disk_cache/bitmap_unittest.cc', | 1435 'disk_cache/bitmap_unittest.cc', |
1436 'disk_cache/block_files_unittest.cc', | 1436 'disk_cache/block_files_unittest.cc', |
1437 'disk_cache/cache_util_unittest.cc', | 1437 'disk_cache/cache_util_unittest.cc', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1716 'net_javatests', | 1716 'net_javatests', |
1717 'net_test_jni_headers', | 1717 'net_test_jni_headers', |
1718 ], | 1718 ], |
1719 }], | 1719 }], |
1720 [ 'use_glib == 1', { | 1720 [ 'use_glib == 1', { |
1721 'dependencies': [ | 1721 'dependencies': [ |
1722 '../build/linux/system.gyp:ssl', | 1722 '../build/linux/system.gyp:ssl', |
1723 ], | 1723 ], |
1724 }, { # else use_glib == 0: !posix || mac | 1724 }, { # else use_glib == 0: !posix || mac |
1725 'sources!': [ | 1725 'sources!': [ |
1726 'base/nss_cert_database_unittest.cc', | 1726 'cert/nss_cert_database_unittest.cc', |
1727 ], | 1727 ], |
1728 }, | 1728 }, |
1729 ], | 1729 ], |
1730 [ 'toolkit_uses_gtk == 1', { | 1730 [ 'toolkit_uses_gtk == 1', { |
1731 'dependencies': [ | 1731 'dependencies': [ |
1732 '../build/linux/system.gyp:gtk', | 1732 '../build/linux/system.gyp:gtk', |
1733 ], | 1733 ], |
1734 }, | 1734 }, |
1735 ], | 1735 ], |
1736 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 1736 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
(...skipping 15 matching lines...) Expand all Loading... | |
1752 'http/http_auth_handler_negotiate_unittest.cc', | 1752 'http/http_auth_handler_negotiate_unittest.cc', |
1753 'http/mock_gssapi_library_posix.cc', | 1753 'http/mock_gssapi_library_posix.cc', |
1754 'http/mock_gssapi_library_posix.h', | 1754 'http/mock_gssapi_library_posix.h', |
1755 ], | 1755 ], |
1756 }], | 1756 }], |
1757 [ 'use_openssl==1', { | 1757 [ 'use_openssl==1', { |
1758 # When building for OpenSSL, we need to exclude NSS specific tests. | 1758 # When building for OpenSSL, we need to exclude NSS specific tests. |
1759 # TODO(bulach): Add equivalent tests when the underlying | 1759 # TODO(bulach): Add equivalent tests when the underlying |
1760 # functionality is ported to OpenSSL. | 1760 # functionality is ported to OpenSSL. |
1761 'sources!': [ | 1761 'sources!': [ |
1762 'base/nss_cert_database_unittest.cc', | 1762 'cert/nss_cert_database_unittest.cc', |
1763 'base/x509_util_nss_unittest.cc', | 1763 'cert/x509_util_nss_unittest.cc', |
1764 'ssl/client_cert_store_impl_unittest.cc', | 1764 'ssl/client_cert_store_impl_unittest.cc', |
1765 ], | 1765 ], |
1766 }, { # else !use_openssl: remove the unneeded files | 1766 }, { # else !use_openssl: remove the unneeded files |
1767 'sources!': [ | 1767 'sources!': [ |
1768 'base/openssl_client_key_store_unittest.cc', | 1768 'base/openssl_client_key_store_unittest.cc', |
1769 'base/x509_util_openssl_unittest.cc', | 1769 'cert/x509_util_openssl_unittest.cc', |
1770 'socket/ssl_client_socket_openssl_unittest.cc', | 1770 'socket/ssl_client_socket_openssl_unittest.cc', |
1771 ], | 1771 ], |
1772 }, | 1772 }, |
1773 ], | 1773 ], |
1774 [ 'enable_websockets != 1', { | 1774 [ 'enable_websockets != 1', { |
1775 'sources/': [ | 1775 'sources/': [ |
1776 ['exclude', '^socket_stream/'], | 1776 ['exclude', '^socket_stream/'], |
1777 ['exclude', '^websockets/'], | 1777 ['exclude', '^websockets/'], |
1778 ['exclude', '^spdy/spdy_websocket_stream_spdy._unittest\\.cc$'], | 1778 ['exclude', '^spdy/spdy_websocket_stream_spdy._unittest\\.cc$'], |
1779 ], | 1779 ], |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1915 ], | 1915 ], |
1916 }, | 1916 }, |
1917 ], | 1917 ], |
1918 ['OS == "android" and gtest_target_type == "shared_library"', { | 1918 ['OS == "android" and gtest_target_type == "shared_library"', { |
1919 'dependencies': [ | 1919 'dependencies': [ |
1920 '../testing/android/native_test.gyp:native_test_native_code', | 1920 '../testing/android/native_test.gyp:native_test_native_code', |
1921 ] | 1921 ] |
1922 }], | 1922 }], |
1923 [ 'OS != "win" and OS != "mac"', { | 1923 [ 'OS != "win" and OS != "mac"', { |
1924 'sources!': [ | 1924 'sources!': [ |
1925 'base/x509_cert_types_unittest.cc', | 1925 'cert/x509_cert_types_unittest.cc', |
1926 ], | 1926 ], |
1927 }], | 1927 }], |
1928 ], | 1928 ], |
1929 }, | 1929 }, |
1930 { | 1930 { |
1931 'target_name': 'net_perftests', | 1931 'target_name': 'net_perftests', |
1932 'type': 'executable', | 1932 'type': 'executable', |
1933 'dependencies': [ | 1933 'dependencies': [ |
1934 '../base/base.gyp:base', | 1934 '../base/base.gyp:base', |
1935 '../base/base.gyp:base_i18n', | 1935 '../base/base.gyp:base_i18n', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1978 'net', | 1978 'net', |
1979 ], | 1979 ], |
1980 'export_dependent_settings': [ | 1980 'export_dependent_settings': [ |
1981 '../base/base.gyp:base', | 1981 '../base/base.gyp:base', |
1982 '../base/base.gyp:test_support_base', | 1982 '../base/base.gyp:test_support_base', |
1983 '../testing/gtest.gyp:gtest', | 1983 '../testing/gtest.gyp:gtest', |
1984 ], | 1984 ], |
1985 'sources': [ | 1985 'sources': [ |
1986 'base/capturing_net_log.cc', | 1986 'base/capturing_net_log.cc', |
1987 'base/capturing_net_log.h', | 1987 'base/capturing_net_log.h', |
1988 'base/cert_test_util.cc', | 1988 'test/cert_test_util.cc', |
1989 'base/cert_test_util.h', | 1989 'test/cert_test_util.h', |
1990 'base/load_timing_info_test_util.cc', | 1990 'base/load_timing_info_test_util.cc', |
1991 'base/load_timing_info_test_util.h', | 1991 'base/load_timing_info_test_util.h', |
1992 'base/mock_cert_verifier.cc', | 1992 'cert/mock_cert_verifier.cc', |
1993 'base/mock_cert_verifier.h', | 1993 'cert/mock_cert_verifier.h', |
1994 'base/mock_file_stream.cc', | 1994 'base/mock_file_stream.cc', |
1995 'base/mock_file_stream.h', | 1995 'base/mock_file_stream.h', |
1996 'base/test_completion_callback.cc', | 1996 'base/test_completion_callback.cc', |
1997 'base/test_completion_callback.h', | 1997 'base/test_completion_callback.h', |
1998 'base/test_data_directory.cc', | 1998 'base/test_data_directory.cc', |
1999 'base/test_data_directory.h', | 1999 'base/test_data_directory.h', |
2000 'cookies/cookie_monster_store_test.cc', | 2000 'cookies/cookie_monster_store_test.cc', |
2001 'cookies/cookie_monster_store_test.h', | 2001 'cookies/cookie_monster_store_test.h', |
2002 'cookies/cookie_store_test_callbacks.cc', | 2002 'cookies/cookie_store_test_callbacks.cc', |
2003 'cookies/cookie_store_test_callbacks.h', | 2003 'cookies/cookie_store_test_callbacks.h', |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 } |
OLD | NEW |