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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'disk_cache/stats.cc', | 282 'disk_cache/stats.cc', |
283 'disk_cache/stats.h', | 283 'disk_cache/stats.h', |
284 'disk_cache/stats_histogram.cc', | 284 'disk_cache/stats_histogram.cc', |
285 'disk_cache/stats_histogram.h', | 285 'disk_cache/stats_histogram.h', |
286 'disk_cache/storage_block-inl.h', | 286 'disk_cache/storage_block-inl.h', |
287 'disk_cache/storage_block.h', | 287 'disk_cache/storage_block.h', |
288 'disk_cache/trace.cc', | 288 'disk_cache/trace.cc', |
289 'disk_cache/trace.h', | 289 'disk_cache/trace.h', |
290 'dns/async_host_resolver.cc', | 290 'dns/async_host_resolver.cc', |
291 'dns/async_host_resolver.h', | 291 'dns/async_host_resolver.h', |
| 292 'dns/dns_config_service_posix.cc', |
| 293 'dns/dns_config_service.h', |
292 'dns/dns_query.cc', | 294 'dns/dns_query.cc', |
293 'dns/dns_query.h', | 295 'dns/dns_query.h', |
294 'dns/dns_response.cc', | 296 'dns/dns_response.cc', |
295 'dns/dns_response.h', | 297 'dns/dns_response.h', |
296 'dns/dns_transaction.cc', | 298 'dns/dns_transaction.cc', |
297 'dns/dns_transaction.h', | 299 'dns/dns_transaction.h', |
298 'ftp/ftp_auth_cache.cc', | 300 'ftp/ftp_auth_cache.cc', |
299 'ftp/ftp_auth_cache.h', | 301 'ftp/ftp_auth_cache.h', |
300 'ftp/ftp_ctrl_response_buffer.cc', | 302 'ftp/ftp_ctrl_response_buffer.cc', |
301 'ftp/ftp_ctrl_response_buffer.h', | 303 'ftp/ftp_ctrl_response_buffer.h', |
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1485 'tools/dump_cache/url_to_filename_encoder.cc', | 1487 'tools/dump_cache/url_to_filename_encoder.cc', |
1486 'tools/dump_cache/url_to_filename_encoder.h', | 1488 'tools/dump_cache/url_to_filename_encoder.h', |
1487 'tools/dump_cache/url_utilities.h', | 1489 'tools/dump_cache/url_utilities.h', |
1488 'tools/dump_cache/url_utilities.cc', | 1490 'tools/dump_cache/url_utilities.cc', |
1489 ], | 1491 ], |
1490 }, | 1492 }, |
1491 ], | 1493 ], |
1492 }], | 1494 }], |
1493 ], | 1495 ], |
1494 } | 1496 } |
OLD | NEW |