| 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 ['OS == "ios"', { | 403 ['OS == "ios"', { |
| 404 'sources/': [ | 404 'sources/': [ |
| 405 ['include', '^base/mac/url_conversions\\.h$'], | 405 ['include', '^base/mac/url_conversions\\.h$'], |
| 406 ['include', '^base/mac/url_conversions\\.mm$'], | 406 ['include', '^base/mac/url_conversions\\.mm$'], |
| 407 ['include', '^base/net_util_mac\\.cc$'], | 407 ['include', '^base/net_util_mac\\.cc$'], |
| 408 ['include', '^base/net_util_mac\\.h$'], | 408 ['include', '^base/net_util_mac\\.h$'], |
| 409 ['include', '^base/network_change_notifier_mac\\.cc$'], | 409 ['include', '^base/network_change_notifier_mac\\.cc$'], |
| 410 ['include', '^base/network_config_watcher_mac\\.cc$'], | 410 ['include', '^base/network_config_watcher_mac\\.cc$'], |
| 411 ['include', '^base/platform_mime_util_mac\\.mm$'], | 411 ['include', '^base/platform_mime_util_mac\\.mm$'], |
| 412 # The iOS implementation only partially uses NSS and thus does not | 412 # The iOS implementation only partially uses NSS and thus does not |
| 413 # defines |use_nss_certs|. In particular the |USE_NSS| preprocessor | 413 # defines |use_nss_certs|. In particular the |USE_NSS_CERTS| |
| 414 # definition is not used. The following files are needed though: | 414 # preprocessor definition is not used. The following files are needed |
| 415 # though: |
| 415 ['include', '^cert/cert_verify_proc_nss\\.cc$'], | 416 ['include', '^cert/cert_verify_proc_nss\\.cc$'], |
| 416 ['include', '^cert/cert_verify_proc_nss\\.h$'], | 417 ['include', '^cert/cert_verify_proc_nss\\.h$'], |
| 417 ['include', '^cert/test_root_certs_nss\\.cc$'], | 418 ['include', '^cert/test_root_certs_nss\\.cc$'], |
| 418 ['include', '^cert/x509_util_nss\\.cc$'], | 419 ['include', '^cert/x509_util_nss\\.cc$'], |
| 419 ['include', '^cert/x509_util_nss\\.h$'], | 420 ['include', '^cert/x509_util_nss\\.h$'], |
| 420 ['include', '^cert_net/nss_ocsp\\.cc$'], | 421 ['include', '^cert_net/nss_ocsp\\.cc$'], |
| 421 ['include', '^cert_net/nss_ocsp\\.h$'], | 422 ['include', '^cert_net/nss_ocsp\\.h$'], |
| 422 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 423 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
| 423 ['include', '^proxy/proxy_server_mac\\.cc$'], | 424 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 424 ], | 425 ], |
| 425 }], | 426 }], |
| 426 ], | 427 ], |
| 427 } | 428 } |
| OLD | NEW |