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

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

Issue 1948303002: Re-land: Convert the utility process JSON parser into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « components/safe_json/DEPS ('k') | components/safe_json/public/interfaces/safe_json.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json/public/interfaces/BUILD.gn
diff --git a/services/catalog/public/interfaces/BUILD.gn b/components/safe_json/public/interfaces/BUILD.gn
similarity index 91%
copy from services/catalog/public/interfaces/BUILD.gn
copy to components/safe_json/public/interfaces/BUILD.gn
index 77a6aaf1308f91c071606fe80b4f205e6a59fc00..6e8b6de5e09c64b35e89915bd1b5e09a8bd5b326 100644
--- a/services/catalog/public/interfaces/BUILD.gn
+++ b/components/safe_json/public/interfaces/BUILD.gn
@@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "catalog.mojom",
+ "safe_json.mojom",
]
}
« no previous file with comments | « components/safe_json/DEPS ('k') | components/safe_json/public/interfaces/safe_json.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698