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

Unified Diff: chrome/common/BUILD.gn

Issue 2705613003: Convert utility process zip creator IPC to mojo (Closed)
Patch Set: Better callbacking, remove unsed #include. Created 3 years, 10 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 a4819a3dca4315dfb9d85e2fb123790670283518..d896d4fbcb220ac48ed90cb3c4a9cf5e37403075 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -690,6 +690,7 @@ mojom("mojo_bindings") {
"renderer_configuration.mojom",
"resource_usage_reporter.mojom",
"shell_handler_win.mojom",
+ "zip_file_creator.mojom",
dcheng 2017/02/24 19:16:35 Can we include this in a if (is_chromeos) block?
Noel Gordon 2017/02/27 02:58:08 Done.
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698