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

Unified Diff: chrome/typemaps.gni

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/typemaps.gni
diff --git a/chrome/typemaps.gni b/chrome/typemaps.gni
index 9a20fe55ad7643747bf16aa8043dcab7ce447802..b26165c5751fc8e12b5f44d1c98a7d8b26ac9217 100644
--- a/chrome/typemaps.gni
+++ b/chrome/typemaps.gni
@@ -2,4 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//chrome/common/instant.typemap" ]
+typemaps = [
+ "//chrome/common/safe_archive_analyzer.typemap",
+ "//chrome/common/instant.typemap",
+]

Powered by Google App Engine
This is Rietveld 408576698