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

Unified Diff: components/safe_json/public/interfaces/BUILD.gn

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/BUILD.gn
diff --git a/mash/shelf/public/interfaces/BUILD.gn b/components/safe_json/public/interfaces/BUILD.gn
similarity index 75%
copy from mash/shelf/public/interfaces/BUILD.gn
copy to components/safe_json/public/interfaces/BUILD.gn
index 3b732826c549f576ab5ef0a78109bd23736bdc91..a7dd75c7eba14f66b6148d56ebf3e9e08c763c45 100644
--- a/mash/shelf/public/interfaces/BUILD.gn
+++ b/components/safe_json/public/interfaces/BUILD.gn
@@ -6,10 +6,9 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "shelf.mojom",
+ "safe_json.mojom",
]
- deps = [
- "//skia/public/interfaces",
- ]
+ typemaps = [ "mojo.typemap" ]
+ typemap_deps = [ "//ipc" ]
}

Powered by Google App Engine
This is Rietveld 408576698