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

Unified Diff: chrome/common/BUILD.gn

Issue 2566053002: Convert utility process out-of-process file patching to mojo (Closed)
Patch Set: Address review comments. Created 4 years 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 05d7ef9ee3976f8505c440324e3b9866eb12533a..039143033d059959b166d8157fc1c820ee4ee148 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -677,6 +677,7 @@ mojom("mojo_bindings") {
"conflicts/module_database_win.mojom",
"conflicts/module_event_win.mojom",
"field_trial_recorder.mojom",
+ "file_patcher.mojom",
"net_benchmarking.mojom",
"network_diagnostics.mojom",
"renderer_configuration.mojom",
@@ -685,6 +686,7 @@ mojom("mojo_bindings") {
]
public_deps = [
+ "//mojo/common:common_custom_types",
"//url/mojo:url_mojom_gurl",
]
}

Powered by Google App Engine
This is Rietveld 408576698