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

Unified Diff: content/browser/BUILD.gn

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: Posting index write to the IO thread. Created 4 years 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 97996b9e90da59cfc34434e27aaf3b2800f96690..4ed712d76723d08906b12720cd6a2ce60f1ff46c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -392,11 +392,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