Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: net/net.gyp

Issue 17816008: Disk cache: Introduce BlockBitmaps for V3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/disk_cache/v3/block_bitmaps_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'disk_cache/flash/internal_entry.cc', 414 'disk_cache/flash/internal_entry.cc',
415 'disk_cache/flash/internal_entry.h', 415 'disk_cache/flash/internal_entry.h',
416 'disk_cache/flash/log_store.cc', 416 'disk_cache/flash/log_store.cc',
417 'disk_cache/flash/log_store.h', 417 'disk_cache/flash/log_store.h',
418 'disk_cache/flash/log_store_entry.cc', 418 'disk_cache/flash/log_store_entry.cc',
419 'disk_cache/flash/log_store_entry.h', 419 'disk_cache/flash/log_store_entry.h',
420 'disk_cache/flash/segment.cc', 420 'disk_cache/flash/segment.cc',
421 'disk_cache/flash/segment.h', 421 'disk_cache/flash/segment.h',
422 'disk_cache/flash/storage.cc', 422 'disk_cache/flash/storage.cc',
423 'disk_cache/flash/storage.h', 423 'disk_cache/flash/storage.h',
424 'disk_cache/v3/block_bitmaps.cc',
425 'disk_cache/v3/block_bitmaps.h',
424 'disk_cache/v3/disk_format_v3.h', 426 'disk_cache/v3/disk_format_v3.h',
425 'dns/address_sorter.h', 427 'dns/address_sorter.h',
426 'dns/address_sorter_posix.cc', 428 'dns/address_sorter_posix.cc',
427 'dns/address_sorter_posix.h', 429 'dns/address_sorter_posix.h',
428 'dns/address_sorter_win.cc', 430 'dns/address_sorter_win.cc',
429 'dns/dns_client.cc', 431 'dns/dns_client.cc',
430 'dns/dns_client.h', 432 'dns/dns_client.h',
431 'dns/dns_config_service.cc', 433 'dns/dns_config_service.cc',
432 'dns/dns_config_service.h', 434 'dns/dns_config_service.h',
433 'dns/dns_config_service_posix.cc', 435 'dns/dns_config_service_posix.cc',
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 'disk_cache/simple/simple_index_file_unittest.cc', 1576 'disk_cache/simple/simple_index_file_unittest.cc',
1575 'disk_cache/simple/simple_index_unittest.cc', 1577 'disk_cache/simple/simple_index_unittest.cc',
1576 'disk_cache/simple/simple_test_util.h', 1578 'disk_cache/simple/simple_test_util.h',
1577 'disk_cache/simple/simple_test_util.cc', 1579 'disk_cache/simple/simple_test_util.cc',
1578 'disk_cache/simple/simple_util_unittest.cc', 1580 'disk_cache/simple/simple_util_unittest.cc',
1579 'disk_cache/storage_block_unittest.cc', 1581 'disk_cache/storage_block_unittest.cc',
1580 'disk_cache/flash/log_store_entry_unittest.cc', 1582 'disk_cache/flash/log_store_entry_unittest.cc',
1581 'disk_cache/flash/log_store_unittest.cc', 1583 'disk_cache/flash/log_store_unittest.cc',
1582 'disk_cache/flash/segment_unittest.cc', 1584 'disk_cache/flash/segment_unittest.cc',
1583 'disk_cache/flash/storage_unittest.cc', 1585 'disk_cache/flash/storage_unittest.cc',
1586 'disk_cache/v3/block_bitmaps_unittest.cc',
1584 'dns/address_sorter_posix_unittest.cc', 1587 'dns/address_sorter_posix_unittest.cc',
1585 'dns/address_sorter_unittest.cc', 1588 'dns/address_sorter_unittest.cc',
1586 'dns/dns_config_service_posix_unittest.cc', 1589 'dns/dns_config_service_posix_unittest.cc',
1587 'dns/dns_config_service_unittest.cc', 1590 'dns/dns_config_service_unittest.cc',
1588 'dns/dns_config_service_win_unittest.cc', 1591 'dns/dns_config_service_win_unittest.cc',
1589 'dns/dns_hosts_unittest.cc', 1592 'dns/dns_hosts_unittest.cc',
1590 'dns/dns_query_unittest.cc', 1593 'dns/dns_query_unittest.cc',
1591 'dns/dns_response_unittest.cc', 1594 'dns/dns_response_unittest.cc',
1592 'dns/dns_session_unittest.cc', 1595 'dns/dns_session_unittest.cc',
1593 'dns/dns_transaction_unittest.cc', 1596 'dns/dns_transaction_unittest.cc',
(...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after
2956 'net_unittests.isolate', 2959 'net_unittests.isolate',
2957 ], 2960 ],
2958 'sources': [ 2961 'sources': [
2959 'net_unittests.isolate', 2962 'net_unittests.isolate',
2960 ], 2963 ],
2961 }, 2964 },
2962 ], 2965 ],
2963 }], 2966 }],
2964 ], 2967 ],
2965 } 2968 }
OLDNEW
« no previous file with comments | « net/disk_cache/v3/block_bitmaps_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698