| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'base/https_prober.cc', | 76 'base/https_prober.cc', |
| 77 'base/io_buffer.cc', | 77 'base/io_buffer.cc', |
| 78 'base/io_buffer.h', | 78 'base/io_buffer.h', |
| 79 'base/keygen_handler.h', | 79 'base/keygen_handler.h', |
| 80 'base/keygen_handler_mac.cc', | 80 'base/keygen_handler_mac.cc', |
| 81 'base/keygen_handler_nss.cc', | 81 'base/keygen_handler_nss.cc', |
| 82 'base/keygen_handler_win.cc', | 82 'base/keygen_handler_win.cc', |
| 83 'base/listen_socket.cc', | 83 'base/listen_socket.cc', |
| 84 'base/listen_socket.h', | 84 'base/listen_socket.h', |
| 85 'base/load_flags.h', | 85 'base/load_flags.h', |
| 86 'base/load_log.h', | |
| 87 'base/load_log.cc', | |
| 88 'base/load_log_event_type_list.h', | |
| 89 'base/load_log_util.cc', | |
| 90 'base/load_log_util.h', | |
| 91 'base/load_states.h', | 86 'base/load_states.h', |
| 92 'base/mapped_host_resolver.cc', | 87 'base/mapped_host_resolver.cc', |
| 93 'base/mapped_host_resolver.h', | 88 'base/mapped_host_resolver.h', |
| 94 'base/mime_sniffer.cc', | 89 'base/mime_sniffer.cc', |
| 95 'base/mime_sniffer.h', | 90 'base/mime_sniffer.h', |
| 96 'base/mime_util.cc', | 91 'base/mime_util.cc', |
| 97 'base/mime_util.h', | 92 'base/mime_util.h', |
| 98 # TODO(eroman): move this into its own test-support target. | 93 # TODO(eroman): move this into its own test-support target. |
| 99 'base/mock_host_resolver.cc', | 94 'base/mock_host_resolver.cc', |
| 100 'base/mock_host_resolver.h', | 95 'base/mock_host_resolver.h', |
| 101 'base/net_error_list.h', | 96 'base/net_error_list.h', |
| 102 'base/net_errors.cc', | 97 'base/net_errors.cc', |
| 103 'base/net_errors.h', | 98 'base/net_errors.h', |
| 99 'base/net_log.cc', |
| 100 'base/net_log.h', |
| 101 'base/net_log_event_type_list.h', |
| 102 'base/net_log_util.cc', |
| 103 'base/net_log_util.h', |
| 104 'base/net_module.cc', | 104 'base/net_module.cc', |
| 105 'base/net_module.h', | 105 'base/net_module.h', |
| 106 'base/net_util.cc', | 106 'base/net_util.cc', |
| 107 'base/net_util.h', | 107 'base/net_util.h', |
| 108 'base/net_util_posix.cc', | 108 'base/net_util_posix.cc', |
| 109 'base/net_util_win.cc', | 109 'base/net_util_win.cc', |
| 110 'base/network_change_notifier.cc', | 110 'base/network_change_notifier.cc', |
| 111 'base/network_change_notifier.h', | 111 'base/network_change_notifier.h', |
| 112 'base/network_change_notifier_linux.cc', | 112 'base/network_change_notifier_linux.cc', |
| 113 'base/network_change_notifier_linux.h', | 113 'base/network_change_notifier_linux.h', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 'spdy/spdy_network_transaction.cc', | 463 'spdy/spdy_network_transaction.cc', |
| 464 'spdy/spdy_network_transaction.h', | 464 'spdy/spdy_network_transaction.h', |
| 465 'spdy/spdy_protocol.h', | 465 'spdy/spdy_protocol.h', |
| 466 'spdy/spdy_session.cc', | 466 'spdy/spdy_session.cc', |
| 467 'spdy/spdy_session.h', | 467 'spdy/spdy_session.h', |
| 468 'spdy/spdy_session_pool.cc', | 468 'spdy/spdy_session_pool.cc', |
| 469 'spdy/spdy_session_pool.h', | 469 'spdy/spdy_session_pool.h', |
| 470 'spdy/spdy_stream.cc', | 470 'spdy/spdy_stream.cc', |
| 471 'spdy/spdy_stream.h', | 471 'spdy/spdy_stream.h', |
| 472 'spdy/spdy_transaction_factory.h', | 472 'spdy/spdy_transaction_factory.h', |
| 473 'url_request/request_tracker.h', | |
| 474 'url_request/url_request.cc', | 473 'url_request/url_request.cc', |
| 475 'url_request/url_request.h', | 474 'url_request/url_request.h', |
| 476 'url_request/url_request_about_job.cc', | 475 'url_request/url_request_about_job.cc', |
| 477 'url_request/url_request_about_job.h', | 476 'url_request/url_request_about_job.h', |
| 478 'url_request/url_request_context.h', | 477 'url_request/url_request_context.h', |
| 479 'url_request/url_request_data_job.cc', | 478 'url_request/url_request_data_job.cc', |
| 480 'url_request/url_request_data_job.h', | 479 'url_request/url_request_data_job.h', |
| 481 'url_request/url_request_error_job.cc', | 480 'url_request/url_request_error_job.cc', |
| 482 'url_request/url_request_error_job.h', | 481 'url_request/url_request_error_job.h', |
| 483 'url_request/url_request_file_dir_job.cc', | 482 'url_request/url_request_file_dir_job.cc', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 'base/directory_lister_unittest.cc', | 599 'base/directory_lister_unittest.cc', |
| 601 'base/dns_util_unittest.cc', | 600 'base/dns_util_unittest.cc', |
| 602 'base/escape_unittest.cc', | 601 'base/escape_unittest.cc', |
| 603 'base/file_stream_unittest.cc', | 602 'base/file_stream_unittest.cc', |
| 604 'base/filter_unittest.cc', | 603 'base/filter_unittest.cc', |
| 605 'base/filter_unittest.h', | 604 'base/filter_unittest.h', |
| 606 'base/gzip_filter_unittest.cc', | 605 'base/gzip_filter_unittest.cc', |
| 607 'base/host_cache_unittest.cc', | 606 'base/host_cache_unittest.cc', |
| 608 'base/host_resolver_impl_unittest.cc', | 607 'base/host_resolver_impl_unittest.cc', |
| 609 'base/keygen_handler_unittest.cc', | 608 'base/keygen_handler_unittest.cc', |
| 610 'base/load_log_unittest.cc', | |
| 611 'base/load_log_unittest.h', | |
| 612 'base/load_log_util_unittest.cc', | |
| 613 'base/listen_socket_unittest.cc', | 609 'base/listen_socket_unittest.cc', |
| 614 'base/listen_socket_unittest.h', | 610 'base/listen_socket_unittest.h', |
| 615 'base/mapped_host_resolver_unittest.cc', | 611 'base/mapped_host_resolver_unittest.cc', |
| 616 'base/mime_sniffer_unittest.cc', | 612 'base/mime_sniffer_unittest.cc', |
| 617 'base/mime_util_unittest.cc', | 613 'base/mime_util_unittest.cc', |
| 618 'base/mock_network_change_notifier.h', | 614 'base/mock_network_change_notifier.h', |
| 615 'base/net_log_unittest.h', |
| 616 'base/net_log_util_unittest.cc', |
| 619 'base/net_test_constants.h', | 617 'base/net_test_constants.h', |
| 620 'base/net_util_unittest.cc', | 618 'base/net_util_unittest.cc', |
| 621 'base/registry_controlled_domain_unittest.cc', | 619 'base/registry_controlled_domain_unittest.cc', |
| 622 'base/run_all_unittests.cc', | 620 'base/run_all_unittests.cc', |
| 623 'base/sdch_filter_unittest.cc', | 621 'base/sdch_filter_unittest.cc', |
| 624 'base/ssl_client_auth_cache_unittest.cc', | 622 'base/ssl_client_auth_cache_unittest.cc', |
| 625 'base/ssl_config_service_mac_unittest.cc', | 623 'base/ssl_config_service_mac_unittest.cc', |
| 626 'base/ssl_config_service_win_unittest.cc', | 624 'base/ssl_config_service_win_unittest.cc', |
| 627 'base/static_cookie_policy_unittest.cc', | 625 'base/static_cookie_policy_unittest.cc', |
| 628 'base/transport_security_state_unittest.cc', | 626 'base/transport_security_state_unittest.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 'socket/tcp_client_socket_pool_unittest.cc', | 687 'socket/tcp_client_socket_pool_unittest.cc', |
| 690 'socket/tcp_client_socket_unittest.cc', | 688 'socket/tcp_client_socket_unittest.cc', |
| 691 'socket/tcp_pinger_unittest.cc', | 689 'socket/tcp_pinger_unittest.cc', |
| 692 'socket_stream/socket_stream_metrics_unittest.cc', | 690 'socket_stream/socket_stream_metrics_unittest.cc', |
| 693 'socket_stream/socket_stream_unittest.cc', | 691 'socket_stream/socket_stream_unittest.cc', |
| 694 'spdy/spdy_framer_test.cc', | 692 'spdy/spdy_framer_test.cc', |
| 695 'spdy/spdy_network_transaction_unittest.cc', | 693 'spdy/spdy_network_transaction_unittest.cc', |
| 696 'spdy/spdy_protocol_test.cc', | 694 'spdy/spdy_protocol_test.cc', |
| 697 'spdy/spdy_session_unittest.cc', | 695 'spdy/spdy_session_unittest.cc', |
| 698 'spdy/spdy_stream_unittest.cc', | 696 'spdy/spdy_stream_unittest.cc', |
| 699 'url_request/request_tracker_unittest.cc', | |
| 700 'url_request/url_request_unittest.cc', | 697 'url_request/url_request_unittest.cc', |
| 701 'url_request/url_request_unittest.h', | 698 'url_request/url_request_unittest.h', |
| 702 'websockets/websocket_job_unittest.cc', | 699 'websockets/websocket_job_unittest.cc', |
| 703 'websockets/websocket_throttle_unittest.cc', | 700 'websockets/websocket_throttle_unittest.cc', |
| 704 'websockets/websocket_unittest.cc', | 701 'websockets/websocket_unittest.cc', |
| 705 ], | 702 ], |
| 706 'conditions': [ | 703 'conditions': [ |
| 707 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 704 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
| 708 'dependencies': [ | 705 'dependencies': [ |
| 709 '../build/linux/system.gyp:gtk', | 706 '../build/linux/system.gyp:gtk', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 ], | 929 ], |
| 933 }], | 930 }], |
| 934 ], | 931 ], |
| 935 } | 932 } |
| 936 | 933 |
| 937 # Local Variables: | 934 # Local Variables: |
| 938 # tab-width:2 | 935 # tab-width:2 |
| 939 # indent-tabs-mode:nil | 936 # indent-tabs-mode:nil |
| 940 # End: | 937 # End: |
| 941 # vim: set expandtab tabstop=2 shiftwidth=2: | 938 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |