| 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",
|
|
|