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

Unified Diff: content/browser/indexed_db/BUILD.gn

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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 | « content/browser/DEPS ('k') | 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/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",
]
}
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/indexed_db/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698