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

Unified Diff: content/test/BUILD.gn

Issue 2784003002: [IndexedDB] Mojo testing harness. (Closed)
Patch Set: comments, removed thread flushing Created 3 years, 7 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 1c6e10095758350e77270f19048ecd260df0a9a7..6c0411735d9e2a3b2fc22e8b245f6ed476a04d77 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1124,6 +1124,7 @@ test("content_unittests") {
"../browser/indexed_db/indexed_db_backing_store_unittest.cc",
"../browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc",
"../browser/indexed_db/indexed_db_database_unittest.cc",
+ "../browser/indexed_db/indexed_db_dispatcher_host_unittest.cc",
"../browser/indexed_db/indexed_db_factory_unittest.cc",
"../browser/indexed_db/indexed_db_fake_backing_store.cc",
"../browser/indexed_db/indexed_db_fake_backing_store.h",
@@ -1142,6 +1143,10 @@ test("content_unittests") {
"../browser/indexed_db/mock_indexed_db_database_callbacks.h",
"../browser/indexed_db/mock_indexed_db_factory.cc",
"../browser/indexed_db/mock_indexed_db_factory.h",
+ "../browser/indexed_db/mock_mojo_indexed_db_callbacks.cc",
+ "../browser/indexed_db/mock_mojo_indexed_db_callbacks.h",
+ "../browser/indexed_db/mock_mojo_indexed_db_database_callbacks.cc",
+ "../browser/indexed_db/mock_mojo_indexed_db_database_callbacks.h",
"../browser/leveldb_wrapper_impl_unittest.cc",
"../browser/loader/async_resource_handler_unittest.cc",
"../browser/loader/detachable_resource_handler_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698