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

Side by Side Diff: net/net.gyp

Issue 12847012: Adding disk_cache::Entry implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments, added comments. Created 7 years, 8 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
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 'conditions': [ 10 'conditions': [
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'disk_cache/simple/simple_backend_impl.cc', 384 'disk_cache/simple/simple_backend_impl.cc',
385 'disk_cache/simple/simple_backend_impl.h', 385 'disk_cache/simple/simple_backend_impl.h',
386 'disk_cache/simple/simple_disk_format.cc', 386 'disk_cache/simple/simple_disk_format.cc',
387 'disk_cache/simple/simple_disk_format.h', 387 'disk_cache/simple/simple_disk_format.h',
388 'disk_cache/simple/simple_entry_impl.cc', 388 'disk_cache/simple/simple_entry_impl.cc',
389 'disk_cache/simple/simple_entry_impl.h', 389 'disk_cache/simple/simple_entry_impl.h',
390 'disk_cache/simple/simple_index.cc', 390 'disk_cache/simple/simple_index.cc',
391 'disk_cache/simple/simple_index.h', 391 'disk_cache/simple/simple_index.h',
392 'disk_cache/simple/simple_synchronous_entry.cc', 392 'disk_cache/simple/simple_synchronous_entry.cc',
393 'disk_cache/simple/simple_synchronous_entry.h', 393 'disk_cache/simple/simple_synchronous_entry.h',
394 'disk_cache/flash/flash_entry_impl.cc',
395 'disk_cache/flash/flash_entry_impl.h',
394 'disk_cache/flash/format.h', 396 'disk_cache/flash/format.h',
397 'disk_cache/flash/internal_entry.cc',
398 'disk_cache/flash/internal_entry.h',
395 'disk_cache/flash/log_store.cc', 399 'disk_cache/flash/log_store.cc',
396 'disk_cache/flash/log_store.h', 400 'disk_cache/flash/log_store.h',
397 'disk_cache/flash/log_store_entry.cc', 401 'disk_cache/flash/log_store_entry.cc',
398 'disk_cache/flash/log_store_entry.h', 402 'disk_cache/flash/log_store_entry.h',
399 'disk_cache/flash/segment.cc', 403 'disk_cache/flash/segment.cc',
400 'disk_cache/flash/segment.h', 404 'disk_cache/flash/segment.h',
401 'disk_cache/flash/storage.cc', 405 'disk_cache/flash/storage.cc',
402 'disk_cache/flash/storage.h', 406 'disk_cache/flash/storage.h',
403 'dns/address_sorter.h', 407 'dns/address_sorter.h',
404 'dns/address_sorter_posix.cc', 408 'dns/address_sorter_posix.cc',
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 'cookies/cookie_util_unittest.cc', 1431 'cookies/cookie_util_unittest.cc',
1428 'cookies/parsed_cookie_unittest.cc', 1432 'cookies/parsed_cookie_unittest.cc',
1429 'disk_cache/addr_unittest.cc', 1433 'disk_cache/addr_unittest.cc',
1430 'disk_cache/backend_unittest.cc', 1434 'disk_cache/backend_unittest.cc',
1431 'disk_cache/bitmap_unittest.cc', 1435 'disk_cache/bitmap_unittest.cc',
1432 'disk_cache/block_files_unittest.cc', 1436 'disk_cache/block_files_unittest.cc',
1433 'disk_cache/cache_util_unittest.cc', 1437 'disk_cache/cache_util_unittest.cc',
1434 'disk_cache/entry_unittest.cc', 1438 'disk_cache/entry_unittest.cc',
1435 'disk_cache/mapped_file_unittest.cc', 1439 'disk_cache/mapped_file_unittest.cc',
1436 'disk_cache/storage_block_unittest.cc', 1440 'disk_cache/storage_block_unittest.cc',
1441 'disk_cache/flash/flash_entry_unittest.cc',
1437 'disk_cache/flash/log_store_entry_unittest.cc', 1442 'disk_cache/flash/log_store_entry_unittest.cc',
1438 'disk_cache/flash/log_store_unittest.cc', 1443 'disk_cache/flash/log_store_unittest.cc',
1439 'disk_cache/flash/segment_unittest.cc', 1444 'disk_cache/flash/segment_unittest.cc',
1440 'disk_cache/flash/storage_unittest.cc', 1445 'disk_cache/flash/storage_unittest.cc',
1441 'dns/address_sorter_posix_unittest.cc', 1446 'dns/address_sorter_posix_unittest.cc',
1442 'dns/address_sorter_unittest.cc', 1447 'dns/address_sorter_unittest.cc',
1443 'dns/dns_config_service_posix_unittest.cc', 1448 'dns/dns_config_service_posix_unittest.cc',
1444 'dns/dns_config_service_unittest.cc', 1449 'dns/dns_config_service_unittest.cc',
1445 'dns/dns_config_service_win_unittest.cc', 1450 'dns/dns_config_service_win_unittest.cc',
1446 'dns/dns_hosts_unittest.cc', 1451 'dns/dns_hosts_unittest.cc',
(...skipping 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2708 '--result', '<@(_outputs)', 2713 '--result', '<@(_outputs)',
2709 '--isolate', 'net_unittests.isolate', 2714 '--isolate', 'net_unittests.isolate',
2710 ], 2715 ],
2711 }, 2716 },
2712 ], 2717 ],
2713 }, 2718 },
2714 ], 2719 ],
2715 }], 2720 }],
2716 ], 2721 ],
2717 } 2722 }
OLDNEW
« net/disk_cache/flash/internal_entry.h ('K') | « net/disk_cache/flash/log_store_entry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698