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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 'disk_cache/flash/log_store.h', | 434 'disk_cache/flash/log_store.h', |
435 'disk_cache/flash/log_store_entry.cc', | 435 'disk_cache/flash/log_store_entry.cc', |
436 'disk_cache/flash/log_store_entry.h', | 436 'disk_cache/flash/log_store_entry.h', |
437 'disk_cache/flash/segment.cc', | 437 'disk_cache/flash/segment.cc', |
438 'disk_cache/flash/segment.h', | 438 'disk_cache/flash/segment.h', |
439 'disk_cache/flash/storage.cc', | 439 'disk_cache/flash/storage.cc', |
440 'disk_cache/flash/storage.h', | 440 'disk_cache/flash/storage.h', |
441 'disk_cache/v3/block_bitmaps.cc', | 441 'disk_cache/v3/block_bitmaps.cc', |
442 'disk_cache/v3/block_bitmaps.h', | 442 'disk_cache/v3/block_bitmaps.h', |
443 'disk_cache/v3/disk_format_v3.h', | 443 'disk_cache/v3/disk_format_v3.h', |
| 444 'disk_cache/v3/index_table.cc', |
| 445 'disk_cache/v3/index_table.h', |
444 'dns/address_sorter.h', | 446 'dns/address_sorter.h', |
445 'dns/address_sorter_posix.cc', | 447 'dns/address_sorter_posix.cc', |
446 'dns/address_sorter_posix.h', | 448 'dns/address_sorter_posix.h', |
447 'dns/address_sorter_win.cc', | 449 'dns/address_sorter_win.cc', |
448 'dns/dns_client.cc', | 450 'dns/dns_client.cc', |
449 'dns/dns_client.h', | 451 'dns/dns_client.h', |
450 'dns/dns_config_service.cc', | 452 'dns/dns_config_service.cc', |
451 'dns/dns_config_service.h', | 453 'dns/dns_config_service.h', |
452 'dns/dns_config_service_posix.cc', | 454 'dns/dns_config_service_posix.cc', |
453 'dns/dns_config_service_posix.h', | 455 'dns/dns_config_service_posix.h', |
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1620 'disk_cache/simple/simple_test_util.h', | 1622 'disk_cache/simple/simple_test_util.h', |
1621 'disk_cache/simple/simple_test_util.cc', | 1623 'disk_cache/simple/simple_test_util.cc', |
1622 'disk_cache/simple/simple_util_unittest.cc', | 1624 'disk_cache/simple/simple_util_unittest.cc', |
1623 'disk_cache/simple/simple_version_upgrade_unittest.cc', | 1625 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
1624 'disk_cache/storage_block_unittest.cc', | 1626 'disk_cache/storage_block_unittest.cc', |
1625 'disk_cache/flash/log_store_entry_unittest.cc', | 1627 'disk_cache/flash/log_store_entry_unittest.cc', |
1626 'disk_cache/flash/log_store_unittest.cc', | 1628 'disk_cache/flash/log_store_unittest.cc', |
1627 'disk_cache/flash/segment_unittest.cc', | 1629 'disk_cache/flash/segment_unittest.cc', |
1628 'disk_cache/flash/storage_unittest.cc', | 1630 'disk_cache/flash/storage_unittest.cc', |
1629 'disk_cache/v3/block_bitmaps_unittest.cc', | 1631 'disk_cache/v3/block_bitmaps_unittest.cc', |
| 1632 'disk_cache/v3/index_table_unittest.cc', |
1630 'dns/address_sorter_posix_unittest.cc', | 1633 'dns/address_sorter_posix_unittest.cc', |
1631 'dns/address_sorter_unittest.cc', | 1634 'dns/address_sorter_unittest.cc', |
1632 'dns/dns_config_service_posix_unittest.cc', | 1635 'dns/dns_config_service_posix_unittest.cc', |
1633 'dns/dns_config_service_unittest.cc', | 1636 'dns/dns_config_service_unittest.cc', |
1634 'dns/dns_config_service_win_unittest.cc', | 1637 'dns/dns_config_service_win_unittest.cc', |
1635 'dns/dns_hosts_unittest.cc', | 1638 'dns/dns_hosts_unittest.cc', |
1636 'dns/dns_query_unittest.cc', | 1639 'dns/dns_query_unittest.cc', |
1637 'dns/dns_response_unittest.cc', | 1640 'dns/dns_response_unittest.cc', |
1638 'dns/dns_session_unittest.cc', | 1641 'dns/dns_session_unittest.cc', |
1639 'dns/dns_transaction_unittest.cc', | 1642 'dns/dns_transaction_unittest.cc', |
(...skipping 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3055 'net_unittests.isolate', | 3058 'net_unittests.isolate', |
3056 ], | 3059 ], |
3057 'sources': [ | 3060 'sources': [ |
3058 'net_unittests.isolate', | 3061 'net_unittests.isolate', |
3059 ], | 3062 ], |
3060 }, | 3063 }, |
3061 ], | 3064 ], |
3062 }], | 3065 }], |
3063 ], | 3066 ], |
3064 } | 3067 } |
OLD | NEW |