diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 21:34:34 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 21:34:34 +0000 |
commit | 08012649ae6d239e622e5341b736f9b96c76b26c (patch) | |
tree | d74947a78111e12a0f5014032043ae727965d702 /net/net.gyp | |
parent | 8910201188d6ff261f82cc029c5e97db13f96db7 (diff) | |
download | chromium_src-08012649ae6d239e622e5341b736f9b96c76b26c.zip chromium_src-08012649ae6d239e622e5341b736f9b96c76b26c.tar.gz chromium_src-08012649ae6d239e622e5341b736f9b96c76b26c.tar.bz2 |
Disk cache: Add stress_support.h to net.gyp
This was missing from r106538
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8437011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 98446ce..c9c292d 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -308,6 +308,7 @@ 'disk_cache/stats_histogram.h', 'disk_cache/storage_block-inl.h', 'disk_cache/storage_block.h', + 'disk_cache/stress_support.h', 'disk_cache/trace.cc', 'disk_cache/trace.h', 'dns/async_host_resolver.cc', |