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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 'base/cert_verifier_unittest.cc', | 859 'base/cert_verifier_unittest.cc', |
860 'base/cookie_monster_unittest.cc', | 860 'base/cookie_monster_unittest.cc', |
861 'base/data_url_unittest.cc', | 861 'base/data_url_unittest.cc', |
862 'base/directory_lister_unittest.cc', | 862 'base/directory_lister_unittest.cc', |
863 'base/dnssec_unittest.cc', | 863 'base/dnssec_unittest.cc', |
864 'base/dns_util_unittest.cc', | 864 'base/dns_util_unittest.cc', |
865 'base/dnsrr_resolver_unittest.cc', | 865 'base/dnsrr_resolver_unittest.cc', |
866 'base/escape_unittest.cc', | 866 'base/escape_unittest.cc', |
867 'base/file_stream_unittest.cc', | 867 'base/file_stream_unittest.cc', |
868 'base/filter_unittest.cc', | 868 'base/filter_unittest.cc', |
869 'base/filter_unittest.h', | |
870 'base/gzip_filter_unittest.cc', | 869 'base/gzip_filter_unittest.cc', |
871 'base/host_cache_unittest.cc', | 870 'base/host_cache_unittest.cc', |
872 'base/host_mapping_rules_unittest.cc', | 871 'base/host_mapping_rules_unittest.cc', |
873 'base/host_resolver_impl_unittest.cc', | 872 'base/host_resolver_impl_unittest.cc', |
874 'base/keygen_handler_unittest.cc', | 873 'base/keygen_handler_unittest.cc', |
875 'base/leak_annotations.h', | 874 'base/leak_annotations.h', |
876 'base/listen_socket_unittest.cc', | 875 'base/listen_socket_unittest.cc', |
877 'base/listen_socket_unittest.h', | 876 'base/listen_socket_unittest.h', |
878 'base/mapped_host_resolver_unittest.cc', | 877 'base/mapped_host_resolver_unittest.cc', |
879 'base/mime_sniffer_unittest.cc', | 878 'base/mime_sniffer_unittest.cc', |
880 'base/mime_util_unittest.cc', | 879 'base/mime_util_unittest.cc', |
| 880 'base/mock_filter_context.cc', |
| 881 'base/mock_filter_context.h', |
881 'base/net_log_unittest.cc', | 882 'base/net_log_unittest.cc', |
882 'base/net_log_unittest.h', | 883 'base/net_log_unittest.h', |
883 'base/net_test_suite.h', | |
884 'base/net_util_unittest.cc', | 884 'base/net_util_unittest.cc', |
885 'base/pem_tokenizer_unittest.cc', | 885 'base/pem_tokenizer_unittest.cc', |
886 'base/registry_controlled_domain_unittest.cc', | 886 'base/registry_controlled_domain_unittest.cc', |
887 'base/run_all_unittests.cc', | 887 'base/run_all_unittests.cc', |
888 'base/sdch_filter_unittest.cc', | 888 'base/sdch_filter_unittest.cc', |
889 'base/ssl_cipher_suite_names_unittest.cc', | 889 'base/ssl_cipher_suite_names_unittest.cc', |
890 'base/ssl_client_auth_cache_unittest.cc', | 890 'base/ssl_client_auth_cache_unittest.cc', |
891 'base/ssl_config_service_mac_unittest.cc', | 891 'base/ssl_config_service_mac_unittest.cc', |
892 'base/ssl_config_service_unittest.cc', | 892 'base/ssl_config_service_unittest.cc', |
893 'base/ssl_config_service_win_unittest.cc', | 893 'base/ssl_config_service_win_unittest.cc', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 'http/http_network_transaction_unittest.cc', | 940 'http/http_network_transaction_unittest.cc', |
941 'http/http_proxy_client_socket_pool_unittest.cc', | 941 'http/http_proxy_client_socket_pool_unittest.cc', |
942 'http/http_request_headers_unittest.cc', | 942 'http/http_request_headers_unittest.cc', |
943 'http/http_response_body_drainer_unittest.cc', | 943 'http/http_response_body_drainer_unittest.cc', |
944 'http/http_response_headers_unittest.cc', | 944 'http/http_response_headers_unittest.cc', |
945 'http/http_stream_factory_unittest.cc', | 945 'http/http_stream_factory_unittest.cc', |
946 'http/http_transaction_unittest.cc', | 946 'http/http_transaction_unittest.cc', |
947 'http/http_transaction_unittest.h', | 947 'http/http_transaction_unittest.h', |
948 'http/http_util_unittest.cc', | 948 'http/http_util_unittest.cc', |
949 'http/http_vary_data_unittest.cc', | 949 'http/http_vary_data_unittest.cc', |
| 950 'http/mock_allow_url_security_manager.cc', |
| 951 'http/mock_allow_url_security_manager.h', |
950 'http/mock_gssapi_library_posix.cc', | 952 'http/mock_gssapi_library_posix.cc', |
951 'http/mock_gssapi_library_posix.h', | 953 'http/mock_gssapi_library_posix.h', |
952 'http/mock_sspi_library_win.h', | 954 'http/mock_sspi_library_win.h', |
953 'http/mock_sspi_library_win.cc', | 955 'http/mock_sspi_library_win.cc', |
954 'http/url_security_manager_unittest.cc', | 956 'http/url_security_manager_unittest.cc', |
955 'proxy/init_proxy_resolver_unittest.cc', | 957 'proxy/init_proxy_resolver_unittest.cc', |
956 'proxy/mock_proxy_resolver.h', | 958 'proxy/mock_proxy_resolver.h', |
957 'proxy/multi_threaded_proxy_resolver_unittest.cc', | 959 'proxy/multi_threaded_proxy_resolver_unittest.cc', |
958 'proxy/proxy_bypass_rules_unittest.cc', | 960 'proxy/proxy_bypass_rules_unittest.cc', |
959 'proxy/proxy_config_service_linux_unittest.cc', | 961 'proxy/proxy_config_service_linux_unittest.cc', |
(...skipping 30 matching lines...) Expand all Loading... |
990 'test/python_utils_unittest.cc', | 992 'test/python_utils_unittest.cc', |
991 'tools/dump_cache/url_to_filename_encoder.cc', | 993 'tools/dump_cache/url_to_filename_encoder.cc', |
992 'tools/dump_cache/url_to_filename_encoder.h', | 994 'tools/dump_cache/url_to_filename_encoder.h', |
993 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 995 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
994 'tools/dump_cache/url_utilities.h', | 996 'tools/dump_cache/url_utilities.h', |
995 'tools/dump_cache/url_utilities.cc', | 997 'tools/dump_cache/url_utilities.cc', |
996 'tools/dump_cache/url_utilities_unittest.cc', | 998 'tools/dump_cache/url_utilities_unittest.cc', |
997 'url_request/url_request_job_tracker_unittest.cc', | 999 'url_request/url_request_job_tracker_unittest.cc', |
998 'url_request/url_request_throttler_unittest.cc', | 1000 'url_request/url_request_throttler_unittest.cc', |
999 'url_request/url_request_unittest.cc', | 1001 'url_request/url_request_unittest.cc', |
1000 'url_request/url_request_unittest.h', | |
1001 'url_request/view_cache_helper_unittest.cc', | 1002 'url_request/view_cache_helper_unittest.cc', |
1002 'websockets/websocket_frame_handler_unittest.cc', | 1003 'websockets/websocket_frame_handler_unittest.cc', |
1003 'websockets/websocket_handshake_draft75_unittest.cc', | 1004 'websockets/websocket_handshake_draft75_unittest.cc', |
1004 'websockets/websocket_handshake_handler_unittest.cc', | 1005 'websockets/websocket_handshake_handler_unittest.cc', |
1005 'websockets/websocket_handshake_unittest.cc', | 1006 'websockets/websocket_handshake_unittest.cc', |
1006 'websockets/websocket_job_unittest.cc', | 1007 'websockets/websocket_job_unittest.cc', |
1007 'websockets/websocket_net_log_params_unittest.cc', | 1008 'websockets/websocket_net_log_params_unittest.cc', |
1008 'websockets/websocket_throttle_unittest.cc', | 1009 'websockets/websocket_throttle_unittest.cc', |
1009 'websockets/websocket_unittest.cc', | 1010 'websockets/websocket_unittest.cc', |
1010 ], | 1011 ], |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 'type': '<(library)', | 1152 'type': '<(library)', |
1152 'dependencies': [ | 1153 'dependencies': [ |
1153 'net', | 1154 'net', |
1154 '../base/base.gyp:base', | 1155 '../base/base.gyp:base', |
1155 '../base/base.gyp:test_support_base', | 1156 '../base/base.gyp:test_support_base', |
1156 '../testing/gtest.gyp:gtest', | 1157 '../testing/gtest.gyp:gtest', |
1157 ], | 1158 ], |
1158 'sources': [ | 1159 'sources': [ |
1159 'base/cert_test_util.cc', | 1160 'base/cert_test_util.cc', |
1160 'base/cert_test_util.h', | 1161 'base/cert_test_util.h', |
| 1162 'base/cookie_monster_store_test.cc', |
| 1163 'base/cookie_monster_store_test.h', |
| 1164 'base/net_test_suite.cc', |
| 1165 'base/net_test_suite.h', |
1161 'base/test_completion_callback.cc', | 1166 'base/test_completion_callback.cc', |
1162 'base/test_completion_callback.h', | 1167 'base/test_completion_callback.h', |
1163 'disk_cache/disk_cache_test_util.cc', | 1168 'disk_cache/disk_cache_test_util.cc', |
1164 'disk_cache/disk_cache_test_util.h', | 1169 'disk_cache/disk_cache_test_util.h', |
1165 'proxy/proxy_config_service_common_unittest.cc', | 1170 'proxy/proxy_config_service_common_unittest.cc', |
1166 'proxy/proxy_config_service_common_unittest.h', | 1171 'proxy/proxy_config_service_common_unittest.h', |
1167 'socket/socket_test_util.cc', | 1172 'socket/socket_test_util.cc', |
1168 'socket/socket_test_util.h', | 1173 'socket/socket_test_util.h', |
1169 'test/python_utils.cc', | 1174 'test/python_utils.cc', |
1170 'test/python_utils.h', | 1175 'test/python_utils.h', |
1171 'test/test_server.cc', | 1176 'test/test_server.cc', |
1172 'test/test_server_posix.cc', | 1177 'test/test_server_posix.cc', |
1173 'test/test_server_win.cc', | 1178 'test/test_server_win.cc', |
1174 'test/test_server.h', | 1179 'test/test_server.h', |
| 1180 'url_request/url_request_test_util.cc', |
| 1181 'url_request/url_request_test_util.h', |
1175 ], | 1182 ], |
1176 'conditions': [ | 1183 'conditions': [ |
1177 ['inside_chromium_build==1', { | 1184 ['inside_chromium_build==1', { |
1178 'dependencies': [ | 1185 'dependencies': [ |
1179 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', | 1186 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', |
1180 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m
anagement_proto', | 1187 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m
anagement_proto', |
1181 '../third_party/protobuf/protobuf.gyp:py_proto', | 1188 '../third_party/protobuf/protobuf.gyp:py_proto', |
1182 ], | 1189 ], |
1183 }], | 1190 }], |
1184 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 1191 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1441 ], | 1448 ], |
1442 }], | 1449 }], |
1443 ], | 1450 ], |
1444 } | 1451 } |
1445 | 1452 |
1446 # Local Variables: | 1453 # Local Variables: |
1447 # tab-width:2 | 1454 # tab-width:2 |
1448 # indent-tabs-mode:nil | 1455 # indent-tabs-mode:nil |
1449 # End: | 1456 # End: |
1450 # vim: set expandtab tabstop=2 shiftwidth=2: | 1457 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |