| 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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 'spdy/spdy_proxy_client_socket.cc', | 665 'spdy/spdy_proxy_client_socket.cc', |
| 666 'spdy/spdy_proxy_client_socket.h', | 666 'spdy/spdy_proxy_client_socket.h', |
| 667 'spdy/spdy_session.cc', | 667 'spdy/spdy_session.cc', |
| 668 'spdy/spdy_session.h', | 668 'spdy/spdy_session.h', |
| 669 'spdy/spdy_session_pool.cc', | 669 'spdy/spdy_session_pool.cc', |
| 670 'spdy/spdy_session_pool.h', | 670 'spdy/spdy_session_pool.h', |
| 671 'spdy/spdy_settings_storage.cc', | 671 'spdy/spdy_settings_storage.cc', |
| 672 'spdy/spdy_settings_storage.h', | 672 'spdy/spdy_settings_storage.h', |
| 673 'spdy/spdy_stream.cc', | 673 'spdy/spdy_stream.cc', |
| 674 'spdy/spdy_stream.h', | 674 'spdy/spdy_stream.h', |
| 675 'udp/datagram_client_socket.h', |
| 676 'udp/datagram_server_socket.h', |
| 677 'udp/datagram_socket.h', |
| 678 'udp/udp_client_socket.cc', |
| 679 'udp/udp_client_socket.h', |
| 680 'udp/udp_server_socket.cc', |
| 681 'udp/udp_server_socket.h', |
| 682 'udp/udp_socket.h', |
| 683 'udp/udp_socket_libevent.cc', |
| 684 'udp/udp_socket_libevent.h', |
| 685 'udp/udp_socket_win.cc', |
| 686 'udp/udp_socket_win.h', |
| 675 'url_request/https_prober.h', | 687 'url_request/https_prober.h', |
| 676 'url_request/https_prober.cc', | 688 'url_request/https_prober.cc', |
| 677 'url_request/url_request.cc', | 689 'url_request/url_request.cc', |
| 678 'url_request/url_request.h', | 690 'url_request/url_request.h', |
| 679 'url_request/url_request_about_job.cc', | 691 'url_request/url_request_about_job.cc', |
| 680 'url_request/url_request_about_job.h', | 692 'url_request/url_request_about_job.h', |
| 681 'url_request/url_request_context.cc', | 693 'url_request/url_request_context.cc', |
| 682 'url_request/url_request_context.h', | 694 'url_request/url_request_context.h', |
| 683 'url_request/url_request_context_storage.cc', | 695 'url_request/url_request_context_storage.cc', |
| 684 'url_request/url_request_context_storage.h', | 696 'url_request/url_request_context_storage.h', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 'sources!': [ | 811 'sources!': [ |
| 800 'ocsp/nss_ocsp.cc', | 812 'ocsp/nss_ocsp.cc', |
| 801 'ocsp/nss_ocsp.h', | 813 'ocsp/nss_ocsp.h', |
| 802 ], | 814 ], |
| 803 }, | 815 }, |
| 804 ], | 816 ], |
| 805 [ 'OS == "win"', { | 817 [ 'OS == "win"', { |
| 806 'sources!': [ | 818 'sources!': [ |
| 807 'http/http_auth_handler_ntlm_portable.cc', | 819 'http/http_auth_handler_ntlm_portable.cc', |
| 808 'socket/tcp_client_socket_libevent.cc', | 820 'socket/tcp_client_socket_libevent.cc', |
| 821 'udp/udp_socket_libevent.cc', |
| 809 ], | 822 ], |
| 810 'dependencies': [ | 823 'dependencies': [ |
| 811 '../third_party/nss/nss.gyp:nss', | 824 '../third_party/nss/nss.gyp:nss', |
| 812 'third_party/nss/ssl.gyp:ssl', | 825 'third_party/nss/ssl.gyp:ssl', |
| 813 'tld_cleanup', | 826 'tld_cleanup', |
| 814 ], | 827 ], |
| 815 }, | 828 }, |
| 816 { # else: OS != "win" | 829 { # else: OS != "win" |
| 817 'dependencies': [ | 830 'dependencies': [ |
| 818 '../third_party/libevent/libevent.gyp:libevent', | 831 '../third_party/libevent/libevent.gyp:libevent', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 'spdy/spdy_stream_unittest.cc', | 997 'spdy/spdy_stream_unittest.cc', |
| 985 'spdy/spdy_test_util.cc', | 998 'spdy/spdy_test_util.cc', |
| 986 'spdy/spdy_test_util.h', | 999 'spdy/spdy_test_util.h', |
| 987 'test/python_utils_unittest.cc', | 1000 'test/python_utils_unittest.cc', |
| 988 'tools/dump_cache/url_to_filename_encoder.cc', | 1001 'tools/dump_cache/url_to_filename_encoder.cc', |
| 989 'tools/dump_cache/url_to_filename_encoder.h', | 1002 'tools/dump_cache/url_to_filename_encoder.h', |
| 990 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 1003 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
| 991 'tools/dump_cache/url_utilities.h', | 1004 'tools/dump_cache/url_utilities.h', |
| 992 'tools/dump_cache/url_utilities.cc', | 1005 'tools/dump_cache/url_utilities.cc', |
| 993 'tools/dump_cache/url_utilities_unittest.cc', | 1006 'tools/dump_cache/url_utilities_unittest.cc', |
| 1007 'udp/udp_socket_unittest.cc', |
| 994 'url_request/url_request_job_tracker_unittest.cc', | 1008 'url_request/url_request_job_tracker_unittest.cc', |
| 995 'url_request/url_request_throttler_unittest.cc', | 1009 'url_request/url_request_throttler_unittest.cc', |
| 996 'url_request/url_request_unittest.cc', | 1010 'url_request/url_request_unittest.cc', |
| 997 'url_request/view_cache_helper_unittest.cc', | 1011 'url_request/view_cache_helper_unittest.cc', |
| 998 'websockets/websocket_frame_handler_unittest.cc', | 1012 'websockets/websocket_frame_handler_unittest.cc', |
| 999 'websockets/websocket_handshake_draft75_unittest.cc', | 1013 'websockets/websocket_handshake_draft75_unittest.cc', |
| 1000 'websockets/websocket_handshake_handler_unittest.cc', | 1014 'websockets/websocket_handshake_handler_unittest.cc', |
| 1001 'websockets/websocket_handshake_unittest.cc', | 1015 'websockets/websocket_handshake_unittest.cc', |
| 1002 'websockets/websocket_job_unittest.cc', | 1016 'websockets/websocket_job_unittest.cc', |
| 1003 'websockets/websocket_net_log_params_unittest.cc', | 1017 'websockets/websocket_net_log_params_unittest.cc', |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1422 'type': 'executable', | 1436 'type': 'executable', |
| 1423 'dependencies': [ | 1437 'dependencies': [ |
| 1424 '../third_party/openssl/openssl.gyp:openssl', | 1438 '../third_party/openssl/openssl.gyp:openssl', |
| 1425 ], | 1439 ], |
| 1426 'sources': [ | 1440 'sources': [ |
| 1427 'test/openssl_helper.cc', | 1441 'test/openssl_helper.cc', |
| 1428 ], | 1442 ], |
| 1429 }, | 1443 }, |
| 1430 ], | 1444 ], |
| 1431 }], | 1445 }], |
| 1432 ['OS=="linux"', { | |
| 1433 'targets': [ | |
| 1434 { | |
| 1435 'target_name': 'udp_socket_unittest', | |
| 1436 'type': 'executable', | |
| 1437 'dependencies': [ | |
| 1438 'net', | |
| 1439 'net_test_support', | |
| 1440 '../base/base.gyp:base', | |
| 1441 '../base/base.gyp:base_i18n', | |
| 1442 '../testing/gmock.gyp:gmock', | |
| 1443 '../testing/gtest.gyp:gtest', | |
| 1444 '../third_party/zlib/zlib.gyp:zlib', | |
| 1445 ], | |
| 1446 'sources': [ | |
| 1447 'udp/udp_client_socket.cc', | |
| 1448 'udp/udp_server_socket.cc', | |
| 1449 'udp/udp_socket_libevent.cc', | |
| 1450 'udp/udp_socket_unittest.cc', | |
| 1451 ] | |
| 1452 }, | |
| 1453 ], | |
| 1454 }], | |
| 1455 ['OS=="win"', { | 1446 ['OS=="win"', { |
| 1456 'targets': [ | 1447 'targets': [ |
| 1457 { | 1448 { |
| 1458 # TODO(port): dump_cache is still Windows-specific. | 1449 # TODO(port): dump_cache is still Windows-specific. |
| 1459 'target_name': 'dump_cache', | 1450 'target_name': 'dump_cache', |
| 1460 'type': 'executable', | 1451 'type': 'executable', |
| 1461 'dependencies': [ | 1452 'dependencies': [ |
| 1462 'net', | 1453 'net', |
| 1463 'net_test_support', | 1454 'net_test_support', |
| 1464 '../base/base.gyp:base', | 1455 '../base/base.gyp:base', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1478 ], | 1469 ], |
| 1479 }], | 1470 }], |
| 1480 ], | 1471 ], |
| 1481 } | 1472 } |
| 1482 | 1473 |
| 1483 # Local Variables: | 1474 # Local Variables: |
| 1484 # tab-width:2 | 1475 # tab-width:2 |
| 1485 # indent-tabs-mode:nil | 1476 # indent-tabs-mode:nil |
| 1486 # End: | 1477 # End: |
| 1487 # vim: set expandtab tabstop=2 shiftwidth=2: | 1478 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |