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

Unified Diff: content/common/BUILD.gn

Issue 1798113002: Switch StoragePartitionService interface to use url::Origin instead of mojo string. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android builds per Ken Created 4 years, 9 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/storage_partition_impl.cc ('k') | content/common/storage_partition_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index e5e1929fa06696a1a79e67a8816a584eb7a78265..ca23ef50f044878f5ae15ba02f3aabce496ed4ac 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -540,6 +540,9 @@ mojom("mojo_bindings") {
import_dirs = [ "//mojo/services" ]
+ typemaps = [ "//url/mojo/origin.typemap" ]
+ typemap_deps = [ "//url/mojo:url_mojom" ]
+
public_deps = [
"//components/leveldb/public/interfaces",
"//components/mus/public/interfaces",
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/common/storage_partition_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698