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

Unified Diff: content/browser/BUILD.gn

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: Moved CacheStorageIndex + many misc fixes. Created 4 years, 1 month 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a18b79c76e0b3e63e2a19a09fdd206b70a127f86..52385042c9c9812aa8639a19ac608a0f57c668a3 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -361,11 +361,14 @@ source_set("browser") {
"cache_storage/cache_storage_cache.h",
"cache_storage/cache_storage_cache_handle.cc",
"cache_storage/cache_storage_cache_handle.h",
+ "cache_storage/cache_storage_cache_observer.h",
"cache_storage/cache_storage_context_impl.cc",
"cache_storage/cache_storage_context_impl.h",
"cache_storage/cache_storage_dispatcher_host.cc",
"cache_storage/cache_storage_dispatcher_host.h",
"cache_storage/cache_storage_histogram_macros.h",
+ "cache_storage/cache_storage_index.cc",
+ "cache_storage/cache_storage_index.h",
"cache_storage/cache_storage_manager.cc",
"cache_storage/cache_storage_manager.h",
"cache_storage/cache_storage_operation.cc",
« no previous file with comments | « no previous file | content/browser/cache_storage/cache_storage.h » ('j') | content/browser/cache_storage/cache_storage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698