Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index fd27722664395bf6b120aad51f7d6599569bb7c3..1ecfa2f4bd04b598a610a7565aa3a4ee6d8fcd2c 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -953,7 +953,7 @@ if (!is_ios && !is_android) { |
executable("stress_cache") { |
testonly = true |
sources = [ |
- "disk_cache/blockfile/stress_cache.cc", |
+ "tools/stress_cache/stress_cache.cc", |
] |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |