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

Unified Diff: content/child/BUILD.gn

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Address last nits and fix leaks in unit tests. Created 4 years, 2 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/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index b1397c6d67c8e2dbbc5235c6576c3431209a6120..2102ac612f51a09426bb6db314caa6aacb906f96 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -101,6 +101,10 @@ target(link_target_type, "child") {
"ftp_directory_listing_response_delegate.h",
"image_decoder.cc",
"image_decoder.h",
+ "indexed_db/indexed_db_callbacks_impl.cc",
+ "indexed_db/indexed_db_callbacks_impl.h",
+ "indexed_db/indexed_db_database_callbacks_impl.cc",
+ "indexed_db/indexed_db_database_callbacks_impl.h",
"indexed_db/indexed_db_dispatcher.cc",
"indexed_db/indexed_db_dispatcher.h",
"indexed_db/indexed_db_key_builders.cc",
« no previous file with comments | « content/browser/indexed_db/mock_indexed_db_database_callbacks.cc ('k') | content/child/indexed_db/indexed_db_callbacks_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698