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", |
+] |