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

Side by Side Diff: net/net.gypi

Issue 2626173003: Calculate the size of all cache entries between two points in time. (Closed)
Patch Set: revert cache_storage_cache_unittest.cc Created 3 years, 11 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
« no previous file with comments | « net/disk_cache/simple/simple_index.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'disk_cache/blockfile/sparse_control.h', 538 'disk_cache/blockfile/sparse_control.h',
539 'disk_cache/blockfile/stats.cc', 539 'disk_cache/blockfile/stats.cc',
540 'disk_cache/blockfile/stats.h', 540 'disk_cache/blockfile/stats.h',
541 'disk_cache/blockfile/storage_block-inl.h', 541 'disk_cache/blockfile/storage_block-inl.h',
542 'disk_cache/blockfile/storage_block.h', 542 'disk_cache/blockfile/storage_block.h',
543 'disk_cache/blockfile/stress_support.h', 543 'disk_cache/blockfile/stress_support.h',
544 'disk_cache/blockfile/trace.cc', 544 'disk_cache/blockfile/trace.cc',
545 'disk_cache/blockfile/trace.h', 545 'disk_cache/blockfile/trace.h',
546 'disk_cache/blockfile/webfonts_histogram.cc', 546 'disk_cache/blockfile/webfonts_histogram.cc',
547 'disk_cache/blockfile/webfonts_histogram.h', 547 'disk_cache/blockfile/webfonts_histogram.h',
548 'disk_cache/cache_creator.cc',
549 'disk_cache/cache_util.cc', 548 'disk_cache/cache_util.cc',
550 'disk_cache/cache_util.h', 549 'disk_cache/cache_util.h',
551 'disk_cache/cache_util_posix.cc', 550 'disk_cache/cache_util_posix.cc',
552 'disk_cache/cache_util_win.cc', 551 'disk_cache/cache_util_win.cc',
552 'disk_cache/disk_cache.cc',
553 'disk_cache/disk_cache.h', 553 'disk_cache/disk_cache.h',
554 'disk_cache/memory/mem_backend_impl.cc', 554 'disk_cache/memory/mem_backend_impl.cc',
555 'disk_cache/memory/mem_backend_impl.h', 555 'disk_cache/memory/mem_backend_impl.h',
556 'disk_cache/memory/mem_entry_impl.cc', 556 'disk_cache/memory/mem_entry_impl.cc',
557 'disk_cache/memory/mem_entry_impl.h', 557 'disk_cache/memory/mem_entry_impl.h',
558 'disk_cache/net_log_parameters.cc', 558 'disk_cache/net_log_parameters.cc',
559 'disk_cache/net_log_parameters.h', 559 'disk_cache/net_log_parameters.h',
560 'disk_cache/simple/simple_backend_impl.cc', 560 'disk_cache/simple/simple_backend_impl.cc',
561 'disk_cache/simple/simple_backend_impl.h', 561 'disk_cache/simple/simple_backend_impl.h',
562 'disk_cache/simple/simple_backend_version.h', 562 'disk_cache/simple/simple_backend_version.h',
(...skipping 3013 matching lines...) Expand 10 before | Expand all | Expand 10 after
3576 'tools/domain_security_preload_generator/preloaded_state_generator.h', 3576 'tools/domain_security_preload_generator/preloaded_state_generator.h',
3577 'tools/domain_security_preload_generator/spki_hash.cc', 3577 'tools/domain_security_preload_generator/spki_hash.cc',
3578 'tools/domain_security_preload_generator/spki_hash.h', 3578 'tools/domain_security_preload_generator/spki_hash.h',
3579 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', 3579 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc',
3580 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', 3580 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h',
3581 'tools/domain_security_preload_generator/trie/trie_writer.cc', 3581 'tools/domain_security_preload_generator/trie/trie_writer.cc',
3582 'tools/domain_security_preload_generator/trie/trie_writer.h', 3582 'tools/domain_security_preload_generator/trie/trie_writer.h',
3583 ], 3583 ],
3584 } 3584 }
3585 } 3585 }
OLDNEW
« no previous file with comments | « net/disk_cache/simple/simple_index.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698