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

Unified Diff: content/browser/BUILD.gn

Issue 2320213004: Port IndexedDB open() and database callbacks to Mojo. (Closed)
Patch Set: Make DatabaseClient an associated interface. Created 4 years, 3 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 | « no previous file | content/browser/indexed_db/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 61b0c022a01fcd6ef8d87d5bff16401cc891f0c5..2dcc2238170ca909800c74b70c9e7e57a7644b99 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -635,6 +635,8 @@ source_set("browser") {
"host_zoom_level_context.h",
"host_zoom_map_impl.cc",
"host_zoom_map_impl.h",
+ "indexed_db/database_factory_impl.cc",
+ "indexed_db/database_factory_impl.h",
"indexed_db/indexed_db.h",
"indexed_db/indexed_db_active_blob_registry.cc",
"indexed_db/indexed_db_active_blob_registry.h",
@@ -657,8 +659,6 @@ source_set("browser") {
"indexed_db/indexed_db_database.h",
"indexed_db/indexed_db_database_callbacks.cc",
"indexed_db/indexed_db_database_callbacks.h",
- "indexed_db/indexed_db_database_error.cc",
- "indexed_db/indexed_db_database_error.h",
"indexed_db/indexed_db_dispatcher_host.cc",
"indexed_db/indexed_db_dispatcher_host.h",
"indexed_db/indexed_db_factory.h",
« no previous file with comments | « no previous file | content/browser/indexed_db/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698