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

Unified Diff: extensions/common/typemaps.gni

Issue 2699663003: Convert utility process extension ParseUpdate IPC to mojo (Closed)
Patch Set: Extensions review comments. 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
« no previous file with comments | « extensions/common/manifest_parser_struct_traits.cc ('k') | extensions/common/update_manifest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/typemaps.gni
diff --git a/extensions/common/typemaps.gni b/extensions/common/typemaps.gni
index 3ba221013d8f7a63765f4864a48ab02c21b514ad..15eaa2692993efb9ab132e5dfb7a14f6eda886dc 100644
--- a/extensions/common/typemaps.gni
+++ b/extensions/common/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 = [ "//extensions/common/manifest_location.typemap" ]
+typemaps = [
+ "//extensions/common/manifest_location.typemap",
+ "//extensions/common/manifest_parser.typemap",
+]
« no previous file with comments | « extensions/common/manifest_parser_struct_traits.cc ('k') | extensions/common/update_manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698