OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 'disk_cache/stats.cc', | 281 'disk_cache/stats.cc', |
282 'disk_cache/stats.h', | 282 'disk_cache/stats.h', |
283 'disk_cache/stats_histogram.cc', | 283 'disk_cache/stats_histogram.cc', |
284 'disk_cache/stats_histogram.h', | 284 'disk_cache/stats_histogram.h', |
285 'disk_cache/storage_block-inl.h', | 285 'disk_cache/storage_block-inl.h', |
286 'disk_cache/storage_block.h', | 286 'disk_cache/storage_block.h', |
287 'disk_cache/trace.cc', | 287 'disk_cache/trace.cc', |
288 'disk_cache/trace.h', | 288 'disk_cache/trace.h', |
289 'dns/async_host_resolver.cc', | 289 'dns/async_host_resolver.cc', |
290 'dns/async_host_resolver.h', | 290 'dns/async_host_resolver.h', |
| 291 'dns/dns_config_service_posix.cc', |
| 292 'dns/dns_config_service.h', |
291 'dns/dns_query.cc', | 293 'dns/dns_query.cc', |
292 'dns/dns_query.h', | 294 'dns/dns_query.h', |
293 'dns/dns_response.cc', | 295 'dns/dns_response.cc', |
294 'dns/dns_response.h', | 296 'dns/dns_response.h', |
295 'dns/dns_transaction.cc', | 297 'dns/dns_transaction.cc', |
296 'dns/dns_transaction.h', | 298 'dns/dns_transaction.h', |
297 'ftp/ftp_auth_cache.cc', | 299 'ftp/ftp_auth_cache.cc', |
298 'ftp/ftp_auth_cache.h', | 300 'ftp/ftp_auth_cache.h', |
299 'ftp/ftp_ctrl_response_buffer.cc', | 301 'ftp/ftp_ctrl_response_buffer.cc', |
300 'ftp/ftp_ctrl_response_buffer.h', | 302 'ftp/ftp_ctrl_response_buffer.h', |
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 'disk_cache/backend_unittest.cc', | 920 'disk_cache/backend_unittest.cc', |
919 'disk_cache/bitmap_unittest.cc', | 921 'disk_cache/bitmap_unittest.cc', |
920 'disk_cache/block_files_unittest.cc', | 922 'disk_cache/block_files_unittest.cc', |
921 'disk_cache/cache_util_unittest.cc', | 923 'disk_cache/cache_util_unittest.cc', |
922 'disk_cache/disk_cache_test_base.cc', | 924 'disk_cache/disk_cache_test_base.cc', |
923 'disk_cache/disk_cache_test_base.h', | 925 'disk_cache/disk_cache_test_base.h', |
924 'disk_cache/entry_unittest.cc', | 926 'disk_cache/entry_unittest.cc', |
925 'disk_cache/mapped_file_unittest.cc', | 927 'disk_cache/mapped_file_unittest.cc', |
926 'disk_cache/storage_block_unittest.cc', | 928 'disk_cache/storage_block_unittest.cc', |
927 'dns/async_host_resolver_unittest.cc', | 929 'dns/async_host_resolver_unittest.cc', |
| 930 'dns/dns_config_service_posix_unittest.cc', |
928 'dns/dns_query_unittest.cc', | 931 'dns/dns_query_unittest.cc', |
929 'dns/dns_response_unittest.cc', | 932 'dns/dns_response_unittest.cc', |
930 'dns/dns_transaction_unittest.cc', | 933 'dns/dns_transaction_unittest.cc', |
931 'ftp/ftp_auth_cache_unittest.cc', | 934 'ftp/ftp_auth_cache_unittest.cc', |
932 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 935 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
933 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 936 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
934 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 937 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
935 'ftp/ftp_directory_listing_parser_unittest.cc', | 938 'ftp/ftp_directory_listing_parser_unittest.cc', |
936 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 939 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
937 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 940 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1483 'tools/dump_cache/url_to_filename_encoder.cc', | 1486 'tools/dump_cache/url_to_filename_encoder.cc', |
1484 'tools/dump_cache/url_to_filename_encoder.h', | 1487 'tools/dump_cache/url_to_filename_encoder.h', |
1485 'tools/dump_cache/url_utilities.h', | 1488 'tools/dump_cache/url_utilities.h', |
1486 'tools/dump_cache/url_utilities.cc', | 1489 'tools/dump_cache/url_utilities.cc', |
1487 ], | 1490 ], |
1488 }, | 1491 }, |
1489 ], | 1492 ], |
1490 }], | 1493 }], |
1491 ], | 1494 ], |
1492 } | 1495 } |
OLD | NEW |