| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 }], | 383 }], |
| 384 [ 'OS == "android"', { | 384 [ 'OS == "android"', { |
| 385 'dependencies': [ | 385 'dependencies': [ |
| 386 'net_jni_headers', | 386 'net_jni_headers', |
| 387 ], | 387 ], |
| 388 'sources!': [ | 388 'sources!': [ |
| 389 'base/openssl_private_key_store_memory.cc', | 389 'base/openssl_private_key_store_memory.cc', |
| 390 'cert/cert_database_openssl.cc', | 390 'cert/cert_database_openssl.cc', |
| 391 'cert/cert_verify_proc_openssl.cc', | 391 'cert/cert_verify_proc_openssl.cc', |
| 392 'cert/test_root_certs_openssl.cc', | 392 'cert/test_root_certs_openssl.cc', |
| 393 'http/http_auth_gssapi_posix.cc', |
| 394 'http/http_auth_gssapi_posix.h', |
| 393 ], | 395 ], |
| 394 }, | 396 }, |
| 395 ], | 397 ], |
| 396 ], | 398 ], |
| 397 'target_conditions': [ | 399 'target_conditions': [ |
| 398 # These source files are excluded by default platform rules, but they | 400 # These source files are excluded by default platform rules, but they |
| 399 # are needed in specific cases on other platforms. Re-including them can | 401 # are needed in specific cases on other platforms. Re-including them can |
| 400 # only be done in target_conditions as it is evaluated after the | 402 # only be done in target_conditions as it is evaluated after the |
| 401 # platform rules. | 403 # platform rules. |
| 402 ['OS == "android"', { | 404 ['OS == "android"', { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 426 ['include', '^cert/test_root_certs_nss\\.cc$'], | 428 ['include', '^cert/test_root_certs_nss\\.cc$'], |
| 427 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 429 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
| 428 ['include', '^cert_net/nss_ocsp\\.cc$'], | 430 ['include', '^cert_net/nss_ocsp\\.cc$'], |
| 429 ['include', '^cert_net/nss_ocsp\\.h$'], | 431 ['include', '^cert_net/nss_ocsp\\.h$'], |
| 430 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 432 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
| 431 ['include', '^proxy/proxy_server_mac\\.cc$'], | 433 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 432 ], | 434 ], |
| 433 }], | 435 }], |
| 434 ], | 436 ], |
| 435 } | 437 } |
| OLD | NEW |