blob: f38cebba951f7d69879f42785f82fa21ee0aad02 [file] [log] [blame]
# 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/search.mojom"
public_headers = [
"//chrome/common/search/instant_types.h",
"//chrome/common/search/ntp_logging_events.h",
"//components/ntp_tiles/ntp_tile_impression.h",
"//components/omnibox/common/omnibox_focus_state.h",
]
traits_headers = [ "//chrome/common/instant_mojom_traits.h" ]
deps = [
"//chrome/common",
"//ipc",
]
type_mappings = [
# TODO(dbeam): NTP -> Ntp.
"chrome.mojom.NTPLoggingEventType=::NTPLoggingEventType",
"chrome.mojom.NTPSuggestionsLoggingEventType=::NTPSuggestionsLoggingEventType",
"chrome.mojom.NTPTileImpression=::ntp_tiles::NTPTileImpression",
"chrome.mojom.OmniboxFocusState=::OmniboxFocusState",
"chrome.mojom.OmniboxFocusChangeReason=::OmniboxFocusChangeReason",
"chrome.mojom.InstantMostVisitedInfo=::InstantMostVisitedInfo",
"chrome.mojom.NtpTheme=::NtpTheme",
"chrome.mojom.SearchBoxTheme=::SearchBoxTheme",
]