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