aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/rect_blink.typemap
blob: 657ea1a6cabf8f78c61024a66a7e9cc81b60367c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2015 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 = "//mojo/public/interfaces/bindings/tests/rect.mojom"
public_headers = [
  "//mojo/public/cpp/bindings/tests/rect_blink.h",
  "//mojo/public/cpp/bindings/tests/shared_rect.h",
]
traits_headers = [
  "//mojo/public/cpp/bindings/tests/rect_blink_traits.h",
  "//mojo/public/cpp/bindings/tests/shared_rect_traits.h",
]

type_mappings = [
  "mojo.test.TypemappedRect=mojo::test::RectBlink[hashable]",
  "mojo.test.SharedTypemappedRect=mojo::test::SharedRect",
]