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 'use_simple_cache_backend%': 0, | 10 'use_simple_cache_backend%': 0, |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'base/gzip_header.cc', | 163 'base/gzip_header.cc', |
164 'base/gzip_header.h', | 164 'base/gzip_header.h', |
165 'base/hash_value.cc', | 165 'base/hash_value.cc', |
166 'base/hash_value.h', | 166 'base/hash_value.h', |
167 'base/host_cache.cc', | 167 'base/host_cache.cc', |
168 'base/host_cache.h', | 168 'base/host_cache.h', |
169 'base/host_mapping_rules.cc', | 169 'base/host_mapping_rules.cc', |
170 'base/host_mapping_rules.h', | 170 'base/host_mapping_rules.h', |
171 'base/host_port_pair.cc', | 171 'base/host_port_pair.cc', |
172 'base/host_port_pair.h', | 172 'base/host_port_pair.h', |
173 'base/host_resolver.cc', | |
174 'base/host_resolver.h', | |
175 'base/host_resolver_impl.cc', | |
176 'base/host_resolver_impl.h', | |
177 'base/host_resolver_proc.cc', | |
178 'base/host_resolver_proc.h', | |
179 'base/io_buffer.cc', | 173 'base/io_buffer.cc', |
180 'base/io_buffer.h', | 174 'base/io_buffer.h', |
181 'base/ip_endpoint.cc', | 175 'base/ip_endpoint.cc', |
182 'base/ip_endpoint.h', | 176 'base/ip_endpoint.h', |
183 'base/keygen_handler.cc', | 177 'base/keygen_handler.cc', |
184 'base/keygen_handler.h', | 178 'base/keygen_handler.h', |
185 'base/keygen_handler_mac.cc', | 179 'base/keygen_handler_mac.cc', |
186 'base/keygen_handler_nss.cc', | 180 'base/keygen_handler_nss.cc', |
187 'base/keygen_handler_openssl.cc', | 181 'base/keygen_handler_openssl.cc', |
188 'base/keygen_handler_win.cc', | 182 'base/keygen_handler_win.cc', |
189 'base/linked_hash_map.h', | 183 'base/linked_hash_map.h', |
190 'base/load_flags.h', | 184 'base/load_flags.h', |
191 'base/load_flags_list.h', | 185 'base/load_flags_list.h', |
192 'base/load_states.h', | 186 'base/load_states.h', |
193 'base/load_states_list.h', | 187 'base/load_states_list.h', |
194 'base/load_timing_info.cc', | 188 'base/load_timing_info.cc', |
195 'base/load_timing_info.h', | 189 'base/load_timing_info.h', |
196 'base/mapped_host_resolver.cc', | |
197 'base/mapped_host_resolver.h', | |
198 'base/mime_sniffer.cc', | 190 'base/mime_sniffer.cc', |
199 'base/mime_sniffer.h', | 191 'base/mime_sniffer.h', |
200 'base/mime_util.cc', | 192 'base/mime_util.cc', |
201 'base/mime_util.h', | 193 'base/mime_util.h', |
202 'base/multi_threaded_cert_verifier.cc', | 194 'base/multi_threaded_cert_verifier.cc', |
203 'base/multi_threaded_cert_verifier.h', | 195 'base/multi_threaded_cert_verifier.h', |
204 'base/net_error_list.h', | 196 'base/net_error_list.h', |
205 'base/net_errors.cc', | 197 'base/net_errors.cc', |
206 'base/net_errors.h', | 198 'base/net_errors.h', |
207 'base/net_errors_posix.cc', | 199 'base/net_errors_posix.cc', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 'base/rand_callback.h', | 244 'base/rand_callback.h', |
253 'base/registry_controlled_domains/registry_controlled_domain.cc', | 245 'base/registry_controlled_domains/registry_controlled_domain.cc', |
254 'base/registry_controlled_domains/registry_controlled_domain.h', | 246 'base/registry_controlled_domains/registry_controlled_domain.h', |
255 'base/request_priority.h', | 247 'base/request_priority.h', |
256 'base/sdch_filter.cc', | 248 'base/sdch_filter.cc', |
257 'base/sdch_filter.h', | 249 'base/sdch_filter.h', |
258 'base/sdch_manager.cc', | 250 'base/sdch_manager.cc', |
259 'base/sdch_manager.h', | 251 'base/sdch_manager.h', |
260 'base/single_request_cert_verifier.cc', | 252 'base/single_request_cert_verifier.cc', |
261 'base/single_request_cert_verifier.h', | 253 'base/single_request_cert_verifier.h', |
262 'base/single_request_host_resolver.cc', | |
263 'base/single_request_host_resolver.h', | |
264 'base/static_cookie_policy.cc', | 254 'base/static_cookie_policy.cc', |
265 'base/static_cookie_policy.h', | 255 'base/static_cookie_policy.h', |
266 'base/stream_listen_socket.cc', | 256 'base/stream_listen_socket.cc', |
267 'base/stream_listen_socket.h', | 257 'base/stream_listen_socket.h', |
268 'base/sys_addrinfo.h', | 258 'base/sys_addrinfo.h', |
269 'base/tcp_listen_socket.cc', | 259 'base/tcp_listen_socket.cc', |
270 'base/tcp_listen_socket.h', | 260 'base/tcp_listen_socket.h', |
271 'base/test_data_stream.cc', | 261 'base/test_data_stream.cc', |
272 'base/test_data_stream.h', | 262 'base/test_data_stream.h', |
273 'base/test_root_certs.cc', | 263 'base/test_root_certs.cc', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 'dns/dns_query.cc', | 415 'dns/dns_query.cc', |
426 'dns/dns_query.h', | 416 'dns/dns_query.h', |
427 'dns/dns_response.cc', | 417 'dns/dns_response.cc', |
428 'dns/dns_response.h', | 418 'dns/dns_response.h', |
429 'dns/dns_session.cc', | 419 'dns/dns_session.cc', |
430 'dns/dns_session.h', | 420 'dns/dns_session.h', |
431 'dns/dns_socket_pool.cc', | 421 'dns/dns_socket_pool.cc', |
432 'dns/dns_socket_pool.h', | 422 'dns/dns_socket_pool.h', |
433 'dns/dns_transaction.cc', | 423 'dns/dns_transaction.cc', |
434 'dns/dns_transaction.h', | 424 'dns/dns_transaction.h', |
| 425 'dns/host_resolver.cc', |
| 426 'dns/host_resolver.h', |
| 427 'dns/host_resolver_impl.cc', |
| 428 'dns/host_resolver_impl.h', |
| 429 'dns/host_resolver_proc.cc', |
| 430 'dns/host_resolver_proc.h', |
| 431 'dns/mapped_host_resolver.cc', |
| 432 'dns/mapped_host_resolver.h', |
435 'dns/notify_watcher_mac.cc', | 433 'dns/notify_watcher_mac.cc', |
436 'dns/notify_watcher_mac.h', | 434 'dns/notify_watcher_mac.h', |
437 'dns/serial_worker.cc', | 435 'dns/serial_worker.cc', |
438 'dns/serial_worker.h', | 436 'dns/serial_worker.h', |
| 437 'dns/single_request_host_resolver.cc', |
| 438 'dns/single_request_host_resolver.h', |
439 'ftp/ftp_auth_cache.cc', | 439 'ftp/ftp_auth_cache.cc', |
440 'ftp/ftp_auth_cache.h', | 440 'ftp/ftp_auth_cache.h', |
441 'ftp/ftp_ctrl_response_buffer.cc', | 441 'ftp/ftp_ctrl_response_buffer.cc', |
442 'ftp/ftp_ctrl_response_buffer.h', | 442 'ftp/ftp_ctrl_response_buffer.h', |
443 'ftp/ftp_directory_listing_parser.cc', | 443 'ftp/ftp_directory_listing_parser.cc', |
444 'ftp/ftp_directory_listing_parser.h', | 444 'ftp/ftp_directory_listing_parser.h', |
445 'ftp/ftp_directory_listing_parser_ls.cc', | 445 'ftp/ftp_directory_listing_parser_ls.cc', |
446 'ftp/ftp_directory_listing_parser_ls.h', | 446 'ftp/ftp_directory_listing_parser_ls.h', |
447 'ftp/ftp_directory_listing_parser_netware.cc', | 447 'ftp/ftp_directory_listing_parser_netware.cc', |
448 'ftp/ftp_directory_listing_parser_netware.h', | 448 'ftp/ftp_directory_listing_parser_netware.h', |
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 'base/escape_unittest.cc', | 1384 'base/escape_unittest.cc', |
1385 'base/ev_root_ca_metadata_unittest.cc', | 1385 'base/ev_root_ca_metadata_unittest.cc', |
1386 'base/expiring_cache_unittest.cc', | 1386 'base/expiring_cache_unittest.cc', |
1387 'base/file_stream_unittest.cc', | 1387 'base/file_stream_unittest.cc', |
1388 'base/filter_unittest.cc', | 1388 'base/filter_unittest.cc', |
1389 'base/int128_unittest.cc', | 1389 'base/int128_unittest.cc', |
1390 'base/gzip_filter_unittest.cc', | 1390 'base/gzip_filter_unittest.cc', |
1391 'base/host_cache_unittest.cc', | 1391 'base/host_cache_unittest.cc', |
1392 'base/host_mapping_rules_unittest.cc', | 1392 'base/host_mapping_rules_unittest.cc', |
1393 'base/host_port_pair_unittest.cc', | 1393 'base/host_port_pair_unittest.cc', |
1394 'base/host_resolver_impl_unittest.cc', | |
1395 'base/ip_endpoint_unittest.cc', | 1394 'base/ip_endpoint_unittest.cc', |
1396 'base/keygen_handler_unittest.cc', | 1395 'base/keygen_handler_unittest.cc', |
1397 'base/mapped_host_resolver_unittest.cc', | |
1398 'base/mime_sniffer_unittest.cc', | 1396 'base/mime_sniffer_unittest.cc', |
1399 'base/mime_util_unittest.cc', | 1397 'base/mime_util_unittest.cc', |
1400 'base/mock_filter_context.cc', | 1398 'base/mock_filter_context.cc', |
1401 'base/mock_filter_context.h', | 1399 'base/mock_filter_context.h', |
1402 'base/multi_threaded_cert_verifier_unittest.cc', | 1400 'base/multi_threaded_cert_verifier_unittest.cc', |
1403 'base/net_log_unittest.h', | 1401 'base/net_log_unittest.h', |
1404 'base/net_util_unittest.cc', | 1402 'base/net_util_unittest.cc', |
1405 'base/network_change_notifier_win_unittest.cc', | 1403 'base/network_change_notifier_win_unittest.cc', |
1406 'base/nss_cert_database_unittest.cc', | 1404 'base/nss_cert_database_unittest.cc', |
1407 'base/openssl_client_key_store_unittest.cc', | 1405 'base/openssl_client_key_store_unittest.cc', |
1408 'base/pem_tokenizer_unittest.cc', | 1406 'base/pem_tokenizer_unittest.cc', |
1409 'base/prioritized_dispatcher_unittest.cc', | 1407 'base/prioritized_dispatcher_unittest.cc', |
1410 'base/priority_queue_unittest.cc', | 1408 'base/priority_queue_unittest.cc', |
1411 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc
', | 1409 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc
', |
1412 'base/sdch_filter_unittest.cc', | 1410 'base/sdch_filter_unittest.cc', |
1413 'base/single_request_host_resolver_unittest.cc', | |
1414 'base/static_cookie_policy_unittest.cc', | 1411 'base/static_cookie_policy_unittest.cc', |
1415 'base/tcp_listen_socket_unittest.cc', | 1412 'base/tcp_listen_socket_unittest.cc', |
1416 'base/tcp_listen_socket_unittest.h', | 1413 'base/tcp_listen_socket_unittest.h', |
1417 'base/test_certificate_data.h', | 1414 'base/test_certificate_data.h', |
1418 'base/test_completion_callback_unittest.cc', | 1415 'base/test_completion_callback_unittest.cc', |
1419 'base/unix_domain_socket_posix_unittest.cc', | 1416 'base/unix_domain_socket_posix_unittest.cc', |
1420 'base/upload_bytes_element_reader_unittest.cc', | 1417 'base/upload_bytes_element_reader_unittest.cc', |
1421 'base/upload_data_stream_unittest.cc', | 1418 'base/upload_data_stream_unittest.cc', |
1422 'base/upload_file_element_reader_unittest.cc', | 1419 'base/upload_file_element_reader_unittest.cc', |
1423 'base/url_util_unittest.cc', | 1420 'base/url_util_unittest.cc', |
(...skipping 22 matching lines...) Expand all Loading... |
1446 'dns/address_sorter_posix_unittest.cc', | 1443 'dns/address_sorter_posix_unittest.cc', |
1447 'dns/address_sorter_unittest.cc', | 1444 'dns/address_sorter_unittest.cc', |
1448 'dns/dns_config_service_posix_unittest.cc', | 1445 'dns/dns_config_service_posix_unittest.cc', |
1449 'dns/dns_config_service_unittest.cc', | 1446 'dns/dns_config_service_unittest.cc', |
1450 'dns/dns_config_service_win_unittest.cc', | 1447 'dns/dns_config_service_win_unittest.cc', |
1451 'dns/dns_hosts_unittest.cc', | 1448 'dns/dns_hosts_unittest.cc', |
1452 'dns/dns_query_unittest.cc', | 1449 'dns/dns_query_unittest.cc', |
1453 'dns/dns_response_unittest.cc', | 1450 'dns/dns_response_unittest.cc', |
1454 'dns/dns_session_unittest.cc', | 1451 'dns/dns_session_unittest.cc', |
1455 'dns/dns_transaction_unittest.cc', | 1452 'dns/dns_transaction_unittest.cc', |
| 1453 'dns/host_resolver_impl_unittest.cc', |
| 1454 'dns/mapped_host_resolver_unittest.cc', |
1456 'dns/serial_worker_unittest.cc', | 1455 'dns/serial_worker_unittest.cc', |
| 1456 'dns/single_request_host_resolver_unittest.cc', |
1457 'ftp/ftp_auth_cache_unittest.cc', | 1457 'ftp/ftp_auth_cache_unittest.cc', |
1458 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 1458 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
1459 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1459 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
1460 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1460 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
1461 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1461 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
1462 'ftp/ftp_directory_listing_parser_unittest.cc', | 1462 'ftp/ftp_directory_listing_parser_unittest.cc', |
1463 'ftp/ftp_directory_listing_parser_unittest.h', | 1463 'ftp/ftp_directory_listing_parser_unittest.h', |
1464 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 1464 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
1465 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 1465 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
1466 'ftp/ftp_network_transaction_unittest.cc', | 1466 'ftp/ftp_network_transaction_unittest.cc', |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1975 'base/capturing_net_log.cc', | 1975 'base/capturing_net_log.cc', |
1976 'base/capturing_net_log.h', | 1976 'base/capturing_net_log.h', |
1977 'base/cert_test_util.cc', | 1977 'base/cert_test_util.cc', |
1978 'base/cert_test_util.h', | 1978 'base/cert_test_util.h', |
1979 'base/load_timing_info_test_util.cc', | 1979 'base/load_timing_info_test_util.cc', |
1980 'base/load_timing_info_test_util.h', | 1980 'base/load_timing_info_test_util.h', |
1981 'base/mock_cert_verifier.cc', | 1981 'base/mock_cert_verifier.cc', |
1982 'base/mock_cert_verifier.h', | 1982 'base/mock_cert_verifier.h', |
1983 'base/mock_file_stream.cc', | 1983 'base/mock_file_stream.cc', |
1984 'base/mock_file_stream.h', | 1984 'base/mock_file_stream.h', |
1985 'base/mock_host_resolver.cc', | |
1986 'base/mock_host_resolver.h', | |
1987 'base/test_completion_callback.cc', | 1985 'base/test_completion_callback.cc', |
1988 'base/test_completion_callback.h', | 1986 'base/test_completion_callback.h', |
1989 'base/test_data_directory.cc', | 1987 'base/test_data_directory.cc', |
1990 'base/test_data_directory.h', | 1988 'base/test_data_directory.h', |
1991 'cookies/cookie_monster_store_test.cc', | 1989 'cookies/cookie_monster_store_test.cc', |
1992 'cookies/cookie_monster_store_test.h', | 1990 'cookies/cookie_monster_store_test.h', |
1993 'cookies/cookie_store_test_callbacks.cc', | 1991 'cookies/cookie_store_test_callbacks.cc', |
1994 'cookies/cookie_store_test_callbacks.h', | 1992 'cookies/cookie_store_test_callbacks.h', |
1995 'cookies/cookie_store_test_helpers.cc', | 1993 'cookies/cookie_store_test_helpers.cc', |
1996 'cookies/cookie_store_test_helpers.h', | 1994 'cookies/cookie_store_test_helpers.h', |
1997 'disk_cache/disk_cache_test_base.cc', | 1995 'disk_cache/disk_cache_test_base.cc', |
1998 'disk_cache/disk_cache_test_base.h', | 1996 'disk_cache/disk_cache_test_base.h', |
1999 'disk_cache/disk_cache_test_util.cc', | 1997 'disk_cache/disk_cache_test_util.cc', |
2000 'disk_cache/disk_cache_test_util.h', | 1998 'disk_cache/disk_cache_test_util.h', |
2001 'disk_cache/flash/flash_cache_test_base.h', | 1999 'disk_cache/flash/flash_cache_test_base.h', |
2002 'disk_cache/flash/flash_cache_test_base.cc', | 2000 'disk_cache/flash/flash_cache_test_base.cc', |
2003 'dns/dns_test_util.cc', | 2001 'dns/dns_test_util.cc', |
2004 'dns/dns_test_util.h', | 2002 'dns/dns_test_util.h', |
| 2003 'dns/mock_host_resolver.cc', |
| 2004 'dns/mock_host_resolver.h', |
2005 'proxy/mock_proxy_resolver.cc', | 2005 'proxy/mock_proxy_resolver.cc', |
2006 'proxy/mock_proxy_resolver.h', | 2006 'proxy/mock_proxy_resolver.h', |
2007 'proxy/mock_proxy_script_fetcher.cc', | 2007 'proxy/mock_proxy_script_fetcher.cc', |
2008 'proxy/mock_proxy_script_fetcher.h', | 2008 'proxy/mock_proxy_script_fetcher.h', |
2009 'proxy/proxy_config_service_common_unittest.cc', | 2009 'proxy/proxy_config_service_common_unittest.cc', |
2010 'proxy/proxy_config_service_common_unittest.h', | 2010 'proxy/proxy_config_service_common_unittest.h', |
2011 'socket/socket_test_util.cc', | 2011 'socket/socket_test_util.cc', |
2012 'socket/socket_test_util.h', | 2012 'socket/socket_test_util.h', |
2013 'test/base_test_server.cc', | 2013 'test/base_test_server.cc', |
2014 'test/base_test_server.h', | 2014 'test/base_test_server.h', |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2597 '--result', '<@(_outputs)', | 2597 '--result', '<@(_outputs)', |
2598 '--isolate', 'net_unittests.isolate', | 2598 '--isolate', 'net_unittests.isolate', |
2599 ], | 2599 ], |
2600 }, | 2600 }, |
2601 ], | 2601 ], |
2602 }, | 2602 }, |
2603 ], | 2603 ], |
2604 }], | 2604 }], |
2605 ], | 2605 ], |
2606 } | 2606 } |
OLD | NEW |