Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: net/BUILD.gn

Issue 963163004: Move stress_cache to the tools directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/disk_cache/blockfile/stress_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | net/disk_cache/blockfile/stress_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698