diff options
author | rvargas <rvargas@chromium.org> | 2015-03-04 11:59:22 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-04 20:00:17 +0000 |
commit | e23fcf6558f0e96331f02a1e36bcf7699135038f (patch) | |
tree | 483d04b8e9090f65b69334c47ada745e10337f57 /net/net.gyp | |
parent | 94d1d75fa0eeb88e455e6bc38478cb78c8e6318c (diff) | |
download | chromium_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.gyp | 2 |
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, ], |