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

Unified Diff: content/test/BUILD.gn

Issue 2719023007: IndexedDB: Optimize range deletion operations (e.g. clearing a store) (Closed)
Patch Set: 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 37d556ab40b9e94364d36713d0f8b8a72ac42e13..759006c36649ff7ffb64a643a6f419e422eb6bcd 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1117,6 +1117,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",

Powered by Google App Engine
This is Rietveld 408576698