| Index: content/browser/indexed_db/BUILD.gn
|
| diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/content/browser/indexed_db/BUILD.gn
|
| similarity index 55%
|
| copy from components/password_manager/content/public/interfaces/BUILD.gn
|
| copy to content/browser/indexed_db/BUILD.gn
|
| index 66d988d3475448aaaad514cbbdcb98ac58721023..738018a65bd652fe71518ed1a6c65852aa4b74c2 100644
|
| --- a/components/password_manager/content/public/interfaces/BUILD.gn
|
| +++ b/content/browser/indexed_db/BUILD.gn
|
| @@ -3,14 +3,18 @@
|
| # found in the LICENSE file.
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
| +import("//services/shell/public/service_manifest.gni")
|
|
|
| -mojom("interfaces") {
|
| +service_manifest("manifest") {
|
| + name = "indexed_db"
|
| + source = "manifest.json"
|
| +}
|
| +
|
| +mojom("indexed_db_mojom") {
|
| sources = [
|
| - "credential_manager.mojom",
|
| + "//third_party/WebKit/Source/modules/indexeddb/indexed_db.mojom",
|
| ]
|
| -
|
| public_deps = [
|
| - "//url/mojo:url_mojom_gurl",
|
| "//url/mojo:url_mojom_origin",
|
| ]
|
| }
|
|
|