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

Unified Diff: content/browser/BUILD.gn

Issue 2760163002: [IndexedDB] Pool and evict leveldb iterators, to save memory (Closed)
Patch Set: comments Created 3 years, 9 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 | « no previous file | content/browser/indexed_db/indexed_db_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d1982fd4984757672c164c8c59a6d2c3bfc8ce6b..f66bdb294b6bb85a45f11ac279937c7e545bad00 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -776,6 +776,7 @@ source_set("browser") {
"indexed_db/leveldb/leveldb_env.cc",
"indexed_db/leveldb/leveldb_env.h",
"indexed_db/leveldb/leveldb_factory.h",
+ "indexed_db/leveldb/leveldb_iterator.cc",
"indexed_db/leveldb/leveldb_iterator.h",
"indexed_db/leveldb/leveldb_iterator_impl.cc",
"indexed_db/leveldb/leveldb_iterator_impl.h",
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698