summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/browser_controls_state.typemap
blob: 328a45042ef570fc4518f3736ab9e0d36612d9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 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/chrome_render_frame.mojom"
public_headers = [ "//content/public/common/browser_controls_state.h" ]
traits_headers = [ "//chrome/common/browser_controls_state_param_traits.h" ]
public_deps = [
  "//ipc",
]

type_mappings =
    [ "chrome.mojom.BrowserControlsState=::content::BrowserControlsState" ]