| 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', |
| 11 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 11 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
| 12 '../crypto/crypto.gyp:crypto', | 12 '../crypto/crypto.gyp:crypto', |
| 13 '../sdch/sdch.gyp:sdch', | 13 '../sdch/sdch.gyp:sdch', |
| 14 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 14 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 15 '../third_party/zlib/zlib.gyp:zlib', | 15 '../third_party/zlib/zlib.gyp:zlib', |
| 16 'net_derived_sources', | 16 'net_derived_sources', |
| 17 'net_features', | 17 'net_features', |
| 18 'net_quic_proto', | 18 'net_quic_proto', |
| 19 'net_resources', | 19 'net_resources', |
| 20 ], | 20 ], |
| 21 'sources': [ | 21 'sources': [ |
| 22 '<@(net_nacl_common_sources)', | 22 '<@(net_nacl_common_sources)', |
| 23 '<@(net_non_nacl_sources)', | 23 '<@(net_non_nacl_sources)', |
| 24 ], | 24 ], |
| 25 'defines': [ | 25 'defines': [ |
| 26 'NET_IMPLEMENTATION', | 26 'NET_IMPLEMENTATION', |
| 27 ], | 27 ], |
| 28 'export_dependent_settings': [ | 28 'export_dependent_settings': [ |
| 29 '../base/base.gyp:base', | 29 '../base/base.gyp:base', |
| 30 'net_features', |
| 30 ], | 31 ], |
| 31 'conditions': [ | 32 'conditions': [ |
| 32 ['chromeos==1', { | 33 ['chromeos==1', { |
| 33 'sources!': [ | 34 'sources!': [ |
| 34 'base/network_change_notifier_linux.cc', | 35 'base/network_change_notifier_linux.cc', |
| 35 'base/network_change_notifier_linux.h', | 36 'base/network_change_notifier_linux.h', |
| 36 'base/network_change_notifier_netlink_linux.cc', | 37 'base/network_change_notifier_netlink_linux.cc', |
| 37 'base/network_change_notifier_netlink_linux.h', | 38 'base/network_change_notifier_netlink_linux.h', |
| 38 'proxy/proxy_config_service_linux.cc', | 39 'proxy/proxy_config_service_linux.cc', |
| 39 'proxy/proxy_config_service_linux.h', | 40 'proxy/proxy_config_service_linux.h', |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 ['include', '^cert/test_root_certs_nss\\.cc$'], | 424 ['include', '^cert/test_root_certs_nss\\.cc$'], |
| 424 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 425 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
| 425 ['include', '^cert_net/nss_ocsp\\.cc$'], | 426 ['include', '^cert_net/nss_ocsp\\.cc$'], |
| 426 ['include', '^cert_net/nss_ocsp\\.h$'], | 427 ['include', '^cert_net/nss_ocsp\\.h$'], |
| 427 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 428 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
| 428 ['include', '^proxy/proxy_server_mac\\.cc$'], | 429 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 429 ], | 430 ], |
| 430 }], | 431 }], |
| 431 ], | 432 ], |
| 432 } | 433 } |
| OLD | NEW |