aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/rect_chromium.typemap
blob: 7e5df8401ae036e088bd4d41e549135488c02bdc (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_chromium.h",
  "//mojo/public/cpp/bindings/tests/shared_rect.h",
]
traits_headers = [
  "//mojo/public/cpp/bindings/tests/rect_chromium_traits.h",
  "//mojo/public/cpp/bindings/tests/shared_rect_traits.h",
]

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