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

Unified Diff: chrome/common/render.typemap

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Gyp Created 4 years, 6 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/render.typemap
diff --git a/chrome/common/render.typemap b/chrome/common/render.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..3807300edc774cda2b522e38a2830ec3c7016453
--- /dev/null
+++ b/chrome/common/render.typemap
@@ -0,0 +1,11 @@
+# Copyright 2016 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/render.mojom"
+public_headers = [ "//chrome/common/search_provider.h" ]
+traits_headers = [ "//chrome/common/install_state_traits.h" ]
+deps = [
+ "//ipc",
+]
+type_mappings = [ "mojom.InstallState=search_provider::InstallState" ]

Powered by Google App Engine
This is Rietveld 408576698