OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'base/test_root_certs_win.cc', | 192 'base/test_root_certs_win.cc', |
193 'base/transport_security_state.cc', | 193 'base/transport_security_state.cc', |
194 'base/transport_security_state.h', | 194 'base/transport_security_state.h', |
195 'base/sys_addrinfo.h', | 195 'base/sys_addrinfo.h', |
196 'base/upload_data.cc', | 196 'base/upload_data.cc', |
197 'base/upload_data.h', | 197 'base/upload_data.h', |
198 'base/upload_data_stream.cc', | 198 'base/upload_data_stream.cc', |
199 'base/upload_data_stream.h', | 199 'base/upload_data_stream.h', |
200 'base/winsock_init.cc', | 200 'base/winsock_init.cc', |
201 'base/winsock_init.h', | 201 'base/winsock_init.h', |
| 202 'base/winsock_util.cc', |
| 203 'base/winsock_util.h', |
202 'base/x509_certificate.cc', | 204 'base/x509_certificate.cc', |
203 'base/x509_certificate.h', | 205 'base/x509_certificate.h', |
204 'base/x509_certificate_mac.cc', | 206 'base/x509_certificate_mac.cc', |
205 'base/x509_certificate_nss.cc', | 207 'base/x509_certificate_nss.cc', |
206 'base/x509_certificate_openssl.cc', | 208 'base/x509_certificate_openssl.cc', |
207 'base/x509_certificate_win.cc', | 209 'base/x509_certificate_win.cc', |
208 'base/x509_cert_types.cc', | 210 'base/x509_cert_types.cc', |
209 'base/x509_cert_types.h', | 211 'base/x509_cert_types.h', |
210 'base/x509_cert_types_mac.cc', | 212 'base/x509_cert_types_mac.cc', |
211 'base/x509_openssl_util.cc', | 213 'base/x509_openssl_util.cc', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 '../third_party/nss/nss.gyp:nss', | 320 '../third_party/nss/nss.gyp:nss', |
319 'tld_cleanup', | 321 'tld_cleanup', |
320 ], | 322 ], |
321 }, | 323 }, |
322 { # else: OS != "win" | 324 { # else: OS != "win" |
323 'dependencies': [ | 325 'dependencies': [ |
324 '../third_party/libevent/libevent.gyp:libevent', | 326 '../third_party/libevent/libevent.gyp:libevent', |
325 ], | 327 ], |
326 'sources!': [ | 328 'sources!': [ |
327 'base/winsock_init.cc', | 329 'base/winsock_init.cc', |
| 330 'base/winsock_util.cc', |
328 ], | 331 ], |
329 }, | 332 }, |
330 ], | 333 ], |
331 [ 'OS == "mac"', { | 334 [ 'OS == "mac"', { |
332 'dependencies': [ | 335 'dependencies': [ |
333 '../third_party/nss/nss.gyp:nss', | 336 '../third_party/nss/nss.gyp:nss', |
334 ], | 337 ], |
335 'link_settings': { | 338 'link_settings': { |
336 'libraries': [ | 339 'libraries': [ |
337 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 340 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'spdy/spdy_proxy_client_socket.cc', | 670 'spdy/spdy_proxy_client_socket.cc', |
668 'spdy/spdy_proxy_client_socket.h', | 671 'spdy/spdy_proxy_client_socket.h', |
669 'spdy/spdy_session.cc', | 672 'spdy/spdy_session.cc', |
670 'spdy/spdy_session.h', | 673 'spdy/spdy_session.h', |
671 'spdy/spdy_session_pool.cc', | 674 'spdy/spdy_session_pool.cc', |
672 'spdy/spdy_session_pool.h', | 675 'spdy/spdy_session_pool.h', |
673 'spdy/spdy_settings_storage.cc', | 676 'spdy/spdy_settings_storage.cc', |
674 'spdy/spdy_settings_storage.h', | 677 'spdy/spdy_settings_storage.h', |
675 'spdy/spdy_stream.cc', | 678 'spdy/spdy_stream.cc', |
676 'spdy/spdy_stream.h', | 679 'spdy/spdy_stream.h', |
| 680 'udp/datagram_client_socket.h', |
| 681 'udp/datagram_server_socket.h', |
| 682 'udp/datagram_socket.h', |
| 683 'udp/udp_client_socket.cc', |
| 684 'udp/udp_client_socket.h', |
| 685 'udp/udp_server_socket.cc', |
| 686 'udp/udp_server_socket.h', |
| 687 'udp/udp_socket.h', |
| 688 'udp/udp_socket_libevent.cc', |
| 689 'udp/udp_socket_libevent.h', |
| 690 'udp/udp_socket_win.cc', |
| 691 'udp/udp_socket_win.h', |
677 'url_request/https_prober.h', | 692 'url_request/https_prober.h', |
678 'url_request/https_prober.cc', | 693 'url_request/https_prober.cc', |
679 'url_request/url_request.cc', | 694 'url_request/url_request.cc', |
680 'url_request/url_request.h', | 695 'url_request/url_request.h', |
681 'url_request/url_request_about_job.cc', | 696 'url_request/url_request_about_job.cc', |
682 'url_request/url_request_about_job.h', | 697 'url_request/url_request_about_job.h', |
683 'url_request/url_request_context.cc', | 698 'url_request/url_request_context.cc', |
684 'url_request/url_request_context.h', | 699 'url_request/url_request_context.h', |
685 'url_request/url_request_context_storage.cc', | 700 'url_request/url_request_context_storage.cc', |
686 'url_request/url_request_context_storage.h', | 701 'url_request/url_request_context_storage.h', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 'sources!': [ | 816 'sources!': [ |
802 'ocsp/nss_ocsp.cc', | 817 'ocsp/nss_ocsp.cc', |
803 'ocsp/nss_ocsp.h', | 818 'ocsp/nss_ocsp.h', |
804 ], | 819 ], |
805 }, | 820 }, |
806 ], | 821 ], |
807 [ 'OS == "win"', { | 822 [ 'OS == "win"', { |
808 'sources!': [ | 823 'sources!': [ |
809 'http/http_auth_handler_ntlm_portable.cc', | 824 'http/http_auth_handler_ntlm_portable.cc', |
810 'socket/tcp_client_socket_libevent.cc', | 825 'socket/tcp_client_socket_libevent.cc', |
| 826 'udp/udp_socket_libevent.cc', |
811 ], | 827 ], |
812 'dependencies': [ | 828 'dependencies': [ |
813 '../third_party/nss/nss.gyp:nss', | 829 '../third_party/nss/nss.gyp:nss', |
814 'third_party/nss/ssl.gyp:ssl', | 830 'third_party/nss/ssl.gyp:ssl', |
815 'tld_cleanup', | 831 'tld_cleanup', |
816 ], | 832 ], |
817 }, | 833 }, |
818 { # else: OS != "win" | 834 { # else: OS != "win" |
819 'dependencies': [ | 835 'dependencies': [ |
820 '../third_party/libevent/libevent.gyp:libevent', | 836 '../third_party/libevent/libevent.gyp:libevent', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
986 'spdy/spdy_stream_unittest.cc', | 1002 'spdy/spdy_stream_unittest.cc', |
987 'spdy/spdy_test_util.cc', | 1003 'spdy/spdy_test_util.cc', |
988 'spdy/spdy_test_util.h', | 1004 'spdy/spdy_test_util.h', |
989 'test/python_utils_unittest.cc', | 1005 'test/python_utils_unittest.cc', |
990 'tools/dump_cache/url_to_filename_encoder.cc', | 1006 'tools/dump_cache/url_to_filename_encoder.cc', |
991 'tools/dump_cache/url_to_filename_encoder.h', | 1007 'tools/dump_cache/url_to_filename_encoder.h', |
992 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 1008 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
993 'tools/dump_cache/url_utilities.h', | 1009 'tools/dump_cache/url_utilities.h', |
994 'tools/dump_cache/url_utilities.cc', | 1010 'tools/dump_cache/url_utilities.cc', |
995 'tools/dump_cache/url_utilities_unittest.cc', | 1011 'tools/dump_cache/url_utilities_unittest.cc', |
| 1012 'udp/udp_socket_unittest.cc', |
996 'url_request/url_request_job_tracker_unittest.cc', | 1013 'url_request/url_request_job_tracker_unittest.cc', |
997 'url_request/url_request_throttler_unittest.cc', | 1014 'url_request/url_request_throttler_unittest.cc', |
998 'url_request/url_request_unittest.cc', | 1015 'url_request/url_request_unittest.cc', |
999 'url_request/view_cache_helper_unittest.cc', | 1016 'url_request/view_cache_helper_unittest.cc', |
1000 'websockets/websocket_frame_handler_unittest.cc', | 1017 'websockets/websocket_frame_handler_unittest.cc', |
1001 'websockets/websocket_handshake_draft75_unittest.cc', | 1018 'websockets/websocket_handshake_draft75_unittest.cc', |
1002 'websockets/websocket_handshake_handler_unittest.cc', | 1019 'websockets/websocket_handshake_handler_unittest.cc', |
1003 'websockets/websocket_handshake_unittest.cc', | 1020 'websockets/websocket_handshake_unittest.cc', |
1004 'websockets/websocket_job_unittest.cc', | 1021 'websockets/websocket_job_unittest.cc', |
1005 'websockets/websocket_net_log_params_unittest.cc', | 1022 'websockets/websocket_net_log_params_unittest.cc', |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1424 'type': 'executable', | 1441 'type': 'executable', |
1425 'dependencies': [ | 1442 'dependencies': [ |
1426 '../third_party/openssl/openssl.gyp:openssl', | 1443 '../third_party/openssl/openssl.gyp:openssl', |
1427 ], | 1444 ], |
1428 'sources': [ | 1445 'sources': [ |
1429 'test/openssl_helper.cc', | 1446 'test/openssl_helper.cc', |
1430 ], | 1447 ], |
1431 }, | 1448 }, |
1432 ], | 1449 ], |
1433 }], | 1450 }], |
1434 ['OS=="linux"', { | |
1435 'targets': [ | |
1436 { | |
1437 'target_name': 'udp_socket_unittest', | |
1438 'type': 'executable', | |
1439 'dependencies': [ | |
1440 'net', | |
1441 'net_test_support', | |
1442 '../base/base.gyp:base', | |
1443 '../base/base.gyp:base_i18n', | |
1444 '../testing/gmock.gyp:gmock', | |
1445 '../testing/gtest.gyp:gtest', | |
1446 '../third_party/zlib/zlib.gyp:zlib', | |
1447 ], | |
1448 'sources': [ | |
1449 'udp/udp_client_socket.cc', | |
1450 'udp/udp_server_socket.cc', | |
1451 'udp/udp_socket_libevent.cc', | |
1452 'udp/udp_socket_unittest.cc', | |
1453 ] | |
1454 }, | |
1455 ], | |
1456 }], | |
1457 ['OS=="win"', { | 1451 ['OS=="win"', { |
1458 'targets': [ | 1452 'targets': [ |
1459 { | 1453 { |
1460 # TODO(port): dump_cache is still Windows-specific. | 1454 # TODO(port): dump_cache is still Windows-specific. |
1461 'target_name': 'dump_cache', | 1455 'target_name': 'dump_cache', |
1462 'type': 'executable', | 1456 'type': 'executable', |
1463 'dependencies': [ | 1457 'dependencies': [ |
1464 'net', | 1458 'net', |
1465 'net_test_support', | 1459 'net_test_support', |
1466 '../base/base.gyp:base', | 1460 '../base/base.gyp:base', |
(...skipping 13 matching lines...) Expand all Loading... |
1480 ], | 1474 ], |
1481 }], | 1475 }], |
1482 ], | 1476 ], |
1483 } | 1477 } |
1484 | 1478 |
1485 # Local Variables: | 1479 # Local Variables: |
1486 # tab-width:2 | 1480 # tab-width:2 |
1487 # indent-tabs-mode:nil | 1481 # indent-tabs-mode:nil |
1488 # End: | 1482 # End: |
1489 # vim: set expandtab tabstop=2 shiftwidth=2: | 1483 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |