summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorrvargas <rvargas@chromium.org>2015-03-04 11:59:22 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-04 20:00:17 +0000
commite23fcf6558f0e96331f02a1e36bcf7699135038f (patch)
tree483d04b8e9090f65b69334c47ada745e10337f57 /net/net.gyp
parent94d1d75fa0eeb88e455e6bc38478cb78c8e6318c (diff)
downloadchromium_src-e23fcf6558f0e96331f02a1e36bcf7699135038f.zip
chromium_src-e23fcf6558f0e96331f02a1e36bcf7699135038f.tar.gz
chromium_src-e23fcf6558f0e96331f02a1e36bcf7699135038f.tar.bz2
Move stress_cache to the tools directory
BUG=none NOPRESUBMIT=true Review URL: https://codereview.chromium.org/963163004 Cr-Commit-Position: refs/heads/master@{#319109}
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 569147c..2677239 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1470,7 +1470,7 @@
'net_test_support',
],
'sources': [
- 'disk_cache/blockfile/stress_cache.cc',
+ 'tools/stress_cache/stress_cache.cc',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],