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

Unified Diff: content/browser/BUILD.gn

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: BrowserThread::PostDelayedTask(IO, ...) --> base::ThreadTaskRunnerHandle::Get()->Post* 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 58a91d96247d7d784529cee7e1aa2b21f3b63584..325b05645d0ee7c1a34ac317cd572e5eea3f0564 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -393,11 +393,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_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698