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

Unified Diff: chrome/common/instant.typemap

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 2 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/instant.typemap
diff --git a/chrome/common/instant.typemap b/chrome/common/instant.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..0ec7a0611a4e8e67d14f173e566f3dcb92fa25a8
--- /dev/null
+++ b/chrome/common/instant.typemap
@@ -0,0 +1,25 @@
+# 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/instant.mojom"
+public_headers = [
+ "//chrome/common/search/instant_types.h",
+ "//chrome/common/search/ntp_logging_events.h",
+ "//components/omnibox/common/omnibox_focus_state.h",
+]
+traits_headers = [ "//chrome/common/instant_type_traits.h" ]
+deps = [
+ "//chrome/common",
+ "//ipc",
+]
+type_mappings = [
+ "chrome.mojom.NTPLoggingEventType=::NTPLoggingEventType",
+ "chrome.mojom.NTPLoggingTileSource=::NTPLoggingTileSource",
+ "chrome.mojom.OmniboxFocusState=::OmniboxFocusState",
+ "chrome.mojom.OmniboxFocusChangeReason=::OmniboxFocusChangeReason",
+ "chrome.mojom.InstantMostVisitedItem=::InstantMostVisitedItem",
+ "chrome.mojom.InstantSuggestion=::InstantSuggestion",
+ "chrome.mojom.EmbeddedSearchRequestParams=::EmbeddedSearchRequestParams",
+ "chrome.mojom.ThemeBackgroundInfo=::ThemeBackgroundInfo",
+]

Powered by Google App Engine
This is Rietveld 408576698