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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'disk_cache/flash/log_store.h', | 426 'disk_cache/flash/log_store.h', |
427 'disk_cache/flash/log_store_entry.cc', | 427 'disk_cache/flash/log_store_entry.cc', |
428 'disk_cache/flash/log_store_entry.h', | 428 'disk_cache/flash/log_store_entry.h', |
429 'disk_cache/flash/segment.cc', | 429 'disk_cache/flash/segment.cc', |
430 'disk_cache/flash/segment.h', | 430 'disk_cache/flash/segment.h', |
431 'disk_cache/flash/storage.cc', | 431 'disk_cache/flash/storage.cc', |
432 'disk_cache/flash/storage.h', | 432 'disk_cache/flash/storage.h', |
433 'disk_cache/v3/block_bitmaps.cc', | 433 'disk_cache/v3/block_bitmaps.cc', |
434 'disk_cache/v3/block_bitmaps.h', | 434 'disk_cache/v3/block_bitmaps.h', |
435 'disk_cache/v3/disk_format_v3.h', | 435 'disk_cache/v3/disk_format_v3.h', |
| 436 'disk_cache/v3/index_table.cc', |
| 437 'disk_cache/v3/index_table.h', |
436 'dns/address_sorter.h', | 438 'dns/address_sorter.h', |
437 'dns/address_sorter_posix.cc', | 439 'dns/address_sorter_posix.cc', |
438 'dns/address_sorter_posix.h', | 440 'dns/address_sorter_posix.h', |
439 'dns/address_sorter_win.cc', | 441 'dns/address_sorter_win.cc', |
440 'dns/dns_client.cc', | 442 'dns/dns_client.cc', |
441 'dns/dns_client.h', | 443 'dns/dns_client.h', |
442 'dns/dns_config_service.cc', | 444 'dns/dns_config_service.cc', |
443 'dns/dns_config_service.h', | 445 'dns/dns_config_service.h', |
444 'dns/dns_config_service_posix.cc', | 446 'dns/dns_config_service_posix.cc', |
445 'dns/dns_config_service_posix.h', | 447 'dns/dns_config_service_posix.h', |
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1599 'disk_cache/simple/simple_test_util.h', | 1601 'disk_cache/simple/simple_test_util.h', |
1600 'disk_cache/simple/simple_test_util.cc', | 1602 'disk_cache/simple/simple_test_util.cc', |
1601 'disk_cache/simple/simple_util_unittest.cc', | 1603 'disk_cache/simple/simple_util_unittest.cc', |
1602 'disk_cache/simple/simple_version_upgrade_unittest.cc', | 1604 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
1603 'disk_cache/storage_block_unittest.cc', | 1605 'disk_cache/storage_block_unittest.cc', |
1604 'disk_cache/flash/log_store_entry_unittest.cc', | 1606 'disk_cache/flash/log_store_entry_unittest.cc', |
1605 'disk_cache/flash/log_store_unittest.cc', | 1607 'disk_cache/flash/log_store_unittest.cc', |
1606 'disk_cache/flash/segment_unittest.cc', | 1608 'disk_cache/flash/segment_unittest.cc', |
1607 'disk_cache/flash/storage_unittest.cc', | 1609 'disk_cache/flash/storage_unittest.cc', |
1608 'disk_cache/v3/block_bitmaps_unittest.cc', | 1610 'disk_cache/v3/block_bitmaps_unittest.cc', |
| 1611 'disk_cache/v3/index_table_unittest.cc', |
1609 'dns/address_sorter_posix_unittest.cc', | 1612 'dns/address_sorter_posix_unittest.cc', |
1610 'dns/address_sorter_unittest.cc', | 1613 'dns/address_sorter_unittest.cc', |
1611 'dns/dns_config_service_posix_unittest.cc', | 1614 'dns/dns_config_service_posix_unittest.cc', |
1612 'dns/dns_config_service_unittest.cc', | 1615 'dns/dns_config_service_unittest.cc', |
1613 'dns/dns_config_service_win_unittest.cc', | 1616 'dns/dns_config_service_win_unittest.cc', |
1614 'dns/dns_hosts_unittest.cc', | 1617 'dns/dns_hosts_unittest.cc', |
1615 'dns/dns_query_unittest.cc', | 1618 'dns/dns_query_unittest.cc', |
1616 'dns/dns_response_unittest.cc', | 1619 'dns/dns_response_unittest.cc', |
1617 'dns/dns_session_unittest.cc', | 1620 'dns/dns_session_unittest.cc', |
1618 'dns/dns_transaction_unittest.cc', | 1621 'dns/dns_transaction_unittest.cc', |
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3015 'net_unittests.isolate', | 3018 'net_unittests.isolate', |
3016 ], | 3019 ], |
3017 'sources': [ | 3020 'sources': [ |
3018 'net_unittests.isolate', | 3021 'net_unittests.isolate', |
3019 ], | 3022 ], |
3020 }, | 3023 }, |
3021 ], | 3024 ], |
3022 }], | 3025 }], |
3023 ], | 3026 ], |
3024 } | 3027 } |
OLD | NEW |