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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 'disk_cache/flash/log_store.h', | 453 'disk_cache/flash/log_store.h', |
454 'disk_cache/flash/log_store_entry.cc', | 454 'disk_cache/flash/log_store_entry.cc', |
455 'disk_cache/flash/log_store_entry.h', | 455 'disk_cache/flash/log_store_entry.h', |
456 'disk_cache/flash/segment.cc', | 456 'disk_cache/flash/segment.cc', |
457 'disk_cache/flash/segment.h', | 457 'disk_cache/flash/segment.h', |
458 'disk_cache/flash/storage.cc', | 458 'disk_cache/flash/storage.cc', |
459 'disk_cache/flash/storage.h', | 459 'disk_cache/flash/storage.h', |
460 'disk_cache/v3/block_bitmaps.cc', | 460 'disk_cache/v3/block_bitmaps.cc', |
461 'disk_cache/v3/block_bitmaps.h', | 461 'disk_cache/v3/block_bitmaps.h', |
462 'disk_cache/v3/disk_format_v3.h', | 462 'disk_cache/v3/disk_format_v3.h', |
| 463 'disk_cache/v3/index_table.cc', |
| 464 'disk_cache/v3/index_table.h', |
463 'dns/address_sorter.h', | 465 'dns/address_sorter.h', |
464 'dns/address_sorter_posix.cc', | 466 'dns/address_sorter_posix.cc', |
465 'dns/address_sorter_posix.h', | 467 'dns/address_sorter_posix.h', |
466 'dns/address_sorter_win.cc', | 468 'dns/address_sorter_win.cc', |
467 'dns/dns_client.cc', | 469 'dns/dns_client.cc', |
468 'dns/dns_client.h', | 470 'dns/dns_client.h', |
469 'dns/dns_config_service.cc', | 471 'dns/dns_config_service.cc', |
470 'dns/dns_config_service.h', | 472 'dns/dns_config_service.h', |
471 'dns/dns_config_service_posix.cc', | 473 'dns/dns_config_service_posix.cc', |
472 'dns/dns_config_service_posix.h', | 474 'dns/dns_config_service_posix.h', |
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1666 'disk_cache/simple/simple_test_util.h', | 1668 'disk_cache/simple/simple_test_util.h', |
1667 'disk_cache/simple/simple_test_util.cc', | 1669 'disk_cache/simple/simple_test_util.cc', |
1668 'disk_cache/simple/simple_util_unittest.cc', | 1670 'disk_cache/simple/simple_util_unittest.cc', |
1669 'disk_cache/simple/simple_version_upgrade_unittest.cc', | 1671 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
1670 'disk_cache/storage_block_unittest.cc', | 1672 'disk_cache/storage_block_unittest.cc', |
1671 'disk_cache/flash/log_store_entry_unittest.cc', | 1673 'disk_cache/flash/log_store_entry_unittest.cc', |
1672 'disk_cache/flash/log_store_unittest.cc', | 1674 'disk_cache/flash/log_store_unittest.cc', |
1673 'disk_cache/flash/segment_unittest.cc', | 1675 'disk_cache/flash/segment_unittest.cc', |
1674 'disk_cache/flash/storage_unittest.cc', | 1676 'disk_cache/flash/storage_unittest.cc', |
1675 'disk_cache/v3/block_bitmaps_unittest.cc', | 1677 'disk_cache/v3/block_bitmaps_unittest.cc', |
| 1678 'disk_cache/v3/index_table_unittest.cc', |
1676 'dns/address_sorter_posix_unittest.cc', | 1679 'dns/address_sorter_posix_unittest.cc', |
1677 'dns/address_sorter_unittest.cc', | 1680 'dns/address_sorter_unittest.cc', |
1678 'dns/dns_config_service_posix_unittest.cc', | 1681 'dns/dns_config_service_posix_unittest.cc', |
1679 'dns/dns_config_service_unittest.cc', | 1682 'dns/dns_config_service_unittest.cc', |
1680 'dns/dns_config_service_win_unittest.cc', | 1683 'dns/dns_config_service_win_unittest.cc', |
1681 'dns/dns_hosts_unittest.cc', | 1684 'dns/dns_hosts_unittest.cc', |
1682 'dns/dns_query_unittest.cc', | 1685 'dns/dns_query_unittest.cc', |
1683 'dns/dns_response_unittest.cc', | 1686 'dns/dns_response_unittest.cc', |
1684 'dns/dns_session_unittest.cc', | 1687 'dns/dns_session_unittest.cc', |
1685 'dns/dns_transaction_unittest.cc', | 1688 'dns/dns_transaction_unittest.cc', |
(...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3094 'net_unittests.isolate', | 3097 'net_unittests.isolate', |
3095 ], | 3098 ], |
3096 'sources': [ | 3099 'sources': [ |
3097 'net_unittests.isolate', | 3100 'net_unittests.isolate', |
3098 ], | 3101 ], |
3099 }, | 3102 }, |
3100 ], | 3103 ], |
3101 }], | 3104 }], |
3102 ], | 3105 ], |
3103 } | 3106 } |
OLD | NEW |