Chromium Code Reviews| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 291 'dns/mdns_client_impl.h', | 291 'dns/mdns_client_impl.h', |
| 292 'dns/record_parsed.cc', | 292 'dns/record_parsed.cc', |
| 293 'dns/record_parsed.h', | 293 'dns/record_parsed.h', |
| 294 'dns/record_rdata.cc', | 294 'dns/record_rdata.cc', |
| 295 'dns/record_rdata.h', | 295 'dns/record_rdata.h', |
| 296 ] | 296 ] |
| 297 }], | 297 }], |
| 298 [ 'OS == "win"', { | 298 [ 'OS == "win"', { |
| 299 'sources!': [ | 299 'sources!': [ |
| 300 'http/http_auth_handler_ntlm_portable.cc', | 300 'http/http_auth_handler_ntlm_portable.cc', |
| 301 'socket/socket_libevent.cc', | 301 'socket/socket_posix.cc', |
| 302 'socket/socket_libevent.h', | 302 'socket/socket_posix.h', |
| 303 'socket/tcp_socket_libevent.cc', | 303 'socket/tcp_socket_posix.cc', |
| 304 'socket/tcp_socket_libevent.h', | 304 'socket/tcp_socket_posix.h', |
| 305 'udp/udp_socket_libevent.cc', | 305 'udp/udp_socket_posix.cc', |
| 306 'udp/udp_socket_libevent.h', | 306 'udp/udp_socket_posix.h', |
|
mmenke
2015/09/14 15:12:44
All the _posix files here can call be removed.
tfarina
2015/09/14 15:46:02
Done.
| |
| 307 ], | 307 ], |
| 308 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 308 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 309 'msvs_disabled_warnings': [4267, ], | 309 'msvs_disabled_warnings': [4267, ], |
| 310 }, { # else: OS != "win" | 310 }, { # else: OS != "win" |
| 311 'sources!': [ | 311 'sources!': [ |
| 312 'base/winsock_init.cc', | 312 'base/winsock_init.cc', |
| 313 'base/winsock_init.h', | 313 'base/winsock_init.h', |
| 314 'base/winsock_util.cc', | 314 'base/winsock_util.cc', |
| 315 'base/winsock_util.h', | 315 'base/winsock_util.h', |
| 316 'proxy/proxy_resolver_winhttp.cc', | 316 'proxy/proxy_resolver_winhttp.cc', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 406 ['include', '^cert/test_root_certs_nss\\.cc$'], | 406 ['include', '^cert/test_root_certs_nss\\.cc$'], |
| 407 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 407 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
| 408 ['include', '^cert_net/nss_ocsp\\.cc$'], | 408 ['include', '^cert_net/nss_ocsp\\.cc$'], |
| 409 ['include', '^cert_net/nss_ocsp\\.h$'], | 409 ['include', '^cert_net/nss_ocsp\\.h$'], |
| 410 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 410 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
| 411 ['include', '^proxy/proxy_server_mac\\.cc$'], | 411 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 412 ], | 412 ], |
| 413 }], | 413 }], |
| 414 ], | 414 ], |
| 415 } | 415 } |
| OLD | NEW |