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

Unified Diff: content/browser/BUILD.gn

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: Scheduling index writes + lots of other 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 02380e6420a34bdb8fc2730592954882efafdfa1..0b9363722dee5011a087749e8ca0f334845e039f 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -370,11 +370,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/README.md » ('j') | content/browser/cache_storage/cache_storage.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698