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

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: Implemented Init. 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 'use_simple_cache_backend%': 0, 10 'use_simple_cache_backend%': 0,
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'disk_cache/stress_support.h', 381 'disk_cache/stress_support.h',
382 'disk_cache/trace.cc', 382 'disk_cache/trace.cc',
383 'disk_cache/trace.h', 383 'disk_cache/trace.h',
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.h', 386 'disk_cache/simple/simple_disk_format.h',
387 'disk_cache/simple/simple_entry_impl.cc', 387 'disk_cache/simple/simple_entry_impl.cc',
388 'disk_cache/simple/simple_entry_impl.h', 388 'disk_cache/simple/simple_entry_impl.h',
389 'disk_cache/simple/simple_synchronous_entry.cc', 389 'disk_cache/simple/simple_synchronous_entry.cc',
390 'disk_cache/simple/simple_synchronous_entry.h', 390 'disk_cache/simple/simple_synchronous_entry.h',
391 'disk_cache/flash/flash_entry_impl.cc',
392 'disk_cache/flash/flash_entry_impl.h',
391 'disk_cache/flash/format.h', 393 'disk_cache/flash/format.h',
394 'disk_cache/flash/internal_entry.cc',
395 'disk_cache/flash/internal_entry.h',
392 'disk_cache/flash/log_store.cc', 396 'disk_cache/flash/log_store.cc',
393 'disk_cache/flash/log_store.h', 397 'disk_cache/flash/log_store.h',
394 'disk_cache/flash/log_store_entry.cc', 398 'disk_cache/flash/log_store_entry.cc',
395 'disk_cache/flash/log_store_entry.h', 399 'disk_cache/flash/log_store_entry.h',
396 'disk_cache/flash/segment.cc', 400 'disk_cache/flash/segment.cc',
397 'disk_cache/flash/segment.h', 401 'disk_cache/flash/segment.h',
398 'disk_cache/flash/storage.cc', 402 'disk_cache/flash/storage.cc',
399 'disk_cache/flash/storage.h', 403 'disk_cache/flash/storage.h',
400 'dns/address_sorter.h', 404 'dns/address_sorter.h',
401 'dns/address_sorter_posix.cc', 405 'dns/address_sorter_posix.cc',
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 'cookies/cookie_util_unittest.cc', 1433 'cookies/cookie_util_unittest.cc',
1430 'cookies/parsed_cookie_unittest.cc', 1434 'cookies/parsed_cookie_unittest.cc',
1431 'disk_cache/addr_unittest.cc', 1435 'disk_cache/addr_unittest.cc',
1432 'disk_cache/backend_unittest.cc', 1436 'disk_cache/backend_unittest.cc',
1433 'disk_cache/bitmap_unittest.cc', 1437 'disk_cache/bitmap_unittest.cc',
1434 'disk_cache/block_files_unittest.cc', 1438 'disk_cache/block_files_unittest.cc',
1435 'disk_cache/cache_util_unittest.cc', 1439 'disk_cache/cache_util_unittest.cc',
1436 'disk_cache/entry_unittest.cc', 1440 'disk_cache/entry_unittest.cc',
1437 'disk_cache/mapped_file_unittest.cc', 1441 'disk_cache/mapped_file_unittest.cc',
1438 'disk_cache/storage_block_unittest.cc', 1442 'disk_cache/storage_block_unittest.cc',
1443 'disk_cache/flash/flash_entry_unittest.cc',
1439 'disk_cache/flash/log_store_entry_unittest.cc', 1444 'disk_cache/flash/log_store_entry_unittest.cc',
1440 'disk_cache/flash/log_store_unittest.cc', 1445 'disk_cache/flash/log_store_unittest.cc',
1441 'disk_cache/flash/segment_unittest.cc', 1446 'disk_cache/flash/segment_unittest.cc',
1442 'disk_cache/flash/storage_unittest.cc', 1447 'disk_cache/flash/storage_unittest.cc',
1443 'dns/address_sorter_posix_unittest.cc', 1448 'dns/address_sorter_posix_unittest.cc',
1444 'dns/address_sorter_unittest.cc', 1449 'dns/address_sorter_unittest.cc',
1445 'dns/dns_config_service_posix_unittest.cc', 1450 'dns/dns_config_service_posix_unittest.cc',
1446 'dns/dns_config_service_unittest.cc', 1451 'dns/dns_config_service_unittest.cc',
1447 'dns/dns_config_service_win_unittest.cc', 1452 'dns/dns_config_service_win_unittest.cc',
1448 'dns/dns_hosts_unittest.cc', 1453 'dns/dns_hosts_unittest.cc',
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 '--result', '<@(_outputs)', 2603 '--result', '<@(_outputs)',
2599 '--isolate', 'net_unittests.isolate', 2604 '--isolate', 'net_unittests.isolate',
2600 ], 2605 ],
2601 }, 2606 },
2602 ], 2607 ],
2603 }, 2608 },
2604 ], 2609 ],
2605 }], 2610 }],
2606 ], 2611 ],
2607 } 2612 }
OLDNEW
« net/disk_cache/flash/flash_entry_impl.cc ('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