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

Unified Diff: chrome/common/safe_archive_analyzer.typemap

Issue 2737763002: Convert utility process Safe Browsing ZIP/DMG Analyzer IPC to mojo (Closed)
Patch Set: Add //components/safe_browsing:csd_proto to typemap deps. Created 3 years, 9 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/safe_archive_analyzer.typemap
diff --git a/chrome/common/safe_archive_analyzer.typemap b/chrome/common/safe_archive_analyzer.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..88d2bf47659e03dfe2c0c8769b742ff661f9b41a
--- /dev/null
+++ b/chrome/common/safe_archive_analyzer.typemap
@@ -0,0 +1,16 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//chrome/common/safe_archive_analyzer.mojom"
+
+public_headers = [ "//chrome/common/safe_browsing/zip_analyzer.h" ]
+
+traits_headers = [ "//chrome/common/chrome_utility_messages.h" ]
+
+deps = [
+ "//chrome/common/safe_browsing:proto",
+ "//components/safe_browsing:csd_proto",
+]
+
+type_mappings = [ "chrome.mojom.SafeArchiveAnalyzerResults=safe_browsing::zip_analyzer::Results" ]

Powered by Google App Engine
This is Rietveld 408576698