OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 '../build/linux/system.gyp:ssl', | 292 '../build/linux/system.gyp:ssl', |
293 ], | 293 ], |
294 }, { | 294 }, { |
295 'dependencies': [ | 295 'dependencies': [ |
296 '../third_party/nss/nss.gyp:nspr', | 296 '../third_party/nss/nss.gyp:nspr', |
297 '../third_party/nss/nss.gyp:nss', | 297 '../third_party/nss/nss.gyp:nss', |
298 'third_party/nss/ssl.gyp:libssl', | 298 'third_party/nss/ssl.gyp:libssl', |
299 ], | 299 ], |
300 }] | 300 }] |
301 ], | 301 ], |
302 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | |
303 'msvs_disabled_warnings': [4267, ], | |
304 }, | 302 }, |
305 ], | 303 ], |
306 [ 'use_openssl_certs == 0', { | 304 [ 'use_openssl_certs == 0', { |
307 'sources!': [ | 305 'sources!': [ |
308 'base/keygen_handler_openssl.cc', | 306 'base/keygen_handler_openssl.cc', |
309 'base/openssl_private_key_store.h', | 307 'base/openssl_private_key_store.h', |
310 'base/openssl_private_key_store_android.cc', | 308 'base/openssl_private_key_store_android.cc', |
311 'base/openssl_private_key_store_memory.cc', | 309 'base/openssl_private_key_store_memory.cc', |
312 'cert/cert_database_openssl.cc', | 310 'cert/cert_database_openssl.cc', |
313 'cert/cert_verify_proc_openssl.cc', | 311 'cert/cert_verify_proc_openssl.cc', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 [ 'OS == "win"', { | 401 [ 'OS == "win"', { |
404 'sources!': [ | 402 'sources!': [ |
405 'http/http_auth_handler_ntlm_portable.cc', | 403 'http/http_auth_handler_ntlm_portable.cc', |
406 'socket/socket_libevent.cc', | 404 'socket/socket_libevent.cc', |
407 'socket/socket_libevent.h', | 405 'socket/socket_libevent.h', |
408 'socket/tcp_socket_libevent.cc', | 406 'socket/tcp_socket_libevent.cc', |
409 'socket/tcp_socket_libevent.h', | 407 'socket/tcp_socket_libevent.h', |
410 'udp/udp_socket_libevent.cc', | 408 'udp/udp_socket_libevent.cc', |
411 'udp/udp_socket_libevent.h', | 409 'udp/udp_socket_libevent.h', |
412 ], | 410 ], |
| 411 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 412 'msvs_disabled_warnings': [4267, ], |
413 }, { # else: OS != "win" | 413 }, { # else: OS != "win" |
414 'sources!': [ | 414 'sources!': [ |
415 'base/winsock_init.cc', | 415 'base/winsock_init.cc', |
416 'base/winsock_init.h', | 416 'base/winsock_init.h', |
417 'base/winsock_util.cc', | 417 'base/winsock_util.cc', |
418 'base/winsock_util.h', | 418 'base/winsock_util.h', |
419 'proxy/proxy_resolver_winhttp.cc', | 419 'proxy/proxy_resolver_winhttp.cc', |
420 'proxy/proxy_resolver_winhttp.h', | 420 'proxy/proxy_resolver_winhttp.h', |
421 ], | 421 ], |
422 }, | 422 }, |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'dependencies': [ | 590 'dependencies': [ |
591 '../third_party/nss/nss.gyp:nspr', | 591 '../third_party/nss/nss.gyp:nspr', |
592 '../third_party/nss/nss.gyp:nss', | 592 '../third_party/nss/nss.gyp:nss', |
593 'third_party/nss/ssl.gyp:libssl', | 593 'third_party/nss/ssl.gyp:libssl', |
594 ], | 594 ], |
595 'sources!': [ | 595 'sources!': [ |
596 'cert/nss_cert_database_unittest.cc', | 596 'cert/nss_cert_database_unittest.cc', |
597 ], | 597 ], |
598 }], | 598 }], |
599 ], | 599 ], |
600 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | |
601 'msvs_disabled_warnings': [4267, ], | |
602 }], | 600 }], |
603 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 601 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
604 'conditions': [ | 602 'conditions': [ |
605 ['use_allocator!="none"', { | 603 ['use_allocator!="none"', { |
606 'dependencies': [ | 604 'dependencies': [ |
607 '../base/allocator/allocator.gyp:allocator', | 605 '../base/allocator/allocator.gyp:allocator', |
608 ], | 606 ], |
609 }], | 607 }], |
610 ], | 608 ], |
611 }], | 609 }], |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'dns/mdns_query_unittest.cc', | 703 'dns/mdns_query_unittest.cc', |
706 'dns/record_parsed_unittest.cc', | 704 'dns/record_parsed_unittest.cc', |
707 'dns/record_rdata_unittest.cc', | 705 'dns/record_rdata_unittest.cc', |
708 ], | 706 ], |
709 }], | 707 }], |
710 [ 'OS == "win"', { | 708 [ 'OS == "win"', { |
711 'sources!': [ | 709 'sources!': [ |
712 'dns/dns_config_service_posix_unittest.cc', | 710 'dns/dns_config_service_posix_unittest.cc', |
713 'http/http_auth_gssapi_posix_unittest.cc', | 711 'http/http_auth_gssapi_posix_unittest.cc', |
714 ], | 712 ], |
| 713 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 714 'msvs_disabled_warnings': [4267, ], |
715 'conditions': [ | 715 'conditions': [ |
716 [ 'icu_use_data_file_flag == 0', { | 716 [ 'icu_use_data_file_flag == 0', { |
717 # This is needed to trigger the dll copy step on windows. | 717 # This is needed to trigger the dll copy step on windows. |
718 # TODO(mark): Specifying this here shouldn't be necessary. | 718 # TODO(mark): Specifying this here shouldn't be necessary. |
719 'dependencies': [ | 719 'dependencies': [ |
720 '../third_party/icu/icu.gyp:icudata', | 720 '../third_party/icu/icu.gyp:icudata', |
721 ], | 721 ], |
722 }], | 722 }], |
723 ], | 723 ], |
724 }, | 724 }, |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 '../build/linux/system.gyp:ssl', | 969 '../build/linux/system.gyp:ssl', |
970 ], | 970 ], |
971 }, { # desktop_linux == 0 and chromeos == 0 | 971 }, { # desktop_linux == 0 and chromeos == 0 |
972 'dependencies': [ | 972 'dependencies': [ |
973 '../third_party/nss/nss.gyp:nspr', | 973 '../third_party/nss/nss.gyp:nspr', |
974 '../third_party/nss/nss.gyp:nss', | 974 '../third_party/nss/nss.gyp:nss', |
975 'third_party/nss/ssl.gyp:libssl', | 975 'third_party/nss/ssl.gyp:libssl', |
976 ], | 976 ], |
977 }], | 977 }], |
978 ], | 978 ], |
979 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | |
980 'msvs_disabled_warnings': [4267, ], | |
981 }], | 979 }], |
982 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 980 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
983 'conditions': [ | 981 'conditions': [ |
984 ['use_allocator!="none"', { | 982 ['use_allocator!="none"', { |
985 'dependencies': [ | 983 'dependencies': [ |
986 '../base/allocator/allocator.gyp:allocator', | 984 '../base/allocator/allocator.gyp:allocator', |
987 ], | 985 ], |
988 }], | 986 }], |
989 ], | 987 ], |
990 }], | 988 }], |
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 '../build/isolate.gypi', | 1705 '../build/isolate.gypi', |
1708 ], | 1706 ], |
1709 'sources': [ | 1707 'sources': [ |
1710 'net_unittests.isolate', | 1708 'net_unittests.isolate', |
1711 ], | 1709 ], |
1712 }, | 1710 }, |
1713 ], | 1711 ], |
1714 }], | 1712 }], |
1715 ], | 1713 ], |
1716 } | 1714 } |
OLD | NEW |