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

Unified Diff: content/test/BUILD.gn

Issue 2449953008: Port messages sent by WebIDBDatabaseImpl to Mojo. (Closed)
Patch Set: Address cmumford@ and jsbell@'s comments. Created 4 years, 1 month 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 511e8c29ccd9319a02092788d964da29f5303e2b..d972fdfa6097d1bd08c659447e8855a053a2ac7c 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1232,10 +1232,10 @@ test("content_unittests") {
"../child/dwrite_font_proxy/font_fallback_win_unittest.cc",
"../child/fileapi/webfilewriter_base_unittest.cc",
"../child/font_warmup_win_unittest.cc",
- "../child/indexed_db/indexed_db_dispatcher_unittest.cc",
"../child/indexed_db/mock_webidbcallbacks.cc",
"../child/indexed_db/mock_webidbcallbacks.h",
"../child/indexed_db/webidbcursor_impl_unittest.cc",
+ "../child/indexed_db/webidbdatabase_impl_unittest.cc",
"../child/memory/child_memory_coordinator_impl_unittest.cc",
"../child/notifications/notification_data_conversions_unittest.cc",
"../child/power_monitor_broadcast_source_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698