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

Unified Diff: content/test/BUILD.gn

Issue 2719023007: IndexedDB: Optimize range deletion operations (e.g. clearing a store) (Closed)
Patch Set: Review feedback: docs and refactors Created 3 years, 10 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 | « content/browser/indexed_db/leveldb/leveldb_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index e02d1a171b539eae2b7339336c24317dada1a8be..cc9b5ffbbcf441a030aebf934b0908b21062b8ba 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1119,6 +1119,7 @@ test("content_unittests") {
"../browser/indexed_db/indexed_db_quota_client_unittest.cc",
"../browser/indexed_db/indexed_db_transaction_unittest.cc",
"../browser/indexed_db/indexed_db_unittest.cc",
+ "../browser/indexed_db/leveldb/leveldb_transaction_unittest.cc",
"../browser/indexed_db/leveldb/leveldb_unittest.cc",
"../browser/indexed_db/leveldb/mock_leveldb_factory.cc",
"../browser/indexed_db/leveldb/mock_leveldb_factory.h",
« no previous file with comments | « content/browser/indexed_db/leveldb/leveldb_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698