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_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 'disk_cache/flash/internal_entry.cc', | 427 'disk_cache/flash/internal_entry.cc', |
428 'disk_cache/flash/internal_entry.h', | 428 'disk_cache/flash/internal_entry.h', |
429 'disk_cache/flash/log_store.cc', | 429 'disk_cache/flash/log_store.cc', |
430 'disk_cache/flash/log_store.h', | 430 'disk_cache/flash/log_store.h', |
431 'disk_cache/flash/log_store_entry.cc', | 431 'disk_cache/flash/log_store_entry.cc', |
432 'disk_cache/flash/log_store_entry.h', | 432 'disk_cache/flash/log_store_entry.h', |
433 'disk_cache/flash/segment.cc', | 433 'disk_cache/flash/segment.cc', |
434 'disk_cache/flash/segment.h', | 434 'disk_cache/flash/segment.h', |
435 'disk_cache/flash/storage.cc', | 435 'disk_cache/flash/storage.cc', |
436 'disk_cache/flash/storage.h', | 436 'disk_cache/flash/storage.h', |
| 437 'disk_cache/v3/backend_impl_v3.cc', |
| 438 'disk_cache/v3/backend_impl_v3.h', |
| 439 'disk_cache/v3/backend_work_item.cc', |
| 440 'disk_cache/v3/backend_work_item.h', |
| 441 'disk_cache/v3/backend_worker.cc', |
| 442 'disk_cache/v3/backend_worker.h', |
437 'disk_cache/v3/block_bitmaps.cc', | 443 'disk_cache/v3/block_bitmaps.cc', |
438 'disk_cache/v3/block_bitmaps.h', | 444 'disk_cache/v3/block_bitmaps.h', |
439 'disk_cache/v3/disk_format_v3.h', | 445 'disk_cache/v3/disk_format_v3.h', |
| 446 'disk_cache/v3/entry_impl_v3.cc', |
| 447 'disk_cache/v3/entry_impl_v3.h', |
| 448 'disk_cache/v3/eviction_v3.cc', |
| 449 'disk_cache/v3/eviction_v3.h', |
| 450 'disk_cache/v3/index_table.cc', |
| 451 'disk_cache/v3/index_table.h', |
| 452 'disk_cache/v3/sparse_control_v3.cc', |
| 453 'disk_cache/v3/sparse_control_v3.h', |
440 'dns/address_sorter.h', | 454 'dns/address_sorter.h', |
441 'dns/address_sorter_posix.cc', | 455 'dns/address_sorter_posix.cc', |
442 'dns/address_sorter_posix.h', | 456 'dns/address_sorter_posix.h', |
443 'dns/address_sorter_win.cc', | 457 'dns/address_sorter_win.cc', |
444 'dns/dns_client.cc', | 458 'dns/dns_client.cc', |
445 'dns/dns_client.h', | 459 'dns/dns_client.h', |
446 'dns/dns_config_service.cc', | 460 'dns/dns_config_service.cc', |
447 'dns/dns_config_service.h', | 461 'dns/dns_config_service.h', |
448 'dns/dns_config_service_posix.cc', | 462 'dns/dns_config_service_posix.cc', |
449 'dns/dns_config_service_posix.h', | 463 'dns/dns_config_service_posix.h', |
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1609 'disk_cache/simple/simple_test_util.h', | 1623 'disk_cache/simple/simple_test_util.h', |
1610 'disk_cache/simple/simple_test_util.cc', | 1624 'disk_cache/simple/simple_test_util.cc', |
1611 'disk_cache/simple/simple_util_unittest.cc', | 1625 'disk_cache/simple/simple_util_unittest.cc', |
1612 'disk_cache/simple/simple_version_upgrade_unittest.cc', | 1626 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
1613 'disk_cache/storage_block_unittest.cc', | 1627 'disk_cache/storage_block_unittest.cc', |
1614 'disk_cache/flash/log_store_entry_unittest.cc', | 1628 'disk_cache/flash/log_store_entry_unittest.cc', |
1615 'disk_cache/flash/log_store_unittest.cc', | 1629 'disk_cache/flash/log_store_unittest.cc', |
1616 'disk_cache/flash/segment_unittest.cc', | 1630 'disk_cache/flash/segment_unittest.cc', |
1617 'disk_cache/flash/storage_unittest.cc', | 1631 'disk_cache/flash/storage_unittest.cc', |
1618 'disk_cache/v3/block_bitmaps_unittest.cc', | 1632 'disk_cache/v3/block_bitmaps_unittest.cc', |
| 1633 'disk_cache/v3/index_table_unittest.cc', |
1619 'dns/address_sorter_posix_unittest.cc', | 1634 'dns/address_sorter_posix_unittest.cc', |
1620 'dns/address_sorter_unittest.cc', | 1635 'dns/address_sorter_unittest.cc', |
1621 'dns/dns_config_service_posix_unittest.cc', | 1636 'dns/dns_config_service_posix_unittest.cc', |
1622 'dns/dns_config_service_unittest.cc', | 1637 'dns/dns_config_service_unittest.cc', |
1623 'dns/dns_config_service_win_unittest.cc', | 1638 'dns/dns_config_service_win_unittest.cc', |
1624 'dns/dns_hosts_unittest.cc', | 1639 'dns/dns_hosts_unittest.cc', |
1625 'dns/dns_query_unittest.cc', | 1640 'dns/dns_query_unittest.cc', |
1626 'dns/dns_response_unittest.cc', | 1641 'dns/dns_response_unittest.cc', |
1627 'dns/dns_session_unittest.cc', | 1642 'dns/dns_session_unittest.cc', |
1628 'dns/dns_transaction_unittest.cc', | 1643 'dns/dns_transaction_unittest.cc', |
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2449 'dependencies': [ | 2464 'dependencies': [ |
2450 '../base/base.gyp:base', | 2465 '../base/base.gyp:base', |
2451 'net', | 2466 'net', |
2452 'net_test_support', | 2467 'net_test_support', |
2453 ], | 2468 ], |
2454 'sources': [ | 2469 'sources': [ |
2455 'tools/dump_cache/cache_dumper.cc', | 2470 'tools/dump_cache/cache_dumper.cc', |
2456 'tools/dump_cache/cache_dumper.h', | 2471 'tools/dump_cache/cache_dumper.h', |
2457 'tools/dump_cache/dump_cache.cc', | 2472 'tools/dump_cache/dump_cache.cc', |
2458 'tools/dump_cache/dump_files.cc', | 2473 'tools/dump_cache/dump_files.cc', |
| 2474 'tools/dump_cache/dump_files_v3.cc', |
2459 'tools/dump_cache/dump_files.h', | 2475 'tools/dump_cache/dump_files.h', |
2460 'tools/dump_cache/simple_cache_dumper.cc', | 2476 'tools/dump_cache/simple_cache_dumper.cc', |
2461 'tools/dump_cache/simple_cache_dumper.h', | 2477 'tools/dump_cache/simple_cache_dumper.h', |
2462 'tools/dump_cache/upgrade_win.cc', | 2478 'tools/dump_cache/upgrade_win.cc', |
2463 'tools/dump_cache/upgrade_win.h', | 2479 'tools/dump_cache/upgrade_win.h', |
2464 'tools/dump_cache/url_to_filename_encoder.cc', | 2480 'tools/dump_cache/url_to_filename_encoder.cc', |
2465 'tools/dump_cache/url_to_filename_encoder.h', | 2481 'tools/dump_cache/url_to_filename_encoder.h', |
2466 'tools/dump_cache/url_utilities.h', | 2482 'tools/dump_cache/url_utilities.h', |
2467 'tools/dump_cache/url_utilities.cc', | 2483 'tools/dump_cache/url_utilities.cc', |
2468 ], | 2484 ], |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3029 'net_unittests.isolate', | 3045 'net_unittests.isolate', |
3030 ], | 3046 ], |
3031 'sources': [ | 3047 'sources': [ |
3032 'net_unittests.isolate', | 3048 'net_unittests.isolate', |
3033 ], | 3049 ], |
3034 }, | 3050 }, |
3035 ], | 3051 ], |
3036 }], | 3052 }], |
3037 ], | 3053 ], |
3038 } | 3054 } |
OLD | NEW |