| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 }], | 372 }], |
| 373 [ 'OS == "android"', { | 373 [ 'OS == "android"', { |
| 374 'dependencies': [ | 374 'dependencies': [ |
| 375 'net_jni_headers', | 375 'net_jni_headers', |
| 376 ], | 376 ], |
| 377 'sources!': [ | 377 'sources!': [ |
| 378 'base/openssl_private_key_store_memory.cc', | 378 'base/openssl_private_key_store_memory.cc', |
| 379 'cert/cert_database_openssl.cc', | 379 'cert/cert_database_openssl.cc', |
| 380 'cert/cert_verify_proc_openssl.cc', | 380 'cert/cert_verify_proc_openssl.cc', |
| 381 'cert/test_root_certs_openssl.cc', | 381 'cert/test_root_certs_openssl.cc', |
| 382 'http/http_auth_gssapi_posix.cc', |
| 383 'http/http_auth_gssapi_posix.h', |
| 382 ], | 384 ], |
| 383 }, | 385 }, |
| 384 ], | 386 ], |
| 385 ], | 387 ], |
| 386 'target_conditions': [ | 388 'target_conditions': [ |
| 387 # These source files are excluded by default platform rules, but they | 389 # These source files are excluded by default platform rules, but they |
| 388 # are needed in specific cases on other platforms. Re-including them can | 390 # are needed in specific cases on other platforms. Re-including them can |
| 389 # only be done in target_conditions as it is evaluated after the | 391 # only be done in target_conditions as it is evaluated after the |
| 390 # platform rules. | 392 # platform rules. |
| 391 ['OS == "android"', { | 393 ['OS == "android"', { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 415 ['include', '^cert/test_root_certs_nss\\.cc$'], | 417 ['include', '^cert/test_root_certs_nss\\.cc$'], |
| 416 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 418 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
| 417 ['include', '^cert_net/nss_ocsp\\.cc$'], | 419 ['include', '^cert_net/nss_ocsp\\.cc$'], |
| 418 ['include', '^cert_net/nss_ocsp\\.h$'], | 420 ['include', '^cert_net/nss_ocsp\\.h$'], |
| 419 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 421 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
| 420 ['include', '^proxy/proxy_server_mac\\.cc$'], | 422 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 421 ], | 423 ], |
| 422 }], | 424 }], |
| 423 ], | 425 ], |
| 424 } | 426 } |
| OLD | NEW |