summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
blob: 1bdfbbc1a7024bcd309b95e1531d70a0147b102a (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_blink.h" ]
sources = [
  "//mojo/public/cpp/bindings/tests/pickled_types_blink.cc",
]
deps = [
  "//ipc",
]

type_mappings = [
  "mojo.test.PickledEnum=mojo::test::PickledEnumBlink",
  "mojo.test.PickledStruct=mojo::test::PickledStructBlink[move_only]",
]