OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 'target_name': 'net', | 11 'target_name': 'net', |
12 'type': '<(component)', | |
13 'dependencies': [ | 12 'dependencies': [ |
14 '../base/base.gyp:base', | 13 '../base/base.gyp:base', |
15 '../base/base.gyp:base_i18n', | 14 '../base/base.gyp:base_i18n', |
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 15 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
17 '../build/temp_gyp/googleurl.gyp:googleurl', | 16 '../build/temp_gyp/googleurl.gyp:googleurl', |
18 '../crypto/crypto.gyp:crypto', | 17 '../crypto/crypto.gyp:crypto', |
19 '../sdch/sdch.gyp:sdch', | 18 '../sdch/sdch.gyp:sdch', |
20 '../third_party/icu/icu.gyp:icui18n', | 19 '../third_party/icu/icu.gyp:icui18n', |
21 '../third_party/icu/icu.gyp:icuuc', | 20 '../third_party/icu/icu.gyp:icuuc', |
22 '../third_party/zlib/zlib.gyp:zlib', | 21 '../third_party/zlib/zlib.gyp:zlib', |
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', | 786 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
788 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', | 787 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
789 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', | 788 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
790 'third_party/mozilla_security_manager/nsNSSCertTrust.h', | 789 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
791 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', | 790 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
792 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 791 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
793 ], | 792 ], |
794 }, | 793 }, |
795 ], | 794 ], |
796 [ 'OS == "win"', { | 795 [ 'OS == "win"', { |
| 796 'type': '<(component)', |
797 'sources!': [ | 797 'sources!': [ |
798 'http/http_auth_handler_ntlm_portable.cc', | 798 'http/http_auth_handler_ntlm_portable.cc', |
799 'socket/tcp_client_socket_libevent.cc', | 799 'socket/tcp_client_socket_libevent.cc', |
800 'socket/tcp_client_socket_libevent.h', | 800 'socket/tcp_client_socket_libevent.h', |
801 'socket/tcp_server_socket_libevent.cc', | 801 'socket/tcp_server_socket_libevent.cc', |
802 'socket/tcp_server_socket_libevent.h', | 802 'socket/tcp_server_socket_libevent.h', |
803 'udp/udp_socket_libevent.cc', | 803 'udp/udp_socket_libevent.cc', |
804 'udp/udp_socket_libevent.h', | 804 'udp/udp_socket_libevent.h', |
805 ], | 805 ], |
806 'dependencies': [ | 806 'dependencies': [ |
807 '../third_party/nss/nss.gyp:nspr', | 807 '../third_party/nss/nss.gyp:nspr', |
808 '../third_party/nss/nss.gyp:nss', | 808 '../third_party/nss/nss.gyp:nss', |
809 'third_party/nss/ssl.gyp:ssl', | 809 'third_party/nss/ssl.gyp:ssl', |
810 'tld_cleanup', | 810 'tld_cleanup', |
811 ], | 811 ], |
812 }, { # else: OS != "win" | 812 }, { # else: OS != "win" |
| 813 'type': 'static_library', |
813 'sources!': [ | 814 'sources!': [ |
814 'base/winsock_init.cc', | 815 'base/winsock_init.cc', |
815 'base/winsock_init.h', | 816 'base/winsock_init.h', |
816 'base/winsock_util.cc', | 817 'base/winsock_util.cc', |
817 'base/winsock_util.h', | 818 'base/winsock_util.h', |
818 'proxy/proxy_resolver_winhttp.cc', | 819 'proxy/proxy_resolver_winhttp.cc', |
819 'proxy/proxy_resolver_winhttp.h', | 820 'proxy/proxy_resolver_winhttp.h', |
820 ], | 821 ], |
821 }, | 822 }, |
822 ], | 823 ], |
823 [ 'component == "shared_library"', { | 824 [ 'OS == "win" and component == "shared_library"', { |
824 'defines': [ | 825 'defines': [ |
825 'NET_IMPLEMENTATION', | 826 'NET_IMPLEMENTATION', |
826 ], | 827 ], |
827 }], | 828 }], |
828 [ 'OS == "mac"', { | 829 [ 'OS == "mac"', { |
829 'dependencies': [ | 830 'dependencies': [ |
830 '../third_party/nss/nss.gyp:nspr', | 831 '../third_party/nss/nss.gyp:nspr', |
831 '../third_party/nss/nss.gyp:nss', | 832 '../third_party/nss/nss.gyp:nss', |
832 'third_party/nss/ssl.gyp:ssl', | 833 'third_party/nss/ssl.gyp:ssl', |
833 ], | 834 ], |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1475 'tools/dump_cache/url_to_filename_encoder.cc', | 1476 'tools/dump_cache/url_to_filename_encoder.cc', |
1476 'tools/dump_cache/url_to_filename_encoder.h', | 1477 'tools/dump_cache/url_to_filename_encoder.h', |
1477 'tools/dump_cache/url_utilities.h', | 1478 'tools/dump_cache/url_utilities.h', |
1478 'tools/dump_cache/url_utilities.cc', | 1479 'tools/dump_cache/url_utilities.cc', |
1479 ], | 1480 ], |
1480 }, | 1481 }, |
1481 ], | 1482 ], |
1482 }], | 1483 }], |
1483 ], | 1484 ], |
1484 } | 1485 } |
OLD | NEW |