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

Unified Diff: chrome/common/BUILD.gn

Issue 2705613003: Convert utility process zip creator IPC to mojo (Closed)
Patch Set: Add a comment about release references. 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..8c506e1dabc1080d1dd6f2b10a298563ad6b46b0 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -692,6 +692,10 @@ mojom("mojo_bindings") {
"shell_handler_win.mojom",
]
+ if (is_chromeos) {
+ sources += [ "zip_file_creator.mojom" ]
+ }
+
public_deps = [
"//components/content_settings/core/common:mojo_bindings",
"//mojo/common:common_custom_types",

Powered by Google App Engine
This is Rietveld 408576698