OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # This target is included in both 'net' and 'net_small'. | 6 # This target is included in both 'net' and 'net_small'. |
7 'type': '<(component)', | 7 'type': '<(component)', |
8 'variables': { 'enable_wexit_time_destructors': 1, }, | 8 'variables': { 'enable_wexit_time_destructors': 1, }, |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'sources': [ | 302 'sources': [ |
303 'third_party/nss/ssl/cmpcert.c', | 303 'third_party/nss/ssl/cmpcert.c', |
304 ], | 304 ], |
305 }], | 305 }], |
306 [ 'OS == "ios" and use_nss_verifier == 0', { | 306 [ 'OS == "ios" and use_nss_verifier == 0', { |
307 'sources!': [ | 307 'sources!': [ |
308 'cert/x509_util_ios.cc', | 308 'cert/x509_util_ios.cc', |
309 'cert/x509_util_ios.h', | 309 'cert/x509_util_ios.h', |
310 ], | 310 ], |
311 }], | 311 }], |
| 312 [ 'OS == "ios" and use_nss_verifier == 1', { |
| 313 'sources!': [ |
| 314 'cert/cert_verify_proc_ios_openssl.cc', |
| 315 'cert/cert_verify_proc_ios_openssl.h', |
| 316 'cert/test_root_certs_ios_openssl.cc', |
| 317 'cert/x509_certificate_ios_openssl.cc', |
| 318 ], |
| 319 }], |
312 [ 'enable_websockets == 1', { | 320 [ 'enable_websockets == 1', { |
313 'sources': ['<@(net_websockets_sources)'] | 321 'sources': ['<@(net_websockets_sources)'] |
314 }], | 322 }], |
315 [ 'enable_mdns != 1', { | 323 [ 'enable_mdns != 1', { |
316 'sources!' : [ | 324 'sources!' : [ |
317 'dns/mdns_cache.cc', | 325 'dns/mdns_cache.cc', |
318 'dns/mdns_cache.h', | 326 'dns/mdns_cache.h', |
319 'dns/mdns_client.cc', | 327 'dns/mdns_client.cc', |
320 'dns/mdns_client.h', | 328 'dns/mdns_client.h', |
321 'dns/mdns_client_impl.cc', | 329 'dns/mdns_client_impl.cc', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 ['include', '^base/network_config_watcher_mac\\.cc$'], | 429 ['include', '^base/network_config_watcher_mac\\.cc$'], |
422 ['include', '^base/network_interfaces_mac\\.cc$'], | 430 ['include', '^base/network_interfaces_mac\\.cc$'], |
423 ['include', '^base/network_interfaces_mac\\.h$'], | 431 ['include', '^base/network_interfaces_mac\\.h$'], |
424 ['include', '^base/platform_mime_util_mac\\.mm$'], | 432 ['include', '^base/platform_mime_util_mac\\.mm$'], |
425 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 433 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
426 ['include', '^proxy/proxy_server_mac\\.cc$'], | 434 ['include', '^proxy/proxy_server_mac\\.cc$'], |
427 ], | 435 ], |
428 }], | 436 }], |
429 ], | 437 ], |
430 } | 438 } |
OLD | NEW |