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

Unified Diff: chrome/common/BUILD.gn

Issue 2632143002: Convert utility process out-of-process file patching IPC to mojo (Closed)
Patch Set: Reupload to sync to tip. Try landing again. Created 3 years, 11 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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 7c1362ccab436c8f95ad045610c598143b13fdc1..4bea97e13e9100b25a162a1fcc8bf75422ac28ab 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -675,6 +675,7 @@ mojom("mojo_bindings") {
sources = [
"conflicts/module_event_sink_win.mojom",
"field_trial_recorder.mojom",
+ "file_patcher.mojom",
"net_benchmarking.mojom",
"network_diagnostics.mojom",
"prerender.mojom",
@@ -685,6 +686,7 @@ mojom("mojo_bindings") {
public_deps = [
"//components/content_settings/core/common:mojo_bindings",
+ "//mojo/common:common_custom_types",
"//url/mojo:url_mojom_gurl",
]
}

Powered by Google App Engine
This is Rietveld 408576698