summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-27 20:12:34 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-27 20:12:34 +0000
commit17a8396f14051151059e95ce14b8a3e27b7c5882 (patch)
tree01f45ab023a8115f552f81a21da3b5f6cbfd4aa0 /net/net.gyp
parent63088d3724219e46dfa72818249553bbb6781345 (diff)
downloadchromium_src-17a8396f14051151059e95ce14b8a3e27b7c5882.zip
chromium_src-17a8396f14051151059e95ce14b8a3e27b7c5882.tar.gz
chromium_src-17a8396f14051151059e95ce14b8a3e27b7c5882.tar.bz2
Disk Cache: Second pass (and final) to allow multiple instances
of BackendImpl. This cl takes care of all the histograms on the disk cache. Most of them have to be splitted in three so that we get separate data from different cache types. There are a few places where the complexity of splitting the histogram is not worth it so we just keep either all data together (if it makes sense), or just ignore data for some types of caches. note: Having multiple versions of a histogram but only one "active" for a given client is not the same as having multiple histograms working at the same time for different objects. Review URL: http://codereview.chromium.org/42682 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 9bb54d0..df06d07 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -163,6 +163,7 @@
'disk_cache/file_win.cc',
'disk_cache/hash.cc',
'disk_cache/hash.h',
+ 'disk_cache/histogram_macros.h',
'disk_cache/mapped_file.h',
'disk_cache/mapped_file_posix.cc',
'disk_cache/mapped_file_win.cc',