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

Unified Diff: chrome/common/BUILD.gn

Issue 2632143002: Convert utility process out-of-process file patching IPC to mojo (Closed)
Patch Set: Or move just the mojo work to the IO thread. 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 2c5b6d8cb59d2cf1ca0c083c038ef39668fa3a0c..c2864ff8e61b8224fb78cb547ccbda28a5ff3e44 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -673,6 +673,7 @@ mojom("mojo_bindings") {
sources = [
"conflicts/module_event_sink_win.mojom",
"field_trial_recorder.mojom",
+ "file_patcher.mojom",
"net_benchmarking.mojom",
"network_diagnostics.mojom",
"renderer_configuration.mojom",
@@ -682,6 +683,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