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.cc', | |
315 'cert/cert_verify_proc_ios.h', | |
316 'cert/x509_certificate_openssl_ios.cc', | |
317 ], | |
318 }], | |
319 [ 'enable_websockets == 1', { | 312 [ 'enable_websockets == 1', { |
320 'sources': ['<@(net_websockets_sources)'] | 313 'sources': ['<@(net_websockets_sources)'] |
321 }], | 314 }], |
322 [ 'enable_mdns != 1', { | 315 [ 'enable_mdns != 1', { |
323 'sources!' : [ | 316 'sources!' : [ |
324 'dns/mdns_cache.cc', | 317 'dns/mdns_cache.cc', |
325 'dns/mdns_cache.h', | 318 'dns/mdns_cache.h', |
326 'dns/mdns_client.cc', | 319 'dns/mdns_client.cc', |
327 'dns/mdns_client.h', | 320 'dns/mdns_client.h', |
328 'dns/mdns_client_impl.cc', | 321 'dns/mdns_client_impl.cc', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 ['include', '^base/mac/url_conversions\\.mm$'], | 419 ['include', '^base/mac/url_conversions\\.mm$'], |
427 ['include', '^base/network_change_notifier_mac\\.cc$'], | 420 ['include', '^base/network_change_notifier_mac\\.cc$'], |
428 ['include', '^base/network_config_watcher_mac\\.cc$'], | 421 ['include', '^base/network_config_watcher_mac\\.cc$'], |
429 ['include', '^base/network_interfaces_mac\\.cc$'], | 422 ['include', '^base/network_interfaces_mac\\.cc$'], |
430 ['include', '^base/network_interfaces_mac\\.h$'], | 423 ['include', '^base/network_interfaces_mac\\.h$'], |
431 ['include', '^base/platform_mime_util_mac\\.mm$'], | 424 ['include', '^base/platform_mime_util_mac\\.mm$'], |
432 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 425 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
433 ['include', '^proxy/proxy_server_mac\\.cc$'], | 426 ['include', '^proxy/proxy_server_mac\\.cc$'], |
434 ], | 427 ], |
435 }], | 428 }], |
436 ['OS == "ios" and <(use_nss_verifier) == 0', { | |
437 'sources/': [ | |
438 ['include', '^cert/test_root_certs_mac\\.cc$'], | |
439 ], | |
440 }], | |
441 ], | 429 ], |
442 } | 430 } |
OLD | NEW |