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

Unified Diff: third_party/WebKit/public/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
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 8f114401d21295cd59afe4f6c3bcd1a7efb09ad5..8fcc14a132e29b8beec58747e6d457fff7577121 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -343,7 +343,6 @@ source_set("blink_headers") {
"platform/modules/indexeddb/WebIDBCallbacks.h",
"platform/modules/indexeddb/WebIDBCursor.h",
"platform/modules/indexeddb/WebIDBDatabase.h",
- "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h",
"platform/modules/indexeddb/WebIDBDatabaseError.h",
"platform/modules/indexeddb/WebIDBDatabaseException.h",
"platform/modules/indexeddb/WebIDBFactory.h",
@@ -680,6 +679,7 @@ mojom("mojo_bindings") {
# GYP version: WebKit/public/blink.gyp:new_wrapper_types_mojo_bindings
mojom("new_wrapper_types_mojo_bindings") {
sources = [
+ "platform/modules/indexeddb/indexed_db.mojom",
"platform/modules/permissions/permission.mojom",
"platform/modules/permissions/permission_status.mojom",
"platform/modules/presentation/presentation.mojom",

Powered by Google App Engine
This is Rietveld 408576698