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

Unified Diff: components/safe_json/public/interfaces/mojo.typemap

Issue 1861573002: Convert the utility process JSON parser into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename build rule Created 4 years, 8 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
Index: components/safe_json/public/interfaces/mojo.typemap
diff --git a/url/mojo/gurl.typemap b/components/safe_json/public/interfaces/mojo.typemap
similarity index 66%
copy from url/mojo/gurl.typemap
copy to components/safe_json/public/interfaces/mojo.typemap
index ddd755b6162abcb91dc7cf447d9953c0f0a4d769..d67802a6d759a40831cc6f37521ec9fd013705c4 100644
--- a/url/mojo/gurl.typemap
+++ b/components/safe_json/public/interfaces/mojo.typemap
@@ -4,13 +4,13 @@
{
"c++": {
- "url.mojom.Url": {
- "typename": "GURL",
+ "safe_json.mojom.ListValue": {
+ "typename": "base::ListValue",
"public_headers": [
- "url/gurl.h"
+ "base/values.h"
],
"traits_headers": [
- "url/mojo/url_gurl_struct_traits.h"
+ "ipc/ipc_message_utils.h"
]
}
}

Powered by Google App Engine
This is Rietveld 408576698