summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap
blob: 50e8076a505893b53ed96aa3194c3865b55a8e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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/test_native_types.mojom"
public_headers = [ "//mojo/public/cpp/bindings/tests/pickled_types_chromium.h" ]
sources = [
  "//mojo/public/cpp/bindings/tests/pickled_types_chromium.cc",
]
deps = [
  "//ipc",
]

type_mappings = [
  "mojo.test.PickledEnum=mojo::test::PickledEnumChromium",
  "mojo.test.PickledStruct=mojo::test::PickledStructChromium[move_only]",
]