summaryrefslogtreecommitdiff
path: root/chromium/ash/public/interfaces/shelf.typemap
blob: 5fd20642dc7f87001499ebed881ae69aa4fd649c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 = "//ash/public/interfaces/shelf.mojom"
public_headers = [ "//ash/public/cpp/shelf_types.h" ]
traits_headers = [ "//ash/public/interfaces/shelf_enum_traits.h" ]
public_deps = [
  "//ash/public/cpp",
]
type_mappings = [
  "ash.mojom.ShelfAlignment=ash::ShelfAlignment",
  "ash.mojom.ShelfAutoHideBehavior=ash::ShelfAutoHideBehavior",
]