OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'base/force_tls_state.cc', | 68 'base/force_tls_state.cc', |
69 'base/force_tls_state.h', | 69 'base/force_tls_state.h', |
70 'base/gzip_filter.cc', | 70 'base/gzip_filter.cc', |
71 'base/gzip_filter.h', | 71 'base/gzip_filter.h', |
72 'base/gzip_header.cc', | 72 'base/gzip_header.cc', |
73 'base/gzip_header.h', | 73 'base/gzip_header.h', |
74 'base/host_cache.cc', | 74 'base/host_cache.cc', |
75 'base/host_cache.h', | 75 'base/host_cache.h', |
76 'base/host_resolver.cc', | 76 'base/host_resolver.cc', |
77 'base/host_resolver.h', | 77 'base/host_resolver.h', |
| 78 'base/host_resolver_impl.cc', |
| 79 'base/host_resolver_impl.h', |
| 80 'base/host_resolver_proc.cc', |
| 81 'base/host_resolver_proc.h', |
78 'base/io_buffer.cc', | 82 'base/io_buffer.cc', |
79 'base/io_buffer.h', | 83 'base/io_buffer.h', |
80 'base/listen_socket.cc', | 84 'base/listen_socket.cc', |
81 'base/listen_socket.h', | 85 'base/listen_socket.h', |
82 'base/load_flags.h', | 86 'base/load_flags.h', |
83 'base/load_states.h', | 87 'base/load_states.h', |
84 'base/mime_sniffer.cc', | 88 'base/mime_sniffer.cc', |
85 'base/mime_sniffer.h', | 89 'base/mime_sniffer.h', |
86 'base/mime_util.cc', | 90 'base/mime_util.cc', |
87 'base/mime_util.h', | 91 'base/mime_util.h', |
| 92 # TODO(eroman): move this into its own test-support target. |
| 93 'base/mock_host_resolver.cc', |
| 94 'base/mock_host_resolver.h', |
88 'base/net_error_list.h', | 95 'base/net_error_list.h', |
89 'base/net_errors.cc', | 96 'base/net_errors.cc', |
90 'base/net_errors.h', | 97 'base/net_errors.h', |
91 'base/net_module.cc', | 98 'base/net_module.cc', |
92 'base/net_module.h', | 99 'base/net_module.h', |
93 'base/net_util.cc', | 100 'base/net_util.cc', |
94 'base/net_util.h', | 101 'base/net_util.h', |
95 'base/net_util_posix.cc', | 102 'base/net_util_posix.cc', |
96 'base/net_util_win.cc', | 103 'base/net_util_win.cc', |
97 'base/nss_memio.c', | 104 'base/nss_memio.c', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 'base/cookie_policy_unittest.cc', | 434 'base/cookie_policy_unittest.cc', |
428 'base/data_url_unittest.cc', | 435 'base/data_url_unittest.cc', |
429 'base/directory_lister_unittest.cc', | 436 'base/directory_lister_unittest.cc', |
430 'base/escape_unittest.cc', | 437 'base/escape_unittest.cc', |
431 'base/file_stream_unittest.cc', | 438 'base/file_stream_unittest.cc', |
432 'base/filter_unittest.cc', | 439 'base/filter_unittest.cc', |
433 'base/filter_unittest.h', | 440 'base/filter_unittest.h', |
434 'base/force_tls_state_unittest.cc', | 441 'base/force_tls_state_unittest.cc', |
435 'base/gzip_filter_unittest.cc', | 442 'base/gzip_filter_unittest.cc', |
436 'base/host_cache_unittest.cc', | 443 'base/host_cache_unittest.cc', |
437 'base/host_resolver_unittest.cc', | 444 'base/host_resolver_impl_unittest.cc', |
438 'base/host_resolver_unittest.h', | |
439 'base/listen_socket_unittest.cc', | 445 'base/listen_socket_unittest.cc', |
440 'base/listen_socket_unittest.h', | 446 'base/listen_socket_unittest.h', |
441 'base/mime_sniffer_unittest.cc', | 447 'base/mime_sniffer_unittest.cc', |
442 'base/mime_util_unittest.cc', | 448 'base/mime_util_unittest.cc', |
443 'base/net_util_unittest.cc', | 449 'base/net_util_unittest.cc', |
444 'base/registry_controlled_domain_unittest.cc', | 450 'base/registry_controlled_domain_unittest.cc', |
445 'base/run_all_unittests.cc', | 451 'base/run_all_unittests.cc', |
446 'base/sdch_filter_unittest.cc', | 452 'base/sdch_filter_unittest.cc', |
447 'base/ssl_client_auth_cache_unittest.cc', | 453 'base/ssl_client_auth_cache_unittest.cc', |
448 'base/ssl_config_service_unittest.cc', | 454 'base/ssl_config_service_unittest.cc', |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
700 'sources': [ | 706 'sources': [ |
701 'tools/dump_cache/dump_cache.cc', | 707 'tools/dump_cache/dump_cache.cc', |
702 'tools/dump_cache/dump_files.cc', | 708 'tools/dump_cache/dump_files.cc', |
703 'tools/dump_cache/upgrade.cc', | 709 'tools/dump_cache/upgrade.cc', |
704 ], | 710 ], |
705 }, | 711 }, |
706 ], | 712 ], |
707 }], | 713 }], |
708 ], | 714 ], |
709 } | 715 } |
OLD | NEW |