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', | |
302 'socket/socket_libevent.h', | |
303 'socket/tcp_socket_libevent.cc', | |
304 'socket/tcp_socket_libevent.h', | |
305 'udp/udp_socket_libevent.cc', | |
306 'udp/udp_socket_libevent.h', | |
307 ], | 301 ], |
308 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 302 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
309 'msvs_disabled_warnings': [4267, ], | 303 'msvs_disabled_warnings': [4267, ], |
310 }, { # else: OS != "win" | 304 }, { # else: OS != "win" |
311 'sources!': [ | 305 'sources!': [ |
312 'base/winsock_init.cc', | 306 'base/winsock_init.cc', |
313 'base/winsock_init.h', | 307 'base/winsock_init.h', |
314 'base/winsock_util.cc', | 308 'base/winsock_util.cc', |
315 'base/winsock_util.h', | 309 'base/winsock_util.h', |
316 'proxy/proxy_resolver_winhttp.cc', | 310 '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$'], | 400 ['include', '^cert/test_root_certs_nss\\.cc$'], |
407 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 401 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
408 ['include', '^cert_net/nss_ocsp\\.cc$'], | 402 ['include', '^cert_net/nss_ocsp\\.cc$'], |
409 ['include', '^cert_net/nss_ocsp\\.h$'], | 403 ['include', '^cert_net/nss_ocsp\\.h$'], |
410 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 404 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
411 ['include', '^proxy/proxy_server_mac\\.cc$'], | 405 ['include', '^proxy/proxy_server_mac\\.cc$'], |
412 ], | 406 ], |
413 }], | 407 }], |
414 ], | 408 ], |
415 } | 409 } |
OLD | NEW |