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

Unified Diff: content/network/BUILD.gn

Issue 2870203002: Implement chrome://view-http-cache with network service. (Closed)
Patch Set: fix memory leak Created 3 years, 7 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 | « content/common/network_service.mojom ('k') | content/network/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/network/BUILD.gn
diff --git a/content/network/BUILD.gn b/content/network/BUILD.gn
index 819d194ac41c886bece24e8cc819eef1aa56abd3..40319868e23a573962787e9bda15f6df0edb1d34 100644
--- a/content/network/BUILD.gn
+++ b/content/network/BUILD.gn
@@ -28,6 +28,8 @@ source_set("network_sources") {
]
sources = [
+ "cache_url_loader.cc",
+ "cache_url_loader.h",
"net_adapters.cc",
"net_adapters.h",
"network_context.cc",
« no previous file with comments | « content/common/network_service.mojom ('k') | content/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698