Commit e23fcf65 authored by rvargas's avatar rvargas Committed by Commit bot

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}
parent 94d1d75f
...@@ -956,7 +956,7 @@ if (!is_ios && !is_android) { ...@@ -956,7 +956,7 @@ if (!is_ios && !is_android) {
executable("stress_cache") { executable("stress_cache") {
testonly = true testonly = true
sources = [ sources = [
"disk_cache/blockfile/stress_cache.cc", "tools/stress_cache/stress_cache.cc",
] ]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
......
...@@ -1470,7 +1470,7 @@ ...@@ -1470,7 +1470,7 @@
'net_test_support', 'net_test_support',
], ],
'sources': [ 'sources': [
'disk_cache/blockfile/stress_cache.cc', 'tools/stress_cache/stress_cache.cc',
], ],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ], 'msvs_disabled_warnings': [4267, ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment